1. 45438c9 Removed close guards for Element and Type objects by Yang Ni · 7 years ago
  2. eb4dd08 Added CloseGuard for BaseObj by Yang Ni · 8 years ago
  3. d016266 Hide array allocation by Jason Sams · 9 years ago
  4. 6a420b5 unhide RS apis by Jason Sams · 9 years ago
  5. 46ba27e3 Implement array types by Jason Sams · 9 years ago
  6. 11e4317 am 62d675c2: am 0d3548be: am d138029d: am 14420e29: Merge "AArch64: Use long[] for RS id array" by Narayan Kamath · 10 years ago
  7. d138029 am 14420e29: Merge "AArch64: Use long[] for RS id array" by Narayan Kamath · 10 years ago
  8. 9807155 AArch64: Use long[] for RS id array by Ashok Bhat · 10 years ago
  9. 0e3431d DO NOT MERGE: Mark new util type functions as @hide in AOSP. by Tim Murray · 10 years ago
  10. 355707e Move RenderScript from graphics/ to new fw/base subdirectory rs. by Tim Murray · 11 years ago[Renamed from graphics/java/android/renderscript/Type.java]
  11. 7a629fa Convert Java/JNI to 64-bit, part 2. by Tim Murray · 11 years ago
  12. 4b7f378 Utility API for creating types. by Jason Sams · 11 years ago
  13. d1576fb Move RenderScript from graphics/ to new fw/base subdirectory rs. by Tim Murray · 11 years ago
  14. 8437967 Merge "Convert Java/JNI to 64-bit, part 2." by Tim Murray · 11 years ago
  15. 460a049 Convert Java/JNI to 64-bit, part 2. by Tim Murray · 11 years ago
  16. 6090995 Remove unused imports from frameworks/base. by John Spurlock · 11 years ago
  17. ec44e5d Utility API for creating types. by Jason Sams · 11 years ago
  18. ccadaf1 Renderscript: Allow YUV_420_888 as a YUV type. by Eino-Ville Talvala · 11 years ago
  19. c11e25c Improve RS documentation. by Tim Murray · 11 years ago
  20. 02d56d9 Unhide new RS APIs. by Jason Sams · 11 years ago
  21. 5a722cf Add yuv get by Jason Sams · 11 years ago
  22. dd6c8b3 Support typed YUV allocations. by Jason Sams · 11 years ago
  23. e68c1ce am 11f1c5b8: am b3a57191: am 0a00de11: am 805d2e2d: am 00f49084: Merge "docs: fix renderscript links that currently require redirect" into jb-mr1-dev by Scott Main · 11 years ago
  24. b47fa16 docs: fix renderscript links that currently require redirect by Scott Main · 11 years ago
  25. b109cc7 Add YUV allocation creation. by Jason Sams · 12 years ago
  26. 8140d7b yuv by Jason Sams · 12 years ago
  27. d1c306a Add API support for 3D allocations. by Jason Sams · 12 years ago
  28. 9c9ad3f8c2 Revert "Deprecate" by Stephen Hines · 12 years ago
  29. a0c2eb2 Deprecate by Alex Sakhartchouk · 12 years ago
  30. e07694b Validate context when using RS objects. by Jason Sams · 12 years ago
  31. 3aef8e1d docs: Add developer guide cross-references, Project ACRE, round 4 by Joe Fernandez · 13 years ago
  32. 20fbd01 POSITVE -> POSITIVE typo fix by Stephen Hines · 13 years ago
  33. 9ea30a6 Fixing element count bug in renderscript. by Alex Sakhartchouk · 13 years ago
  34. 11518ac clean up and add javadocs by Robert Ly · 13 years ago
  35. cfc2330c fix build by Jason Sams · 14 years ago
  36. a23d4e7 unhide renderscript by Jason Sams · 14 years ago
  37. 49a05d7 Move adapter2D to a derived class from Allocation. by Jason Sams · 14 years ago
  38. bf6ef8d API review cleanup. by Jason Sams · 14 years ago
  39. a1b13ed Document RS element and type and add validity checking to type creation. by Jason Sams · 14 years ago
  40. 06d69de Continue error check improvements and write some docs. by Jason Sams · 14 years ago
  41. c1d6210 More RS exceptions cleanup. Remove some dead code. by Jason Sams · 14 years ago
  42. d5f0630 RS Error cleanup. by Jason Sams · 14 years ago
  43. 3b9c52a Async type creation. by Jason Sams · 14 years ago
  44. e447a78 Remove functions for reflecting dalvik classes to rs types. by Jason Sams · 14 years ago
  45. 0de9444 Preparing renderscript java code for use with phanton references. by Alex Sakhartchouk · 14 years ago
  46. dfac814 Populate java objects with native data from a3d file. by Alex Sakhartchouk · 14 years ago
  47. b42315d Delete old createFromClass methods. by Jason Sams · 14 years ago
  48. e17964e Add RS support for generic attribs as input to vertex programs. by Jason Sams · 15 years ago
  49. 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
  50. 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
  51. 768bc02 Implement more type checks on Allocations. by Jason Sams · 15 years ago
  52. 484d57f Move the sky by Romain Guy · 15 years ago
  53. 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
  54. fbf0b9e Implement named slots and convert script.addType to script.setType to remove ordering restrictions. by Jason Sams · 15 years ago
  55. 1b52aae Fix build break. by Jason Sams · 15 years ago
  56. 43ee0685 Implement reflecting Java objects into the ACC enviroment. by Jason Sams · 15 years ago
  57. 1bada8c Begin implementing SimpleMesh and fix some bugs with refcounting and java object destruction tracking. by Jason Sams · 15 years ago
  58. 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
  59. b8c5a84 Split RenderScript Type and Allocation into seperate classes. by Jason Sams · 15 years ago