Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_frameworks_base
/
4cb15cf15dfc9d9c6c8dc34911a4ed6bf53e8e4c
/
libs
/
rs
/
rsProgramRaster.cpp
0011bcf
Continue development of es2.0 user shader support for renderscript. This change cleans up ProgramVertex creation and adds support for passing input, output, and constant type info.
by Jason Sams
· 16 years ago
bb51c40
Begin gl2 support. Renderscript still uses GL1.1 by default. However, 2.0 can be enabled and will render most tests correctly.
by Jason Sams
· 16 years ago
c7412b3
Minor bug fixes and add glError check.
by Jason Sams
· 16 years ago
61f08d6
Improved object lifecycle tracking and fix leaks.
by Jason Sams
· 16 years ago
a9e7a05
Improve renderscript context teardown. Track object in the system and then force their cleanup by releasing all user references once destroy context is called. Java layer will no longer send destroy notifications for objects garbage collected once a context is destroyed.
by Jason Sams
· 16 years ago
d3f2eaf
Minor cleanup of profile and compile logging.
by Jason Sams
· 16 years ago
ebfb436
Add raster object to control point and line params. Add flag to force SW rendering.
by Jason Sams
· 16 years ago