summaryrefslogtreecommitdiff
path: root/rsFont.h
AgeCommit message (Expand)Author
2015-02-15Revert "Replaced android::Vector with std::vector."Yang Ni
2014-08-20Replace NULL macros with nullptr literals.Chris Wailes
2014-08-18Replaced android::Vector with std::vector.Chris Wailes
2013-07-17Remove more String8Jason Sams
2013-07-08Remove unnecessary string operations.Jason Sams
2012-07-25Cleanup pointer access in adapter and font.Jason Sams
2012-07-24Plumb context through for serialization.Jason Sams
2012-03-09Starting to untangle header spaghetti.Alex Sakhartchouk
2012-02-16Rename three header files to free namespace for api.Jason Sams
2011-11-16Fixing FBO font rendering bug that resulted from using old surface size.Alex Sakhartchouk
2011-08-16Fixing asynchronous performance issues.Alex Sakhartchouk
2011-06-03More work to make libRS buildable on the host.Alex Sakhartchouk
2011-04-29Moving renderscript GL code into the HALAlex Sakhartchouk
2011-02-25Moving dependency includes out of librs headers.Alex Sakhartchouk
2011-01-27Correctly free resouces bound to scripts when the scripts are deleted.Jason Sams
2011-01-07Additional loading methods for fonts and a3d files.Alex Sakhartchouk
2010-12-17API reaview cleanupAlex Sakhartchouk
2010-11-10Code cleanup to make formatting consistentAlex Sakhartchouk
2010-10-05Adding text metrics to renderscript.Alex Sakhartchouk
2010-10-01Fix for bug 3053078Alex Sakhartchouk
2010-09-14Shader changes to allow for more flexible constant binding.Alex Sakhartchouk
2010-08-17Propagating some useful font changes.Alex Sakhartchouk
2010-08-05Fixing fonts to use constant color instead of variable.Alex Sakhartchouk
2010-08-04Added ability to set font color.Alex Sakhartchouk
2010-06-30Removing font initialization on startupAlex Sakhartchouk
2010-06-24Adding freetype font rendering to renderscript.Alex Sakhartchouk