Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add Java exceptions to catch RS calls with no context or no surface. | Jason Sams | 2009-12-07 | 1 | -0/+1 |
| | |||||
* | Fix type in Java enums. Not currently used, easier to fix now than when ↵ | Jason Sams | 2009-10-28 | 1 | -2/+2 |
| | | | | apps are using it. | ||||
* | Cleanup of object destruction. No need to have a per-class destruction ↵ | Jason Sams | 2009-08-18 | 1 | -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 Sams | 2009-08-09 | 1 | -1/+4 |
| | | | | object destruction tracking. | ||||
* | Split ProgramFragment and ProgramStore from RenderScript.java. Update ↵ | Jason Sams | 2009-08-04 | 1 | -0/+178 |
Element and Type to new cached builder for easier app developement. |