summaryrefslogtreecommitdiffstats
path: root/tests/HwAccelerationTest
Commit message (Expand)AuthorAgeFilesLines
* Fix region clipping bugsRomain Guy2013-08-011-4/+2
* Add path ops APIRomain Guy2013-07-302-1/+98
* Remove unnecessary allocationsRomain Guy2013-06-061-5/+1
* Pack preloaded framework assets in a texture atlasRomain Guy2013-05-022-0/+76
* Apply ComposeShader's local matrix to childrenRomain Guy2013-03-181-2/+11
* Merge all shapes/paths caches to PathCacheRomain Guy2013-03-181-6/+25
* Add TaskManager APIRomain Guy2013-03-121-0/+17
* Precache paths from a worker threadRomain Guy2013-03-111-2/+2
* Take text scale/skew into account only when rendering into a layerRomain Guy2013-03-041-6/+24
* Support 3D rotations when drawing textRomain Guy2013-02-282-0/+74
* Reorganize OpenGL renderer testsRomain Guy2013-02-282-170/+331
* Properly scale textRomain Guy2013-02-272-3/+22
* Implement support for drawBitmapMesh's colors arrayRomain Guy2013-02-131-1/+1
* Fix Snapshot::resetClip to also reset the clip regionRomain Guy2013-02-062-0/+91
* Add support for non-antialiased textRomain Guy2013-02-052-0/+66
* Fix graphical corruption on QCOM GPURomain Guy2013-01-291-0/+1
* Allow layers with a stencil buffer to be resized on the flyRomain Guy2013-01-182-11/+79
* Implement clipRect with a transform, clipRegion & clipPathRomain Guy2013-01-173-13/+147
* Preliminary Support for region clippingRomain Guy2013-01-141-7/+3
* Cleanup 9patch mesh matching codeRomain Guy2013-01-091-0/+0
* Add plumbing for better text scalingRomain Guy2013-01-082-6/+49
* Add more tests for libhwuiRomain Guy2013-01-073-0/+189
* Properly support ALPHA_8 bitmaps in all drawBitmap() methodsRomain Guy2013-01-043-0/+106
* Merge "Add API to enable mipmaps on Bitmap Bug #7353771" into jb-mr1-devRomain Guy2012-10-163-0/+86
|\
| * Add API to enable mipmaps on BitmapRomain Guy2012-10-163-0/+86
* | Support clipping in Canvas.drawBitmapMesh()Romain Guy2012-10-161-0/+7
|/
* Merge "Fix bug #7206086 NumberPicker widget should use locale digits" into jb...Fabrice Di Meglio2012-09-231-2/+2
|\
| * Fix bug #7206086 NumberPicker widget should use locale digitsFabrice Di Meglio2012-09-211-2/+2
* | Optimize tiling managementRomain Guy2012-09-201-2/+2
* | Add support for QCOM_tiled_renderingRomain Guy2012-09-193-0/+9
|/
* Add test for layer updates optimizationsRomain Guy2012-09-182-0/+84
* Merge "Fix memory corruption in LayerRenderer::copyLayer" into jb-mr1-devRomain Guy2012-09-072-0/+90
|\
| * Fix memory corruption in LayerRenderer::copyLayerRomain Guy2012-09-072-0/+90
* | Handle different x, y scales in drawLines AA pathChris Craik2012-09-071-0/+8
|/
* Merge "Varying-based AA rect drawing" into jb-mr1-devChris Craik2012-09-061-0/+6
|\
| * Varying-based AA rect drawingChris Craik2012-09-051-0/+6
* | Add new hw acceleration testRomain Guy2012-09-042-0/+76
|/
* Optimize interactions with glyph cacheChet Haase2012-08-142-0/+84
* Reduce gradients textures size whenever possibleRomain Guy2012-08-082-0/+86
* Draw an empty border around glyphs to avoid sampling issuesRomain Guy2012-08-071-0/+6
* Add dithering to gradientsRomain Guy2012-08-011-0/+9
* Improve gradientsRomain Guy2012-07-312-0/+125
* Make HardwareRenderer able to target generic Surface objectsRomain Guy2012-07-241-5/+4
* Make gradients look slightly betterRomain Guy2012-07-202-0/+59
* Removing setChildrenLayersEnabledMichael Jurka2012-06-285-210/+32
* Fix TextureView OpenGL sampleRomain Guy2012-05-161-13/+16
* Remove all Dalvik allocations from Cavnas.drawBitmap(int[], ...)Romain Guy2012-05-141-1/+6
* Fix hang/crash in native path codeChet Haase2012-05-032-0/+110
* Corrects invalidation logic for layered viewsChet Haase2012-05-023-0/+269
* Merge "New libhwui test activity"Romain Guy2012-04-034-0/+604
|\