summaryrefslogtreecommitdiffstats
path: root/libs/rs/rsLight.h
Commit message (Collapse)AuthorAgeFilesLines
* Improve renderscript context teardown. Track object in the system and then ↵Jason Sams2009-09-251-1/+1
| | | | 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.
* Enable light sources and update film test app.Jason Sams2009-07-211-2/+4
|
* Cleanup includes so Log.h can use the tag. rsUtils.h is the file that ↵Jason Sams2009-06-221-0/+62
should be included everywhere and contain rs global defines.