summaryrefslogtreecommitdiffstats
path: root/libs/hwui/Caches.h
Commit message (Expand)AuthorAgeFilesLines
* 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