summaryrefslogtreecommitdiffstats
path: root/graphics/java/android/renderscript/SimpleMesh.java
Commit message (Expand)AuthorAgeFilesLines
* Disable excessive RS logging.Jason Sams2009-12-231-2/+0
* Element restructuring. Add support for new basic Element types including the...Jason Sams2009-12-231-9/+19
* Add Java exceptions to catch RS calls with no context or no surface.Jason Sams2009-12-071-0/+5
* Fix bug exposed by filmstrip. The updated and expanded SimpleMesh had an ord...Jason Sams2009-10-161-5/+5
* Add script to script call support. Add exception to catch out of bound index...Jason Sams2009-10-071-0/+5
* Update the SimpleMesh API to support new attribute types. Also spilt add/set...Jason Sams2009-10-021-51/+79
* Improve logging code to dump more detaild rs object info. Fix bug with prede...Jason Sams2009-09-271-1/+1
* Implement more type checks on Allocations.Jason Sams2009-09-211-11/+6
* Improve structure support using symbol lookup of named structures in scripts ...Jason Sams2009-09-031-0/+7
* Implement async data/subData. Implement TriangleMeshBuilder in SimpleMesh wh...Jason Sams2009-08-271-0/+145
* Cleanup of object destruction. No need to have a per-class destruction funct...Jason Sams2009-08-181-8/+0
* Begin implementing SimpleMesh and fix some bugs with refcounting and java obj...Jason Sams2009-08-091-0/+179