summaryrefslogtreecommitdiff
path: root/graphics/java/android/renderscript/SimpleMesh.java
AgeCommit message (Expand)Author
2010-07-02Cleanup pass on the mesh api change.Alex Sakhartchouk
2010-06-08Begin using reflected files.Jason Sams
2010-06-01Remove RS_KIND from vertex arrays types.Jason Sams
2009-12-23Disable excessive RS logging.Jason Sams
2009-12-23Element restructuring. Add support for new basic Element types including the...Jason Sams
2009-12-07Add Java exceptions to catch RS calls with no context or no surface.Jason Sams
2009-10-16Fix bug exposed by filmstrip. The updated and expanded SimpleMesh had an ord...Jason Sams
2009-10-07Add script to script call support. Add exception to catch out of bound index...Jason Sams
2009-10-02Update the SimpleMesh API to support new attribute types. Also spilt add/set...Jason Sams
2009-09-27Improve logging code to dump more detaild rs object info. Fix bug with prede...Jason Sams
2009-09-21Implement more type checks on Allocations.Jason Sams
2009-09-03Improve structure support using symbol lookup of named structures in scripts ...Jason Sams
2009-08-27Implement async data/subData. Implement TriangleMeshBuilder in SimpleMesh wh...Jason Sams
2009-08-18Cleanup of object destruction. No need to have a per-class destruction funct...Jason Sams
2009-08-09Begin implementing SimpleMesh and fix some bugs with refcounting and java obj...Jason Sams