summaryrefslogtreecommitdiffstats
path: root/graphics/java/android/renderscript/Light.java
Commit message (Collapse)AuthorAgeFilesLines
* Add Java exceptions to catch RS calls with no context or no surface.Jason Sams2009-12-071-0/+3
|
* Cleanup of object destruction. No need to have a per-class destruction ↵Jason Sams2009-08-181-5/+0
| | | | function. This was a legacy of the distant past when the classes did not have a common base.
* Seperate ProgramVertex from RenderScript.java and merge ProgramVertexAlloc ↵Jason Sams2009-08-041-9/+0
| | | | into the ProgramVertex class.
* Seperate Light and Sampler from RenderScript.javaJason Sams2009-08-041-0/+87