summaryrefslogtreecommitdiff
path: root/libs/rs/rsFont.cpp
AgeCommit message (Expand)Author
2011-02-25Moving dependency includes out of librs headers. Alex Sakhartchouk
2011-01-31Cleaning up the serialization change. 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-29Move adapter2D to a derived class from Allocation. Jason Sams
2010-12-17API reaview cleanup Alex Sakhartchouk
2010-12-15Fix mipmap bug introduced with Allocation cleanup. Jason Sams
2010-12-13Add support for non-malloc backed textures. Jason Sams
2010-12-08Allocation API update. Jason Sams
2010-11-18Support for cubemaps. Alex Sakhartchouk
2010-11-17Create holder inner class for pushing context state. Jason Sams
2010-11-12Split UTF functions from String8/16 Kenny Root
2010-11-10Code cleanup to make formatting consistent Alex Sakhartchouk
2010-11-08Moving attrib creation to Mesh. Adding arrays as shader inputs. Alex Sakhartchouk
2010-10-26Begin adding async allocation creation. Jason Sams
2010-10-21Fix refcounting bugs where the sys refcount Jason Sams
2010-10-18Some cleanup Alex Sakhartchouk
2010-10-12Fixing font bug, initialization was done in the wrong order. Alex Sakhartchouk
2010-10-06changing vec4 to vec2 for perf reasons. Alex Sakhartchouk
2010-10-05Adding average fps counter. Alex Sakhartchouk
2010-10-05Adding text metrics to renderscript. Alex Sakhartchouk
2010-10-01Fix for bug 3053078 Alex Sakhartchouk
2010-09-29Fix clear() operation for rsScriptC. Stephen Hines
2010-09-29More robust attribute binding Alex Sakhartchouk
2010-09-23Adding support for all allowed textures. Alex Sakhartchouk
2010-09-14Shader changes to allow for more flexible constant binding. Alex Sakhartchouk
2010-09-07Add arrays to elements. Jason Sams
2010-08-18Renderscript samples. Merged two model related projects. Cleanup. 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-05Support constant and varying colors in ProgramFragment. Jason Sams
2010-08-04Added ability to set font color. Alex Sakhartchouk
2010-07-12Work on synchronizing a3d created files and java layer. Alex Sakhartchouk
2010-06-30Fixing freetype init/uninit code. Alex Sakhartchouk
2010-06-30Removing font initialization on startup Alex Sakhartchouk
2010-06-24Adding freetype font rendering to renderscript. Alex Sakhartchouk