summaryrefslogtreecommitdiffstats
path: root/libs/hwui/LayerRenderer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix performance issue in LauncherRomain Guy2011-03-151-0/+4
* Properly initialize FBO textures for linear filtering.Romain Guy2011-03-021-0/+5
* Allocate layers from the layers pool.Romain Guy2011-02-021-68/+60
* Don't clobber the local dirty rect after rendering a layer.Romain Guy2011-02-021-4/+2
* Fix incorrect dirty rectangle transformation in hardware layers.Romain Guy2011-02-011-0/+1
* Update layers based on the dirty region.Romain Guy2011-02-011-1/+16
* Merge "Fix display List bugs" into honeycombChet Haase2011-01-261-1/+1
|\
| * Fix display List bugsChet Haase2011-01-261-1/+1
* | Don't draw the same triangles several times.Romain Guy2011-01-261-9/+13
|/
* Enable partial invalidates when rendering with OpenGL.Romain Guy2011-01-241-2/+2
* Fix regression with hardware layers.Romain Guy2011-01-221-3/+4
* Make embedded hardware layers work.Romain Guy2011-01-191-2/+7
* Fix 9patch rendering in ExpandableListView.Romain Guy2011-01-161-4/+3
* Don't blend transparent pixels when rendering layers.Romain Guy2011-01-161-1/+91
* Cleanup implementation of hardware layers.Romain Guy2011-01-131-44/+59
* Add logging to the new layers API.Romain Guy2011-01-121-2/+22
* Cleanup GL objects on the correct thread.Romain Guy2011-01-121-0/+6
* Don't break the build!Romain Guy2011-01-111-2/+1
* Better backend for hardware layers.Romain Guy2011-01-111-0/+121