summaryrefslogtreecommitdiff
path: root/libs/hwui/FontRenderer.cpp
AgeCommit message (Expand)Author
2014-01-03Use const where possible for drawing parameters Chris Craik
2013-12-13Handle user-defined cache path for RS. Tim Murray
2013-11-18Clean up modelView matrix logic Chris Craik
2013-09-20am ab99b39d: am ddc0a63d: Merge "fix emoji clipping in hw draw path" into klp... Victoria Lease
2013-09-19fix emoji clipping in hw draw path Victoria Lease
2013-09-10am 19c727bb: am 895a4375: Merge "Fix FontRenderer bug." into klp-dev Tim Murray
2013-09-10Fix FontRenderer bug. Tim Murray
2013-09-09am 9163b1d9: am 23ae1461: Merge "Add flags word to initialization." into klp-dev Tim Murray
2013-09-09Add flags word to initialization. Tim Murray
2013-08-20am 816f3058: am cf8e6778: Merge "Handle updates to C++ API." into klp-dev Tim Murray
2013-08-19Handle updates to C++ API. Tim Murray
2013-08-15Replace float arrays with readable names Romain Guy
2013-08-12fix kBW_Format glyphs Victoria Lease
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-06-04Introduce Caches::bindTexture() to reduce glBindTexture calls Romain Guy
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-04am 21af446c: am a151ef8c: Merge "First OpenGL ES 3.0 based optimization" into... Romain Guy
2013-04-04First OpenGL ES 3.0 based optimization 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-03-08Move blur code from FontRenderer to utils/Blur.cpp Romain Guy
2013-03-05Make glyph copies a little more cache friendly Romain Guy
2013-02-28Support 3D rotations when drawing text Romain Guy
2013-02-22Avoid double blur Chris Craik
2013-02-20am 7a60c43d: Merge "Use free for memory chunks allocated through memalign." Ben Cheng
2013-02-20Use free for memory chunks allocated through memalign. Ben Cheng
2013-02-13am 805a6fe7: Merge "Revert "Revert "Use RenderScript for large text blurs""" Chris Craik
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-13Revert "Merge remote-tracking branch 'goog/master-chromium' into 'goog/master... Chris Craik
2013-02-12Use RenderScript for large text blurs Chris Craik
2013-02-06Merge "Merge remote-tracking branch 'goog/master-chromium' into 'goog/master'" Derek Sollenberger
2013-02-05Add support for non-antialiased text Romain Guy
2013-01-08resolved conflicts for merge of c88c60be to master-chromium Romain Guy
2013-01-08Add plumbing for better text scaling Romain Guy
2012-12-12Update framework to support r5967 of Skia. Derek Sollenberger
2012-11-28Another optimization of glyph cache uploads Sangkyu Lee
2012-09-26Add stroke support to polygonal shape rendering Chris Craik
2012-09-23Optimize glyph cache texture uploads Chet Haase
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