summaryrefslogtreecommitdiffstats
path: root/libs/hwui/FontRenderer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add drop shadows.Romain Guy2010-08-131-13/+26
* Fix tons of bugs and add new text rendering support.Romain Guy2010-08-101-23/+18
* Enforce maximum texture size.Romain Guy2010-08-071-3/+8
* Added drop shadow renderer to the font class.Alex Sakhartchouk2010-08-061-18/+91
* Adding drop shadow supportAlex Sakhartchouk2010-08-021-8/+185
* Fix gradients rendering and destructor crashes.Romain Guy2010-07-291-1/+0
* Moved all the rendering code to the new shader generator.Romain Guy2010-07-291-0/+1
* When font cache still has empty space,Alex Sakhartchouk2010-07-261-11/+55
* Updating parts of font cache as needed instead of the entire map.Alex Sakhartchouk2010-07-231-10/+41
* Cleanup, added properties for the FontRenderer.Romain Guy2010-07-231-50/+73
* Add support for text culling.Romain Guy2010-07-221-24/+13
* Add text rendering.Romain Guy2010-07-211-0/+467