summaryrefslogtreecommitdiffstats
path: root/libs/hwui/font
Commit message (Expand)AuthorAgeFilesLines
* am 3c769ec0: am 00fabcbe: am b1708e9b: Merge "Use alpha channel instead of re...Chris Craik2014-05-191-1/+2
|\
| * am 00fabcbe: am b1708e9b: Merge "Use alpha channel instead of red in drawCach...Chris Craik2014-05-191-1/+2
| |\
| | * am b1708e9b: Merge "Use alpha channel instead of red in drawCachedGlyphBitmap"Chris Craik2014-05-191-1/+2
| | |\
| | | * Use alpha channel instead of red in drawCachedGlyphBitmapDigish Pandya2014-05-151-1/+2
* | | | am 90eaf92e: am 7e13d1d4: am f6c9c420: Merge "Correct stride for drawing to c...Chris Craik2014-05-091-5/+15
|\ \ \ \ | |/ / /
| * | | am 7e13d1d4: am f6c9c420: Merge "Correct stride for drawing to cached glyph b...Chris Craik2014-05-091-5/+15
| |\ \ \ | | |/ /
| | * | am f6c9c420: Merge "Correct stride for drawing to cached glyph bitmap"Chris Craik2014-05-091-5/+15
| | |\ \ | | | |/
| | | * Correct stride for drawing to cached glyph bitmapDigish Pandya2014-05-091-5/+15
| | * | Merge "resolved conflicts for merge of 8d3281f5 to klp-dev-plus-aosp" into kl...Leon Scroggins III2014-03-073-12/+15
| | |\ \ | | | |/ | | |/|
| | | * Update framework to use M33 Skia. DO NOT MERGELeon Scroggins III2014-03-063-12/+15
| * | | am df64ac68: ask skia to use flat gamma when rendering fonts from hwuiVictoria Lease2014-04-222-2/+6
| |\ \ \
| | * | | ask skia to use flat gamma when rendering fonts from hwuiVictoria Lease2014-04-222-2/+6
| * | | | am f8d8777d: Update framework to use M33 Skia. DO NOT MERGELeon Scroggins III2014-03-173-12/+15
| |\ \ \ \ | | |/ / / | | | / / | | |/ / | |/| |
| | * | Update framework to use M33 Skia. DO NOT MERGELeon Scroggins III2014-03-173-12/+15
| | |/
* | | ask skia to use flat gamma when rendering fonts from hwuiVictoria Lease2014-04-222-2/+6
* | | am 2c764b20: am 0ec3ca6e: am 449273e2: Merge "Fix for positioning of glyphs w...Chris Craik2014-02-051-3/+3
|\ \ \ | |/ /
| * | Fix for positioning of glyphs within a bitmapAlexander Toresson2014-01-231-3/+3
| |/
* | Use const where possible for drawing parametersChris Craik2014-01-032-20/+21
* | pass SkGlyphCache into updateGlyphCache()Victoria Lease2013-12-172-8/+8
* | Deprecate Android-specific SkPaint functions.Victoria Lease2013-12-032-6/+9
* | Clean unused parameters, disable warningsChris Craik2013-10-172-3/+3
|/
* 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
|/