summaryrefslogtreecommitdiffstats
path: root/libs/hwui/LayerRenderer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reclaim more memory, more often.Romain Guy2011-07-271-1/+1
* Improve layers debuggingRomain Guy2011-07-261-2/+8
* Use NEAREST filtering mode for TextureView.getBitmap().Romain Guy2011-07-071-2/+2
* Use NEAREST filtering for layers whenever possible.Romain Guy2011-07-071-69/+55
* Don't set texture parameters on every frame.Romain Guy2011-06-241-33/+39
* Properly tear down TextureViewRomain Guy2011-06-241-0/+1
* Add the ability to specify the opacity of a TextureViewRomain Guy2011-06-221-3/+4
* Add error checking to LayerRenderer::copyLayerRomain Guy2011-06-171-17/+39
* Add TextureView.getBitmap()Romain Guy2011-06-141-0/+90
* Allows to render with an OpenGL context inside a TextureView.Romain Guy2011-05-021-11/+10
* New widget: TextureViewRomain Guy2011-04-281-0/+47
* Correctly compute tex coords for rect layers.Romain Guy2011-04-271-13/+1
* Optimize rect-shaped layers.Romain Guy2011-03-181-4/+14
* 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