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