summaryrefslogtreecommitdiffstats
path: root/tests/HwAccelerationTest/src
Commit message (Expand)AuthorAgeFilesLines
* Use only one GL context per process, share chaches.Romain Guy2010-08-241-0/+12
* Test setTextScaleX()Romain Guy2010-08-201-1/+14
* Update OpenGLRenderer test to test opaque ARGB8888 bitmaps.Romain Guy2010-08-191-0/+82
* Layers were using an extra Snapshot causing extra clipping.Romain Guy2010-08-181-0/+2
* Fix save()/restore() issues in the OpenGL renderer.Romain Guy2010-08-171-0/+27
* Correctly set the viewport in layers.Romain Guy2010-08-171-19/+13
* Cleanup, better code reuse.Romain Guy2010-08-161-0/+65
* Add drop shadows.Romain Guy2010-08-131-1/+9
* Add extra blending modes.Romain Guy2010-08-101-0/+138
* Add support for text underline and strikethru.Romain Guy2010-08-101-0/+15
* Fix tons of bugs and add new text rendering support.Romain Guy2010-08-101-0/+40
* Add 3d transformation test.Romain Guy2010-08-051-0/+97
* Add support for paths.Romain Guy2010-08-051-0/+144
* Add android:hardwareAccelerated to Activity.Romain Guy2010-08-041-0/+109
* Add support for ColorFilters.Romain Guy2010-08-022-0/+104
* Refactor Skia shaders handling.Romain Guy2010-07-301-2/+1
* Fix improper clipping after a save()Romain Guy2010-07-301-0/+135
* 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-222-0/+109
* Add text rendering.Romain Guy2010-07-211-0/+59
* Add support for linear gradients.Romain Guy2010-07-191-1/+1
* Add support for BitmapShader.Romain Guy2010-07-152-3/+140
* Do not apply transforms when using drawColor().Romain Guy2010-07-142-141/+63
* 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-121-0/+62
* Fix alpha blending and improve fragment shaders performance.Romain Guy2010-07-091-0/+1
* Draw n-patches using OpenGL.Romain Guy2010-07-081-0/+40
* Add implementation for drawBitmap(Bitmap, Rect, Rect, Paint)Romain Guy2010-06-301-0/+77
* Add implementation for drawBitmap().Romain Guy2010-06-301-1/+12
* Add hooks for drawBitmap().Romain Guy2010-06-301-0/+79
* Add support for saveLayer().Romain Guy2010-06-283-6/+111
* Implement support for PorterDuff's blending modes.Romain Guy2010-06-281-0/+142
* 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 new API to check whether a Bitmap was modified.Romain Guy2010-06-151-0/+81