summaryrefslogtreecommitdiffstats
path: root/libs/hwui/font
Commit message (Expand)AuthorAgeFilesLines
* Performance Optimization: Align texture dirty rectywen2016-02-241-4/+10
* Don't unregister Fonts from renderer at destructionChris Craik2015-11-071-2/+0
* Remove all usage of fmin and fmaxChris Craik2015-07-071-1/+1
* Saturate alpha values when overlaying glyphsChris Craik2015-06-301-7/+7
* Use glops for text renderingChris Craik2015-03-182-59/+59
* Glop ColorFilter & VertexBuffer support, initial enableChris Craik2015-02-061-1/+1
* Refactor blending and texture gl stateChris Craik2015-01-301-3/+3
* Add overrides and switch to nullptr keyword for all filesChris Craik2015-01-052-13/+13
* Add overrides and switch to nullptr keywordChris Craik2014-12-222-4/+4
* Revert "resolved conflicts for merge of 220c3f4f to master"Andreas Gampe2014-11-221-9/+5
* resolved conflicts for merge of 220c3f4f to masterAndreas Gampe2014-11-211-5/+9
|\
| * resolved conflicts for merge of 99377df1 to lmp-mr1-dev-plus-aospAndreas Gampe2014-11-211-5/+9
| |\
| | * Frameworks/base: Unused parameters in hwuiAndreas Gampe2014-11-211-5/+9
* | | resolve merge conflicts of f2235b6 to master.Chris Craik2014-11-201-1/+1
|\ \ \ | |/ /
| * | resolve merge conflicts of 57b641a to lmp-mr1-dev-plus-aosp.Chris Craik2014-11-201-1/+1
| |\ \ | | |/ | |/|
| | * Improve logging around performance critical eventsChris Craik2014-11-191-1/+1
| * | Frameworks/base: Wall Werror in libs/hwuiAndreas Gampe2014-11-102-7/+8
| |/
* | resolved conflicts for merge of 1d03b816 to lmp-mr1-dev-plus-aospAndreas Gampe2014-11-102-7/+8
* | Remove error caseDerek Sollenberger2014-10-201-1/+0
* | Add back include that ensures RENDER_TEXT_AS_GLYPHS is set consistently.Derek Sollenberger2014-10-201-0/+3
* | Merge "Clean up physical coupling"Tom Hudson2014-10-165-6/+6
|\ \
| * | Clean up physical couplingTom Hudson2014-10-155-6/+6
| |/
* | Change in Skia APIs require update to HWUI font implementationDerek Sollenberger2014-10-152-7/+6
|/
* Fix glyph positions underflow issueChris Craik2014-08-151-9/+12
* Add hack for custom re-rasterization bucketsChris Craik2014-07-072-7/+7
* 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