1. 4ee16ff Call .rs.dtor() when tearing down Scripts. by Stephen Hines · 13 years ago
  2. b81a0eb More work to make libRS buildable on the host. by Alex Sakhartchouk · 13 years ago
  3. 5fb1aeb Start implementing control side forEach. by Jason Sams · 13 years ago
  4. bad8074 Start seperating out RS compute implementation. Create hal by Jason Sams · 13 years ago
  5. 6a12181 Almost all warnings are now errors in RS build. by Stephen Hines · 13 years ago
  6. 2e8665d Correctly free resouces bound to scripts when the scripts are deleted. by Jason Sams · 13 years ago
  7. a5eb6e1 Fix ref counting for globals when set from java code. by Jason Sams · 14 years ago
  8. afb743a Code cleanup to make formatting consistent across all the renderscript files. by Alex Sakhartchouk · 14 years ago
  9. 225afd3 Fix refcounting bugs where the sys refcount by Jason Sams · 14 years ago
  10. 0977c94 Fix support for 64-bit integers. by Stephen Hines · 14 years ago
  11. d7e5481 Cleanup error message for null binding address. by Jason Sams · 14 years ago
  12. 700ba38 Removing fixed size arrays. by Alex Sakhartchouk · 14 years ago
  13. 6d0a074 Add support for Float64 (double) to RenderScript. by Stephen Hines · 14 years ago
  14. 22fa371 Begin naming cleanup for renderscript runtime. by Jason Sams · 14 years ago
  15. ce92d4b Remove more pieces of setRoot. Add pointer to allocation lookup for scripts. by Jason Sams · 14 years ago
  16. 771565f Change RS to use the passed surface size rather than EGL size. by Jason Sams · 14 years ago
  17. be36bf3 Convert renderscript from using ACC to LLVM for its compiler. by Jason Sams · 14 years ago
  18. a2cf755 Improve RS error handling. On errors RS will now store the error and a message that can be read from the app. RS will then not continue rendering frames while an unchecked error is present until new state is received. by Jason Sams · 14 years ago
  19. f2649a9 Improved object lifecycle tracking and fix leaks. by Jason Sams · 15 years ago
  20. e514b45 Improve renderscript context teardown. Track object in the system and then force their cleanup by releasing all user references once destroy context is called. Java layer will no longer send destroy notifications for objects garbage collected once a context is destroyed. by Jason Sams · 15 years ago
  21. ada7f27 Fix invokables to make sure script pointers are setup before invoking function calls. Reduce app startup time up to 1s. by Jason Sams · 15 years ago
  22. 8c6bc69 Implement renderscript Invokables. by Jason Sams · 15 years ago
  23. 707aaf3 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
  24. 90b36a8 Update fountain and add writable flag to script slots. by Jason Sams · 15 years ago
  25. fa51719 Implement named slots and convert script.addType to script.setType to remove ordering restrictions. by Jason Sams · 15 years ago
  26. d34b725 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
  27. 928b734 Move placement of script enviroment data to base. by Jason Sams · 15 years ago
  28. 326e0dd Add the Renderscript library. (Not in the build by default yet.) by Jason Sams · 15 years ago