summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/GLES20DisplayList.java
Commit message (Expand)AuthorAgeFilesLines
* Better backend for hardware layers.Romain Guy2011-01-111-1/+5
* Reuse of native display list objectsChet Haase2011-01-061-8/+15
* Reuse display lists at the java level.Chet Haase2011-01-051-3/+32
* Ensure bitmaps aren't freed while referenced from a display listPatrick Dubroy2010-12-201-19/+12
* Optimizing display lists by referencing pointers to resources instead of copy...Chet Haase2010-10-211-17/+26
* Add display lists caching.Romain Guy2010-09-291-0/+74