summaryrefslogtreecommitdiffstats
path: root/libs/hwui/font/CacheTexture.cpp
Commit message (Expand)AuthorAgeFilesLines
* Assume a texture is unbound after deleting itRomain Guy2013-06-061-1/+1
* Introduce Caches::bindTexture() to reduce glBindTexture callsRomain Guy2013-06-041-3/+5
* Introduce PixelBuffer API to enable PBOsRomain Guy2013-04-111-2/+48
* First OpenGL ES 3.0 based optimizationRomain Guy2013-04-041-2/+1
* Reduce number of glDraw calls when drawing textRomain Guy2013-03-191-0/+78
* Update framework to support r5967 of Skia.Derek Sollenberger2012-12-121-0/+1
* Optimize glyph cache texture uploadsChet Haase2012-09-231-0/+3
* Correctly check the height of a glyph prior to caching itRomain Guy2012-09-041-10/+9
* Small code cleanup in FontRendererRomain Guy2012-09-041-1/+22
* Refactor FontRenderer.cppRomain Guy2012-09-041-0/+172