summaryrefslogtreecommitdiffstats
path: root/libs/hwui/Properties.h
Commit message (Expand)AuthorAgeFilesLines
* Separate interface definition and implementation of SnapshotRomain Guy2012-02-021-2/+2
* Add stencil buffer to the EGL configRomain Guy2012-01-301-0/+5
* Code cleanupRomain Guy2011-12-091-1/+4
* Free up resources by deleting shaders early onRomain Guy2011-12-091-1/+1
* Memory optimizations for libhwuiRomain Guy2011-11-041-0/+5
* Move constants to the correct headerRomain Guy2011-08-221-0/+6
* Reclaim more memory, more often.Romain Guy2011-07-271-1/+1
* Fix debugging for hwui cachesKenny Root2011-07-131-1/+1
* Add support to OpenGLRendere to draw BiDi text.Romain Guy2011-06-011-0/+3
* Optimize rect-shaped layers.Romain Guy2011-03-181-2/+0
* 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