summaryrefslogtreecommitdiffstats
path: root/tests/HwAccelerationTest
Commit message (Expand)AuthorAgeFilesLines
...
* Add support for BitmapShader.Romain Guy2010-07-153-3/+149
* Do not apply transforms when using drawColor().Romain Guy2010-07-143-141/+72
* Prevent crash in ListView when changing cache hint.Romain Guy2010-07-141-0/+141
* Correctly support pre-multiplied alpha, optimizations, more stuff.Romain Guy2010-07-122-0/+71
* Fix alpha blending and improve fragment shaders performance.Romain Guy2010-07-091-0/+1
* Draw n-patches using OpenGL.Romain Guy2010-07-082-0/+49
* Don't use full screen FBOs, this dramatically increase performance.Romain Guy2010-07-012-0/+0
* Add implementation for drawBitmap(Bitmap, Rect, Rect, Paint)Romain Guy2010-06-302-0/+87
* Add implementation for drawBitmap().Romain Guy2010-06-302-4/+15
* Add hooks for drawBitmap().Romain Guy2010-06-304-0/+89
* Add support for saveLayer().Romain Guy2010-06-284-8/+123
* Implement support for PorterDuff's blending modes.Romain Guy2010-06-282-1/+155
* Add implementations for saveLayerAlpha() and textured rects.Romain Guy2010-06-261-5/+47
* Implement quickReject() and drawRect().Romain Guy2010-06-251-1/+13
* Add colored rectangles implementation in OpenGLRenderer.Romain Guy2010-06-241-4/+35
* Fix the simulator build.Romain Guy2010-06-221-28/+3
* Add libhwui, to hardware accelerate the Canvas API using OpenGL ES 2.0.Romain Guy2010-06-171-1/+3
* Add new API to check whether a Bitmap was modified.Romain Guy2010-06-153-0/+137