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