summaryrefslogtreecommitdiff
path: root/graphics/java/android/renderscript/Light.java
AgeCommit message (Collapse)Author
2010-08-17Make java entry points for native fifo synchronized.Jason Sams
Change-Id: I1baf2beb920016f0202042982075cbce1e67df42
2010-08-12Preparing renderscript java code for use with phanton references.Alex Sakhartchouk
Changing rs_quaternion to be float4 Change-Id: Ibf49f412be8979eaa04cb252b407467eacd9dbf0
2009-12-07Add Java exceptions to catch RS calls with no context or no surface.Jason Sams
2009-08-18Cleanup of object destruction. No need to have a per-class destruction ↵Jason Sams
function. This was a legacy of the distant past when the classes did not have a common base.
2009-08-04Seperate ProgramVertex from RenderScript.java and merge ProgramVertexAlloc ↵Jason Sams
into the ProgramVertex class.
2009-08-04Seperate Light and Sampler from RenderScript.javaJason Sams