1. 3476977 Discovered a matrix element bug while writing cts unit tests. by Alex Sakhartchouk · 13 years ago
  2. 11518ac clean up and add javadocs by Robert Ly · 13 years ago
  3. 252c078 Add error checks to bitmap uploads. Fix java side calculation for pixel sizes. by Jason Sams · 14 years ago
  4. a23d4e7 unhide renderscript by Jason Sams · 14 years ago
  5. 4ef6650 Remove CreateFromBitmapRef and add CopyTo(bitmap) replacement. by Jason Sams · 14 years ago
  6. bf6ef8d API review cleanup. by Jason Sams · 14 years ago
  7. a1b13ed Document RS element and type and add validity checking to type creation. by Jason Sams · 14 years ago
  8. 06d69de Continue error check improvements and write some docs. by Jason Sams · 14 years ago
  9. c1d6210 More RS exceptions cleanup. Remove some dead code. by Jason Sams · 14 years ago
  10. 9e401bc Changing scenegraph sample to use arrays. by Alex Sakhartchouk · 14 years ago
  11. 52d8363 Support for unsigned long and unsigned long long. by Stephen Hines · 14 years ago
  12. ef1dac2 Support for 64-bit integer type. by Stephen Hines · 14 years ago
  13. 02f41705 Finish plumbing for double RS elements. by Stephen Hines · 14 years ago
  14. 70d4e50 Add arrays to elements. by Jason Sams · 14 years ago
  15. 1d45c47 Add matrix component types. Fix potental overflow in script -> java messages. by Jason Sams · 14 years ago
  16. 0de9444 Preparing renderscript java code for use with phanton references. by Alex Sakhartchouk · 14 years ago
  17. dfac814 Populate java objects with native data from a3d file. by Alex Sakhartchouk · 14 years ago
  18. f110d4b Move ImageProcessing and ModelViewer to reflected files. by Jason Sams · 14 years ago
  19. e29f3e7 Begin using reflected files. by Jason Sams · 14 years ago
  20. 8cb39de Remove RS_KIND from vertex arrays types. by Jason Sams · 14 years ago
  21. b42315d Delete old createFromClass methods. by Jason Sams · 14 years ago
  22. a70f416 Checkin new types for RS. by Jason Sams · 14 years ago
  23. a09a6e1 More complete support for named attribs. Adds user typed attribs as available to programVertex. Non user attribs are not treated like user for GL2 for simplicity. by Jason Sams · 15 years ago
  24. 7d46f61 Disable excessive RS logging. by Jason Sams · 15 years ago
  25. 718cd1f Element restructuring. Add support for new basic Element types including the RS objects and vectors(2-4). In theory this paves the way for maintaining type info for RS objects, passing elements for GLSL uiforms/attribs/varyings, and supporting nested structures. by Jason Sams · 15 years ago
  26. 771bebb Add Java exceptions to catch RS calls with no context or no surface. by Jason Sams · 15 years ago
  27. 3c0dfba Improve logging code to dump more detaild rs object info. Fix bug with predefined elements not being recreated for contexts after one was destroyed. Add stricter type enforcement. by Jason Sams · 15 years ago
  28. 768bc02 Implement more type checks on Allocations. by Jason Sams · 15 years ago
  29. ea84a7c Remove "predefined" elements from Java layer. Static elements continue to exist but are no longer treated as a special version of element. by Jason Sams · 15 years ago
  30. 2525a81 Improve structure support using symbol lookup of named structures in scripts to allow them to appear as just pointers to structs. by Jason Sams · 15 years ago
  31. 07ae406 Implement async data/subData. Implement TriangleMeshBuilder in SimpleMesh which replaces TriangleMesh. Update Film to use new builder. by Jason Sams · 15 years ago
  32. 25ffcdc Point Sprites by Jason Sams · 15 years ago
  33. 7ce033d Cleanup of object destruction. No need to have a per-class destruction function. This was a legacy of the distant past when the classes did not have a common base. by Jason Sams · 15 years ago
  34. 4f7136c Optimized Galaxy by Romain Guy · 15 years ago
  35. 334ea0c Update fountain and add writable flag to script slots. by Jason Sams · 15 years ago
  36. 81e4640 Add Galaxy wallpaper by Romain Guy · 15 years ago
  37. 43ee0685 Implement reflecting Java objects into the ACC enviroment. by Jason Sams · 15 years ago
  38. 1bada8c Begin implementing SimpleMesh and fix some bugs with refcounting and java object destruction tracking. by Jason Sams · 15 years ago
  39. 2253417 Split ProgramFragment and ProgramStore from RenderScript.java. Update Element and Type to new cached builder for easier app developement. by Jason Sams · 15 years ago
  40. 36e612a Begin splitting up RenderScript.java into seperate classes. First piece split off Element. by Jason Sams · 15 years ago