1. d1516df Fix Allocation-less launches by Jason Sams · 11 years ago
  2. 8610f83 Update LaunchOptions description by Jason Sams · 11 years ago
  3. 6a420b5 unhide RS apis by Jason Sams · 11 years ago
  4. ad555f9 Frameworks/base: Fix potential NPE in Script by Andreas Gampe · 11 years ago
  5. c8ddcdd Frameworks/base: Check before foreach in Script by Andreas Gampe · 11 years ago
  6. be392ad Adds invocable functions to ScriptGroup by Yang Ni · 11 years ago
  7. be7b1de Collapse code paths for single- and multi-input kernels. by Chris Wailes · 12 years ago
  8. c9c7daf Revert "Collapse code paths for single- and multi-input kernels." by Stephen Hines · 12 years ago
  9. eb34702 Collapse code paths for single- and multi-input kernels. by Chris Wailes · 12 years ago
  10. 9496106 Adds support for multi-input kernels to Frameworks/Base/RS. by Chris Wailes · 12 years ago
  11. 678cc7f Validate objects are from the correct context. by Jason Sams · 12 years ago
  12. cf9c894 Check that bound allocations are 1D by Jason Sams · 12 years ago
  13. 355707e Move RenderScript from graphics/ to new fw/base subdirectory rs. by Tim Murray · 13 years ago[Renamed from graphics/java/android/renderscript/Script.java]
  14. 7a629fa Convert Java/JNI to 64-bit, part 2. by Tim Murray · 13 years ago
  15. c11e25c Improve RS documentation. by Tim Murray · 13 years ago
  16. f64cca9 Updating API based on feedback by Jason Sams · 13 years ago
  17. 7c4caad Add support for synchronous get(). by Tim Murray · 13 years ago
  18. ba9dd06 Pass through null LaunchOption structs to standard forEach. by Tim Murray · 13 years ago
  19. eb8c29c Add API entry points for clipped kernels. by Tim Murray · 13 years ago
  20. fbfaa85 Add struct for controlling clipping in Java. by Tim Murray · 14 years ago
  21. 08a8158 Add Kernel, Method, and field IDs bug 7182873 by Jason Sams · 14 years ago
  22. 9c9ad3f8c2 Revert "Deprecate" by Stephen Hines · 14 years ago
  23. adeb809 Start passing element/dim information along with FieldPacker. by Stephen Hines · 14 years ago
  24. a0c2eb2 Deprecate by Alex Sakhartchouk · 14 years ago
  25. e07694b Validate context when using RS objects. by Jason Sams · 14 years ago
  26. 684b235 Unhide new RS apis. by Jason Sams · 15 years ago
  27. 6e494d3 Add dalvik code for forEach. by Jason Sams · 15 years ago
  28. 21b4103 unhide functions used by reflected files for SDK. by Jason Sams · 15 years ago
  29. 67e3d20 Hide and delete some code that should not be public. by Jason Sams · 15 years ago
  30. a23d4e7 unhide renderscript by Jason Sams · 15 years ago
  31. 5476b45 Allocation API update. by Jason Sams · 16 years ago
  32. 6f4cf0b Fix ref counting for globals when set from java code. by Jason Sams · 16 years ago
  33. 06d69de Continue error check improvements and write some docs. by Jason Sams · 16 years ago
  34. 31a7e42 Begin adding async allocation creation. by Jason Sams · 16 years ago
  35. 031ec58c Fix support for 64-bit integers. by Stephen Hines · 16 years ago
  36. ca54ec3 Add support for Float64 (double) to RenderScript. by Stephen Hines · 16 years ago
  37. 0de9444 Preparing renderscript java code for use with phanton references. by Alex Sakhartchouk · 16 years ago
  38. 0b9a22c Add boolean support for setVar. by Jason Sams · 16 years ago
  39. 96ed4cf Remove InvokeData and add ContextFinish to generate a sync point. by Jason Sams · 16 years ago
  40. d79b2e9 Begin naming cleanup for renderscript runtime. by Jason Sams · 16 years ago
  41. 4d33993 Convert renderscript from using ACC to LLVM for its compiler. by Jason Sams · 16 years ago
  42. 2d71bc7 Update Script java classes and llvm samples. by Jason Sams · 16 years ago
  43. 771bebb Add Java exceptions to catch RS calls with no context or no surface. by Jason Sams · 17 years ago
  44. be2e841 Implement renderscript Invokables. by Jason Sams · 17 years ago
  45. 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 · 17 years ago
  46. 334ea0c Update fountain and add writable flag to script slots. by Jason Sams · 17 years ago
  47. fbf0b9e Implement named slots and convert script.addType to script.setType to remove ordering restrictions. by Jason Sams · 17 years ago
  48. 43ee0685 Implement reflecting Java objects into the ACC enviroment. by Jason Sams · 17 years ago
  49. 1bada8c Begin implementing SimpleMesh and fix some bugs with refcounting and java object destruction tracking. by Jason Sams · 17 years ago
  50. 2253417 Split ProgramFragment and ProgramStore from RenderScript.java. Update Element and Type to new cached builder for easier app developement. by Jason Sams · 17 years ago
  51. 69f0d31 Split ScriptC from RenderScript.java. Implement state caching in the Builder objects. by Jason Sams · 17 years ago