summaryrefslogtreecommitdiff
path: root/tests/HwAccelerationTest
AgeCommit message (Expand)Author
2013-03-18Apply ComposeShader's local matrix to childrenRomain Guy
2013-03-18Merge all shapes/paths caches to PathCacheRomain Guy
2013-03-12Add TaskManager APIRomain Guy
2013-03-11Precache paths from a worker threadRomain Guy
2013-03-04Take text scale/skew into account only when rendering into a layerRomain Guy
2013-02-28Support 3D rotations when drawing textRomain Guy
2013-02-28Reorganize OpenGL renderer testsRomain Guy
2013-02-27Properly scale textRomain Guy
2013-02-13Implement support for drawBitmapMesh's colors arrayRomain Guy
2013-02-06Fix Snapshot::resetClip to also reset the clip regionRomain Guy
2013-02-05Add support for non-antialiased textRomain Guy
2013-01-29Fix graphical corruption on QCOM GPURomain Guy
2013-01-18Allow layers with a stencil buffer to be resized on the flyRomain Guy
2013-01-17Implement clipRect with a transform, clipRegion & clipPathRomain Guy
2013-01-14Preliminary Support for region clippingRomain Guy
2013-01-09Cleanup 9patch mesh matching codeRomain Guy
2013-01-08Add plumbing for better text scalingRomain Guy
2013-01-07Add more tests for libhwuiRomain Guy
2013-01-04Properly support ALPHA_8 bitmaps in all drawBitmap() methodsRomain Guy
2012-10-16Merge "Add API to enable mipmaps on Bitmap Bug #7353771" into jb-mr1-devRomain Guy
2012-10-16Add API to enable mipmaps on BitmapRomain Guy
2012-10-16Support clipping in Canvas.drawBitmapMesh()Romain Guy
2012-09-23Merge "Fix bug #7206086 NumberPicker widget should use locale digits" into jb...Fabrice Di Meglio
2012-09-21Fix bug #7206086 NumberPicker widget should use locale digitsFabrice Di Meglio
2012-09-20Optimize tiling managementRomain Guy
2012-09-19Add support for QCOM_tiled_renderingRomain Guy
2012-09-18Add test for layer updates optimizationsRomain Guy
2012-09-07Merge "Fix memory corruption in LayerRenderer::copyLayer" into jb-mr1-devRomain Guy
2012-09-07Fix memory corruption in LayerRenderer::copyLayerRomain Guy
2012-09-07Handle different x, y scales in drawLines AA pathChris Craik
2012-09-06Merge "Varying-based AA rect drawing" into jb-mr1-devChris Craik
2012-09-05Varying-based AA rect drawingChris Craik
2012-09-04Add new hw acceleration testRomain Guy
2012-08-14Optimize interactions with glyph cacheChet Haase
2012-08-08Reduce gradients textures size whenever possibleRomain Guy
2012-08-07Draw an empty border around glyphs to avoid sampling issuesRomain Guy
2012-08-01Add dithering to gradientsRomain Guy
2012-07-31Improve gradientsRomain Guy
2012-07-24Make HardwareRenderer able to target generic Surface objectsRomain Guy
2012-07-20Make gradients look slightly betterRomain Guy
2012-06-28Removing setChildrenLayersEnabledMichael Jurka
2012-05-16Fix TextureView OpenGL sampleRomain Guy
2012-05-14Remove all Dalvik allocations from Cavnas.drawBitmap(int[], ...)Romain Guy
2012-05-03Fix hang/crash in native path codeChet Haase
2012-05-02Corrects invalidation logic for layered viewsChet Haase
2012-04-03Merge "New libhwui test activity"Romain Guy
2012-04-03New libhwui test activityRomain Guy
2012-04-03Optimization of alpha with DisplayList propertiesChet Haase
2012-04-02Re-enable DisplayList properties.Chet Haase
2012-02-29Full implementation of Canvas.drawPath()Romain Guy