summaryrefslogtreecommitdiffstats
path: root/libs/hwui/font/CacheTexture.h
Commit message (Expand)AuthorAgeFilesLines
* Use glops for text renderingChris Craik2015-03-181-22/+25
* Add overrides and switch to nullptr keywordChris Craik2014-12-221-2/+2
* Clean up physical couplingTom Hudson2014-10-151-1/+0
* Clean unused parameters, disable warningsChris Craik2013-10-171-1/+1
* Take SkBitmap's stride into account when uploading texturesRomain Guy2013-09-251-1/+1
* Support RGBA fonts and bitmap fonts (and RGBA bitmap fonts)Victoria Lease2013-07-311-2/+11
* Share Caches' index buffer with FontRendererRomain Guy2013-06-181-1/+1
* Introduce Caches::bindTexture() to reduce glBindTexture callsRomain Guy2013-06-041-1/+3
* Introduce PixelBuffer API to enable PBOsRomain Guy2013-04-111-19/+12
* First OpenGL ES 3.0 based optimizationRomain Guy2013-04-041-1/+1
* Reduce number of glDraw calls when drawing textRomain Guy2013-03-191-66/+51
* Merge changes Ib0a0b7d1,Ibec4b2aa into jb-mr1-devRomain Guy2012-09-231-23/+21
|\
| * Make sure we never bind to texture #0Romain Guy2012-09-231-23/+21
* | Optimize glyph cache texture uploadsChet Haase2012-09-231-0/+9
|/
* Correctly check the height of a glyph prior to caching itRomain Guy2012-09-041-4/+4
* Code cleanup in FontRendererRomain Guy2012-09-041-0/+83
* Small code cleanup in FontRendererRomain Guy2012-09-041-2/+1
* Refactor FontRenderer.cppRomain Guy2012-09-041-0/+122