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