summaryrefslogtreecommitdiffstats
path: root/libs/hwui/DisplayListRenderer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Correctly dump DrawPatch operations in display listsRomain Guy2011-10-191-6/+7
* Optimize display listsRomain Guy2011-08-251-2/+10
* Reclaim more memory, more often.Romain Guy2011-07-271-6/+16
* Decouple GLES20RecordingCanvas lifetime from GLES20DisplayList.Jeff Brown2011-07-211-6/+5
* Fix parameter order evaluation issue.Romain Guy2011-06-281-4/+13
* Fix another memory leak in OpenGLRendererRomain Guy2011-06-221-6/+25
* Add support to OpenGLRendere to draw BiDi text.Romain Guy2011-06-011-0/+1
* Add ability for hierarchyviewer to output displaylist infoChet Haase2011-05-051-0/+325
* Revert "Add ability for hierarchyviewer to output displaylist info"Chet Haase2011-05-041-325/+0
* Add ability for hierarchyviewer to output displaylist infoChet Haase2011-05-041-0/+325
* Add logging of graphics acceleration info to bugreportsChet Haase2011-04-011-0/+21
* When deleting a path, remove it from the path cache.Romain Guy2011-03-241-1/+3
* Add support for drawPoint() and drawPoints().Romain Guy2011-03-211-0/+14
* Fix paths rendering issues.Romain Guy2011-03-181-17/+0
* 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