summaryrefslogtreecommitdiffstats
path: root/libs/hwui/font
Commit message (Expand)AuthorAgeFilesLines
* Take SkBitmap's stride into account when uploading texturesRomain Guy2013-09-252-6/+6
* fix kBW_Format glyphsVictoria Lease2013-08-121-2/+4
* Support RGBA fonts and bitmap fonts (and RGBA bitmap fonts)Victoria Lease2013-07-313-9/+44
* Share Caches' index buffer with FontRendererRomain Guy2013-06-181-1/+1
* Take hinting into account when caching fontsRomain Guy2013-06-182-0/+6
* Assume a texture is unbound after deleting itRomain Guy2013-06-061-1/+1
* Introduce Caches::bindTexture() to reduce glBindTexture callsRomain Guy2013-06-042-4/+8
* Introduce PixelBuffer API to enable PBOsRomain Guy2013-04-113-40/+78
* First OpenGL ES 3.0 based optimizationRomain Guy2013-04-042-3/+2
* Reduce number of glDraw calls when drawing textRomain Guy2013-03-192-66/+129
* Minimize texture binds when drawing textRomain Guy2013-03-191-1/+1
* Less aggressive glyphs precachingRomain Guy2013-03-131-7/+7
* Round scale factors to rasterize textRomain Guy2013-03-061-2/+2
* Take only the scale params into account to rasterize textRomain Guy2013-03-052-27/+8
* Fix math issue when transforming text in perspectiveRomain Guy2013-03-012-22/+21
* Precache glyphs at final raster sizeRomain Guy2013-03-011-1/+2
* Support 3D rotations when drawing textRomain Guy2013-02-282-21/+63
* Properly scale textRomain Guy2013-02-272-28/+46
* Prevent crash when setting up a stencil-based clipRomain Guy2013-02-111-1/+4
* Merge "Merge remote-tracking branch 'goog/master-chromium' into 'goog/master'"Derek Sollenberger2013-02-062-0/+2
|\
| * Fix buildRomain Guy2013-01-081-0/+1
| * resolved conflicts for merge of c88c60be to master-chromiumRomain Guy2013-01-083-128/+150
| |\
| * | Update framework to support r5967 of Skia.Derek Sollenberger2012-12-122-0/+2
* | | Add support for non-antialiased textRomain Guy2013-02-052-1/+9
| |/ |/|
* | Add plumbing for better text scalingRomain Guy2013-01-083-127/+150
|/
* Fix a couple of rendering issuesRomain Guy2012-09-281-0/+2
* 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-232-0/+12
|/
* Don't invalidate all the glyphs when flushing large texturesRomain Guy2012-09-041-1/+1
* Correctly check the height of a glyph prior to caching itRomain Guy2012-09-042-14/+13
* Code cleanup in FontRendererRomain Guy2012-09-043-8/+91
* Small code cleanup in FontRendererRomain Guy2012-09-043-10/+25
* Refactor FontRenderer.cppRomain Guy2012-09-046-0/+988