summaryrefslogtreecommitdiffstats
path: root/tests/HwAccelerationTest
Commit message (Expand)AuthorAgeFilesLines
* Add 3d transformation test.Romain Guy2010-08-052-1/+107
* Add support for paths.Romain Guy2010-08-052-0/+153
* Add android:hardwareAccelerated to Activity.Romain Guy2010-08-042-0/+119
* Add support for ColorFilters.Romain Guy2010-08-023-0/+113
* Refactor Skia shaders handling.Romain Guy2010-07-301-2/+1
* Fix improper clipping after a save()Romain Guy2010-07-302-0/+144
* Fix gradients rendering and destructor crashes.Romain Guy2010-07-291-1/+1
* Moved all the rendering code to the new shader generator.Romain Guy2010-07-291-0/+1
* Add text alignment support to drawText().Romain Guy2010-07-231-1/+7
* Add support for text culling.Romain Guy2010-07-226-0/+171
* Add text rendering.Romain Guy2010-07-212-0/+69
* Add support for linear gradients.Romain Guy2010-07-191-1/+1
* 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