summaryrefslogtreecommitdiffstats
path: root/libs/hwui/DisplayListRenderer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix rendering artifact in edge fades.Romain Guy2011-03-141-4/+9
* Add support for partial invalidates in WebViewRomain Guy2011-03-071-5/+8
* Fix crash when Paths are GCd in hw accelerated appsChet Haase2011-02-041-0/+17
* Fix leak in reused display listsChet Haase2011-02-031-2/+11
* Fixes cache misses and extra allocations.Romain Guy2011-02-031-87/+13
* Remove unused APIRomain Guy2011-01-261-25/+1
* Fix display list support for shapes.Romain Guy2011-01-241-1/+1
* Enable partial invalidates when rendering with OpenGL.Romain Guy2011-01-241-1/+2
* Use optimized display lists for all hwaccelerated renderingChet Haase2011-01-241-41/+205
* Fix bitmap meshes to work in display lists.Romain Guy2011-01-231-0/+1
* Add support for arcs.Romain Guy2011-01-231-0/+15
* Add support for ovals and stroked rectangles.Romain Guy2011-01-231-0/+12
* Collapse sucessive calls to restoreToCount() in display lists.Romain Guy2011-01-231-2/+7
* Fix potential crash in display lists.Romain Guy2011-01-231-0/+1
* Add support for drawBitmapMesh().Romain Guy2011-01-201-0/+30
* Add rounded rects and circles support to OpenGLRenderer.Romain Guy2011-01-191-0/+26
* Add support for skew()Romain Guy2011-01-181-0/+10
* Don't crash Launcher on config change.Romain Guy2011-01-141-4/+10
* Copy shaders when recording them in display lists.Romain Guy2011-01-141-14/+8
* Add debug logs for display lists.Romain Guy2011-01-131-4/+50
* Cleanup implementation of hardware layers.Romain Guy2011-01-131-8/+4
* Better backend for hardware layers.Romain Guy2011-01-111-0/+15
* Reuse of native display list objectsChet Haase2011-01-061-33/+47
* Free resources only from the GL context thread.Romain Guy2010-11-111-2/+2
* Correctly remove unused paths from the cache.Romain Guy2010-11-091-2/+9
* Support nested display lists.Romain Guy2010-11-081-0/+9
* Optimize FBO drawing with regions.Romain Guy2010-11-021-1/+16
* Optimizing ColorFilter in display listsChet Haase2010-10-261-7/+3
* DisplayList optimizations and fixes.Chet Haase2010-10-261-36/+30
* Optimizing display lists by referencing pointers to resources instead of copy...Chet Haase2010-10-211-111/+76
* Optimize 9patch rendering.Romain Guy2010-10-121-4/+8
* Don't clear the framebuffer when not needed.Romain Guy2010-10-061-1/+1
* Apply bilinear filtering to text.Romain Guy2010-10-011-0/+56
* Add display lists caching.Romain Guy2010-09-291-37/+263
* Adding display lists to the GL renderer (checkpoint.)Romain Guy2010-09-261-0/+302