summaryrefslogtreecommitdiffstats
path: root/graphics
Commit message (Expand)AuthorAgeFilesLines
* Fix tons of bugs and add new text rendering support.Romain Guy2010-08-103-17/+25
* Replace Bitmap's finalizers with PhantomReferences.Romain Guy2010-08-091-8/+28
* Make libhwui entirely optional.Romain Guy2010-08-081-59/+22
* Prevent memory leak with ComposeShader.Romain Guy2010-08-071-0/+7
* Fix NPE in RoundRectShape.Romain Guy2010-08-061-9/+6
* Add support for paths.Romain Guy2010-08-051-1/+4
* Adding more matrix math functions.Alex Sakhartchouk2010-08-053-0/+23
* Support constant and varying colors in ProgramFragment.Jason Sams2010-08-051-1/+8
* Added ability to set font color.Alex Sakhartchouk2010-08-044-0/+15
* Adding matrix class methods.Alex Sakhartchouk2010-08-042-0/+155
* Add support for ColorFilters.Romain Guy2010-08-024-9/+23
* Refactor Skia shaders handling.Romain Guy2010-07-304-73/+37
* Add text rendering.Romain Guy2010-07-211-6/+5
* Add preliminary support for text rendering.Romain Guy2010-07-202-8/+13
* Add program for linear gradient.Romain Guy2010-07-162-4/+10
* Add plumbing to support gradients in OpenGL renderer.Romain Guy2010-07-161-6/+35
* Improve clip support (add intersect, union and replace.)Romain Guy2010-07-161-1/+5
* Merge "Populate java objects with native data from a3d file. Remove legacy co...Alex Sakhartchouk2010-07-157-20/+169
|\
| * Populate java objects with native data from a3d file.Alex Sakhartchouk2010-07-157-20/+169
* | Merge "Add support for BitmapShader."Romain Guy2010-07-151-4/+15
|\ \ | |/ |/|
| * Add support for BitmapShader.Romain Guy2010-07-151-4/+15
* | Merge "Making Program*.Builder classes' setters return 'this'"Jim Shuma2010-07-155-13/+26
|\ \
| * | Making Program*.Builder classes' setters return 'this'Jim Shuma2010-07-155-13/+26
| |/
* | am 4fd41688: am 5352d237: am 38137d7a: Merge "docs: lots of additions to the ...Scott Main2010-07-1513-18/+46
|\ \
| * \ am 5352d237: am 38137d7a: Merge "docs: lots of additions to the resources doc...Scott Main2010-07-1513-18/+46
| |\ \
| | * \ am 38137d7a: Merge "docs: lots of additions to the resources docs new drawabl...Scott Main2010-07-1513-18/+46
| | |\ \
| | | * | docs: lots of additions to the resources docsScott Main2010-06-2113-18/+46
* | | | | am 98704f14: am 38eea8bf: Merge "Remove the YV16 format for simplicity\'s sak...Mathias Agopian2010-07-141-49/+72
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |
| * | | am 38eea8bf: Merge "Remove the YV16 format for simplicity\'s sake." into ging...Mathias Agopian2010-07-141-49/+72
| |\ \ \ | | |/ /
| | * | Remove the YV16 format for simplicity's sake.Mathias Agopian2010-07-141-49/+72
* | | | Merge "Enable 32-bits only assets."Romain Guy2010-07-131-1/+4
|\ \ \ \
| * | | | Enable 32-bits only assets.Romain Guy2010-07-131-1/+4
* | | | | Merge "Support bidi/shaping for getTextPath"Kenny Root2010-07-131-4/+6
|\ \ \ \ \
| * | | | | Support bidi/shaping for getTextPathDoug Felt2010-07-121-4/+6
* | | | | | Merge "Work on synchronizing a3d created files and java layer. Adding culling...Alex Sakhartchouk2010-07-136-38/+171
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Work on synchronizing a3d created files and java layer.Alex Sakhartchouk2010-07-126-38/+171
* | | | | | Correctly support pre-multiplied alpha, optimizations, more stuff.Romain Guy2010-07-121-9/+23
|/ / / / /
* | | | | Merge "New cursor controller in TextViews."Gilles Debunne2010-07-092-4/+11
|\ \ \ \ \
| * | | | | New cursor controller in TextViews.Gilles Debunne2010-07-092-4/+11
| |/ / / /
* | | | | Remove points from fixed function.Jason Sams2010-07-093-18/+0
|/ / / /
* | | | Merge "Add boolean support for setVar."Jason Sams2010-07-071-0/+4
|\ \ \ \
| * | | | Add boolean support for setVar.Jason Sams2010-07-071-0/+4
* | | | | Add support to draw 9patches in OpenGL.Romain Guy2010-07-073-23/+46
|/ / / /
* | | | Support bidi layout for drawTextOnPath.Doug Felt2010-07-071-5/+8
* | | | Cleanup pass on the mesh api change.Alex Sakhartchouk2010-07-023-393/+0
* | | | Start of mesh API cleanup.Alex Sakhartchouk2010-07-014-9/+487
* | | | Add hooks for drawBitmap().Romain Guy2010-06-302-8/+18
* | | | Implement quickReject() and drawRect().Romain Guy2010-06-252-2/+10
* | | | Adding freetype font rendering to renderscript.Alex Sakhartchouk2010-06-244-5/+95
* | | | Merge "Add matrix ops to RSH headers."Jason Sams2010-06-241-1/+1
|\ \ \ \