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