summaryrefslogtreecommitdiff
path: root/libs/hwui/FontRenderer.cpp
AgeCommit message (Expand)Author
2011-10-07Stupid fixed point math. Romain Guy
2011-08-30Text would disappear when the font size is 75px. Romain Guy
2011-08-02Paint style and stroke width affect text rendering. Romain Guy
2011-06-01Add support to OpenGLRendere to draw BiDi text. Romain Guy
2011-05-19Enable large font rendering with GPU acceleration Chet Haase
2011-03-02Fix problem with glyph cache and textScaleX property Chet Haase
2011-02-17Fixing font renderer attribute slot locations. Alex Sakhartchouk
2011-01-21Log only 1 line per process when using OpenGLRenderer. Romain Guy
2011-01-19Don't attempt to create empty layers. Romain Guy
2011-01-18Add support for Paint::setTextSkewX in OpenGLRenderer. Romain Guy
2011-01-05The font cache should respect the fake bold flag. Romain Guy
2010-11-02Optimize FBO drawing with regions. Romain Guy
2010-10-15Don't draw entirely transparent 9patch meshes. Romain Guy
2010-10-13Small potential performance improvement for fonts rendering. Romain Guy
2010-10-04Apply bilinear filtering on text only when necessary. Romain Guy
2010-10-03Initialize font texture cache. Romain Guy
2010-10-01Apply bilinear filtering to text. Romain Guy
2010-09-24Add debug mode to measure performance. Romain Guy
2010-09-13Forces windows to draw the first time they show. Romain Guy
2010-09-12Fix text rendering issue with text scaling. Romain Guy
2010-08-27Apply gamma correction to font rendering. Romain Guy
2010-08-13Add drop shadows. Romain Guy
2010-08-10Fix tons of bugs and add new text rendering support. Romain Guy
2010-08-07Enforce maximum texture size. Romain Guy
2010-08-06Added drop shadow renderer to the font class. Alex Sakhartchouk
2010-08-02Adding drop shadow support Alex Sakhartchouk
2010-07-29Fix gradients rendering and destructor crashes. Romain Guy
2010-07-29Moved all the rendering code to the new shader generator. Romain Guy
2010-07-26When font cache still has empty space, Alex Sakhartchouk
2010-07-23Updating parts of font cache as needed instead of the entire map. Alex Sakhartchouk
2010-07-23Cleanup, added properties for the FontRenderer. Romain Guy
2010-07-22Add support for text culling. Romain Guy
2010-07-21Add text rendering. Romain Guy