summaryrefslogtreecommitdiff
path: root/libs/hwui/FontRenderer.h
AgeCommit message (Expand)Author
2017-02-09Remove build flag ANDROID_ENABLE_RENDERSCRIPT Po-Chien Hsueh
2016-10-13use SkBlendMode instead of SkXfermode Mike Reed
2016-09-14resolve merge conflicts of 0ec2fd7 to master sergeyv
2016-09-13HWUI: track upload & recent usage in font cache am: af102bee51 sergeyv
2016-09-13HWUI: calculate used memory in FontCache for gfxinfo am: baf29e7cf4 sergeyv
2016-09-12HWUI: track upload & recent usage in font cache sergeyv
2016-09-08HWUI: calculate used memory in FontCache for gfxinfo sergeyv
2016-09-01Merge "Fix google-explicit-constructor warnings in libs/hwui." am: 7207562ff7... Chih-hung Hsieh
2016-08-29Fix google-explicit-constructor warnings in libs/hwui. Chih-Hung Hsieh
2016-07-07Delete old rendering pipeline Chris Craik
2016-02-08Fix TextDropShadowCacheTests and glyph_t everywhere Chris Craik
2016-01-04Stencil support in new recorder/reorderer Chris Craik
2015-12-07Merged op dispatch in OpReorderer Chris Craik
2015-11-20Initial text support in new reorderer/renderer Chris Craik
2015-10-03am 697e3dd6: am ee144b1e: resolved conflicts for bd57dac5 to stage-aosp-master Stephen Hines
2015-10-02resolved conflicts for bd57dac5 to stage-aosp-master Stephen Hines
2015-10-02Don't unregister Fonts from renderer at destruction Chris Craik
2015-09-22Remove lookup3 gamma code Chris Craik
2015-07-30Replace most usages of utils/Vector.h John Reck
2015-04-03Delete pre-glop path Chris Craik
2015-03-18Use glops for text rendering Chris Craik
2015-01-28Move more GL state management to RenderState and its directory Chris Craik
2014-12-22Add overrides and switch to nullptr keyword Chris Craik
2014-10-15Clean up physical coupling Tom Hudson
2014-07-07Add hack for custom re-rasterization buckets Chris Craik
2014-05-21Pass the radius as a float deeper into HWUI allowing RS to generate more accu... Derek Sollenberger
2014-01-03Use const where possible for drawing parameters Chris Craik
2014-01-01Move Snapshot management to intermediate StatefulBaseRenderer class Chris Craik
2013-08-02Handle updates to RS C++ API. Tim Murray
2013-07-31Support RGBA fonts and bitmap fonts (and RGBA bitmap fonts) Victoria Lease
2013-06-18Share Caches' index buffer with FontRenderer Romain Guy
2013-05-07libutils clean-up Mathias Agopian
2013-04-15am 55b883b0: am 30c990c3: Merge "Draw Operation merging" into jb-mr2-dev Chris Craik
2013-04-15Draw Operation merging Chris Craik
2013-04-12resolved conflicts for merge of 886e1204 to master Romain Guy
2013-04-11Introduce PixelBuffer API to enable PBOs Romain Guy
2013-04-04Phase 1 of refactoring SystemServer. Dan Morrill
2013-03-20Optimize text GL setup Romain Guy
2013-03-19Reduce number of glDraw calls when drawing text Romain Guy
2013-03-19Minimize texture binds when drawing text Romain Guy
2013-02-13Revert "Revert "Use RenderScript for large text blurs"" Chris Craik
2013-02-13Revert "Use RenderScript for large text blurs" Chris Craik
2013-02-12Use RenderScript for large text blurs Chris Craik
2013-01-08Add plumbing for better text scaling Romain Guy
2012-11-28Another optimization of glyph cache uploads Sangkyu Lee
2012-09-04Code cleanup in FontRenderer Romain Guy
2012-09-04Small code cleanup in FontRenderer Romain Guy
2012-09-04Refactor FontRenderer.cpp Romain Guy
2012-08-31Paramaterize and adjust the glyph cache sizes Chet Haase
2012-08-30Avoid thrashing the glyph cache during the precache phase Chet Haase