summaryrefslogtreecommitdiffstats
path: root/tests/HwAccelerationTest/src/com
Commit message (Expand)AuthorAgeFilesLines
...
* Add plumbing for better text scalingRomain Guy2013-01-082-6/+49
* Add more tests for libhwuiRomain Guy2013-01-072-0/+171
* Properly support ALPHA_8 bitmaps in all drawBitmap() methodsRomain Guy2013-01-041-0/+97
* Merge "Add API to enable mipmaps on Bitmap Bug #7353771" into jb-mr1-devRomain Guy2012-10-161-0/+77
|\
| * Add API to enable mipmaps on BitmapRomain Guy2012-10-161-0/+77
* | 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-192-0/+8
|/
* Add test for layer updates optimizationsRomain Guy2012-09-181-0/+75
* Merge "Fix memory corruption in LayerRenderer::copyLayer" into jb-mr1-devRomain Guy2012-09-071-0/+81
|\
| * Fix memory corruption in LayerRenderer::copyLayerRomain Guy2012-09-071-0/+81
* | 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-041-0/+67
|/
* Optimize interactions with glyph cacheChet Haase2012-08-141-0/+75
* Reduce gradients textures size whenever possibleRomain Guy2012-08-081-0/+77
* 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-311-0/+116
* Make HardwareRenderer able to target generic Surface objectsRomain Guy2012-07-241-5/+4
* Make gradients look slightly betterRomain Guy2012-07-201-0/+50
* Removing setChildrenLayersEnabledMichael Jurka2012-06-282-139/+18
* 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-031-0/+101
* Corrects invalidation logic for layered viewsChet Haase2012-05-021-0/+162
* Merge "New libhwui test activity"Romain Guy2012-04-032-0/+512
|\
| * New libhwui test activityRomain Guy2012-04-032-0/+512
* | Optimization of alpha with DisplayList propertiesChet Haase2012-04-031-0/+145
* | Re-enable DisplayList properties.Chet Haase2012-04-021-0/+201
|/
* Full implementation of Canvas.drawPath()Romain Guy2012-02-291-1/+54
* More infrastructure for Canvas.drawTextOnPathRomain Guy2012-02-241-3/+19
* Add hooks to implement Canvas.drawTextOnPath() in GLRomain Guy2012-02-241-0/+84
* Only recreate path textures when necessaryRomain Guy2012-02-231-13/+18
* Only copy paths, paints and shaders when we need to.Romain Guy2012-02-211-0/+111
* Prevent AutoCompleteTextView from opening a popup when it shouldn'tRomain Guy2012-02-151-0/+9
* Preliminary support for clipRect(Rect, Op)Romain Guy2012-02-071-0/+57
* Add full support for Canvas.setDrawFilter()Romain Guy2012-01-231-0/+64
* Deprecate unused APIsRomain Guy2012-01-191-0/+56
* Full support for Canvas.drawPosTextRomain Guy2012-01-181-0/+13
* Fix text encoding when drawing with drawPosText in softwareRomain Guy2012-01-171-0/+66
* Make sure 9patches are not filtered when not necessaryRomain Guy2011-10-201-1/+10
* Correctly apply transforms when getting a TextureView's bitmapRomain Guy2011-10-112-8/+67
* Don't build display lists for views with a layer.Romain Guy2011-09-281-0/+125
* Add OpenGL backend to ImageWallpaperRomain Guy2011-08-241-45/+7
* Add an API to set the transform on a TextureView's surface texture.Romain Guy2011-08-161-2/+2
* Add a return value for SurfaceTextureListener#onSurfaceTextureDestroyed.Grace Kloba2011-08-094-4/+8