summaryrefslogtreecommitdiffstats
path: root/rsFont.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "Replaced android::Vector with std::vector."Yang Ni2015-02-151-6/+5
* Replace NULL macros with nullptr literals.Chris Wailes2014-08-201-6/+6
* Replaced android::Vector with std::vector.Chris Wailes2014-08-181-5/+6
* Remove more String8Jason Sams2013-07-171-2/+1
* Remove unnecessary string operations.Jason Sams2013-07-081-1/+1
* Cleanup pointer access in adapter and font.Jason Sams2012-07-251-3/+4
* Plumb context through for serialization.Jason Sams2012-07-241-1/+1
* Starting to untangle header spaghetti.Alex Sakhartchouk2012-03-091-1/+0
* Rename three header files to free namespace for api.Jason Sams2012-02-161-1/+1
* Fixing FBO font rendering bug that resulted from using old surface size.Alex Sakhartchouk2011-11-161-0/+3
* Fixing asynchronous performance issues.Alex Sakhartchouk2011-08-161-1/+0
* More work to make libRS buildable on the host.Alex Sakhartchouk2011-06-031-0/+4
* Moving renderscript GL code into the HALAlex Sakhartchouk2011-04-291-3/+1
* Moving dependency includes out of librs headers.Alex Sakhartchouk2011-02-251-25/+13
* Correctly free resouces bound to scripts when the scripts are deleted.Jason Sams2011-01-271-0/+1
* Additional loading methods for fonts and a3d files.Alex Sakhartchouk2011-01-071-2/+3
* API reaview cleanupAlex Sakhartchouk2010-12-171-3/+3
* Code cleanup to make formatting consistentAlex Sakhartchouk2010-11-101-24/+19
* Adding text metrics to renderscript.Alex Sakhartchouk2010-10-051-10/+41
* Fix for bug 3053078Alex Sakhartchouk2010-10-011-2/+20
* Shader changes to allow for more flexible constant binding.Alex Sakhartchouk2010-09-141-0/+1
* Propagating some useful font changes.Alex Sakhartchouk2010-08-171-1/+9
* Fixing fonts to use constant color instead of variable.Alex Sakhartchouk2010-08-051-0/+1
* Added ability to set font color.Alex Sakhartchouk2010-08-041-0/+5
* Removing font initialization on startupAlex Sakhartchouk2010-06-301-3/+1
* Adding freetype font rendering to renderscript.Alex Sakhartchouk2010-06-241-0/+209