summaryrefslogtreecommitdiffstats
path: root/libs/hwui/Caches.h
Commit message (Expand)AuthorAgeFilesLines
* Add debug markers to OpenGLRendererRomain Guy2012-01-301-0/+8
* Properly restore the GL scissor after a GL draw functorRomain Guy2012-01-031-0/+5
* Generate even fewer GL commandsRomain Guy2011-12-141-0/+10
* Further reduce the number of GL commands sent to the driverRomain Guy2011-12-131-0/+14
* Reduce the number of GL commands generated by the UIRomain Guy2011-12-131-0/+9
* Optimize state changesRomain Guy2011-12-121-12/+33
* Terminate EGL when an app goes in the backgroundRomain Guy2011-11-101-1/+12
* Reduce the size of libhwui by 50%Romain Guy2011-10-121-1/+3
* Destroy layers and flush layers cache when a window is destroyed.Romain Guy2011-07-271-1/+2
* Trim OpenGLRenderer's memory usage whenever possibleRomain Guy2011-07-181-0/+12
* Add error checking to LayerRenderer::copyLayerRomain Guy2011-06-171-1/+1
* Line endcaps for AA lines are now antialiased.Chet Haase2011-05-021-1/+3
* Enable anti-aliasing for hw-accelerated linesChet Haase2011-04-211-0/+3
* Add logging of graphics acceleration info to bugreportsChet Haase2011-04-011-0/+1
* Add support for arcs.Romain Guy2011-01-231-0/+1
* Add support for ovals and stroked rectangles.Romain Guy2011-01-231-0/+2
* Log only 1 line per process when using OpenGLRenderer.Romain Guy2011-01-211-1/+1
* Remove unnecessary code.Romain Guy2011-01-201-1/+1
* Add rounded rects and circles support to OpenGLRenderer.Romain Guy2011-01-191-0/+3
* Cleanup implementation of hardware layers.Romain Guy2011-01-131-9/+3
* Cleanup GL objects on the correct thread.Romain Guy2011-01-121-0/+14
* New, better line drawing implementation.Romain Guy2010-12-081-3/+0
* Free resources only from the GL context thread.Romain Guy2010-11-111-0/+6
* Add new runtime debug flags.Romain Guy2010-11-101-1/+12
* Move all debug flags in a single place.Romain Guy2010-11-101-0/+5
* Optimize FBO drawing with regions.Romain Guy2010-11-021-4/+28
* Remove unnecessary GL calls.Romain Guy2010-10-261-0/+8
* Small cleanup.Romain Guy2010-10-251-2/+3
* Fix Caches singleton to avoid resource leaksChet Haase2010-10-241-45/+4
* Optimizing display lists by referencing pointers to resources instead of copy...Chet Haase2010-10-211-0/+2
* Use VBOs to render most geometries.Romain Guy2010-10-181-1/+72
* Reorder logs.Romain Guy2010-10-041-1/+1
* Add debug mode to measure performance.Romain Guy2010-09-241-0/+2
* Fix OpenGL errors in various places.Romain Guy2010-09-221-0/+3
* Purge Skia objects from GL caches as needed.Romain Guy2010-09-081-1/+3
* Apply gamma correction to font rendering.Romain Guy2010-08-271-3/+2
* Fix passion buildRomain Guy2010-08-241-0/+2
* Use only one GL context per process, share chaches.Romain Guy2010-08-241-0/+75