summaryrefslogtreecommitdiffstats
path: root/graphics/java/android/renderscript/ProgramStore.java
Commit message (Collapse)AuthorAgeFilesLines
* Add Java exceptions to catch RS calls with no context or no surface.Jason Sams2009-12-071-0/+1
|
* Fix type in Java enums. Not currently used, easier to fix now than when ↵Jason Sams2009-10-281-2/+2
| | | | apps are using it.
* Cleanup of object destruction. No need to have a per-class destruction ↵Jason Sams2009-08-181-8/+0
| | | | function. This was a legacy of the distant past when the classes did not have a common base.
* Begin implementing SimpleMesh and fix some bugs with refcounting and java ↵Jason Sams2009-08-091-1/+4
| | | | object destruction tracking.
* Split ProgramFragment and ProgramStore from RenderScript.java. Update ↵Jason Sams2009-08-041-0/+178
Element and Type to new cached builder for easier app developement.