summaryrefslogtreecommitdiffstats
path: root/libs/hwui/FontRenderer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Introduce Caches::bindTexture() to reduce glBindTexture callsRomain Guy2013-06-041-2/+2
* am 55b883b0: am 30c990c3: Merge "Draw Operation merging" into jb-mr2-devChris Craik2013-04-151-6/+8
|\
| * Draw Operation mergingChris Craik2013-04-151-6/+8
* | resolved conflicts for merge of 886e1204 to masterRomain Guy2013-04-121-51/+42
|\ \ | |/
| * Introduce PixelBuffer API to enable PBOsRomain Guy2013-04-111-51/+42
* | am 21af446c: am a151ef8c: Merge "First OpenGL ES 3.0 based optimization" into...Romain Guy2013-04-041-4/+31
|\ \ | |/
| * First OpenGL ES 3.0 based optimizationRomain Guy2013-04-041-4/+31
* | Phase 1 of refactoring SystemServer.Dan Morrill2013-04-041-29/+39
|/
* Optimize text GL setupRomain Guy2013-03-201-4/+8
* Reduce number of glDraw calls when drawing textRomain Guy2013-03-191-80/+41
* Minimize texture binds when drawing textRomain Guy2013-03-191-14/+15
* Move blur code from FontRenderer to utils/Blur.cppRomain Guy2013-03-081-132/+8
* Make glyph copies a little more cache friendlyRomain Guy2013-03-051-15/+17
* Support 3D rotations when drawing textRomain Guy2013-02-281-0/+10
* Avoid double blurChris Craik2013-02-221-3/+10
* am 7a60c43d: Merge "Use free for memory chunks allocated through memalign."Ben Cheng2013-02-201-1/+1
|\
| * Use free for memory chunks allocated through memalign.Ben Cheng2013-02-201-1/+1
* | am 805a6fe7: Merge "Revert "Revert "Use RenderScript for large text blurs"""Chris Craik2013-02-131-12/+48
|\ \ | |/
| * Revert "Revert "Use RenderScript for large text blurs""Chris Craik2013-02-131-12/+48
| * Revert "Merge remote-tracking branch 'goog/master-chromium' into 'goog/master...Chris Craik2013-02-131-1/+0
* | Revert "Use RenderScript for large text blurs"Chris Craik2013-02-131-48/+12
* | Use RenderScript for large text blursChris Craik2013-02-121-12/+48
|/
* Merge "Merge remote-tracking branch 'goog/master-chromium' into 'goog/master'"Derek Sollenberger2013-02-061-0/+1
|\
| * resolved conflicts for merge of c88c60be to master-chromiumRomain Guy2013-01-081-60/+18
| |\
| * | Update framework to support r5967 of Skia.Derek Sollenberger2012-12-121-0/+1
* | | Add support for non-antialiased textRomain Guy2013-02-051-13/+44
| |/ |/|
* | Add plumbing for better text scalingRomain Guy2013-01-081-60/+18
|/
* Another optimization of glyph cache uploadsSangkyu Lee2012-11-281-18/+31
* Add stroke support to polygonal shape renderingChris Craik2012-09-261-3/+2
* Optimize glyph cache texture uploadsChet Haase2012-09-231-7/+10
* Code cleanup in FontRendererRomain Guy2012-09-041-62/+26
* Small code cleanup in FontRendererRomain Guy2012-09-041-7/+19
* Refactor FontRenderer.cppRomain Guy2012-09-041-579/+11
* Paramaterize and adjust the glyph cache sizesChet Haase2012-08-311-35/+31
* Avoid thrashing the glyph cache during the precache phaseChet Haase2012-08-301-15/+17
* Fix glyph cropping bugChet Haase2012-08-171-2/+2
* Remove CacheTextureLine structure from FontRendererChet Haase2012-08-161-147/+73
* Glyph cache optimizationChet Haase2012-08-151-7/+4
* Optimize interactions with glyph cacheChet Haase2012-08-141-66/+230
* am 05e97e81: am 0be33f2d: Merge "Add shortcut to avoid potential divide by ze...Jean-Baptiste Queru2012-08-081-0/+5
|\
| * Add shortcut to avoid potential divide by zero in some caseChen YANG2012-07-251-0/+5
* | Draw an empty border around glyphs to avoid sampling issuesRomain Guy2012-08-071-13/+22
* | Merge "Add drop shadow for drawPosText in hwui renderer."Raph Levien2012-07-201-5/+5
|\ \
| * | Add drop shadow for drawPosText in hwui renderer.Raph Levien2012-07-201-5/+5
* | | Fix crash with new LookupGammaFontRendererRomain Guy2012-07-201-2/+1
|/ /
* | Refactor GammaFontRendererRomain Guy2012-07-131-4/+13
|/
* Textured text calls could be invisibleRomain Guy2012-06-111-0/+2
* Forget the name of a texture after freeingRomain Guy2012-05-141-4/+8
* Fix two memory leaksRomain Guy2012-05-141-11/+24
* Properly pre-cache latin glyphsRomain Guy2012-05-141-10/+12