summaryrefslogtreecommitdiffstats
path: root/libs/hwui/Properties.h
Commit message (Expand)AuthorAgeFilesLines
* Fix performance issue in LauncherRomain Guy2011-03-151-0/+2
* Allocate layers from the layers pool.Romain Guy2011-02-021-3/+3
* Add rounded rects and circles support to OpenGLRenderer.Romain Guy2011-01-191-0/+2
* Reenable region composition pipeline for layersRomain Guy2011-01-121-1/+1
* Disable the region compositing pipeline for layers.Romain Guy2011-01-111-1/+1
* Composite layers as regions.Romain Guy2011-01-101-1/+1
* Correctly compare strings in UTF-8 instead of UTF-16Romain Guy2010-12-101-1/+2
* Don't render degenerate triangles in 9patches.Romain Guy2010-12-031-0/+3
* Add new runtime debug flags.Romain Guy2010-11-101-0/+23
* Optimize FBO drawing with regions.Romain Guy2010-11-021-5/+5
* Tweak layers caching for better performance in Launcher.Romain Guy2010-10-121-2/+2
* Don't update 9patches on every frame.Romain Guy2010-10-081-1/+1
* Better cache for layers, reduce memory usage and increase framerate.Romain Guy2010-10-081-3/+3
* Optimize saveLayer() when the clip flag is set.Romain Guy2010-10-051-1/+1
* Add debug mode to measure performance.Romain Guy2010-09-241-3/+5
* Apply gamma correction to font rendering.Romain Guy2010-08-271-0/+9
* Use only one GL context per process, share chaches.Romain Guy2010-08-241-0/+12
* Add drop shadows.Romain Guy2010-08-131-0/+1
* Add support for paths.Romain Guy2010-08-051-1/+1
* Cleanup, added properties for the FontRenderer.Romain Guy2010-07-231-0/+35