1. 6f4cf0b Fix ref counting for globals when set from java code. by Jason Sams · 14 years ago
  2. ed9f210 Code cleanup to make formatting consistent across all the renderscript files. by Alex Sakhartchouk · 14 years ago
  3. 6f91cb6 Removing fixed size arrays. by Alex Sakhartchouk · 14 years ago
  4. 2cbd298 Thread launch strategies. by Jason Sams · 14 years ago
  5. 1796651 Cleanup sendToClient and add rsGetDt(). by Jason Sams · 14 years ago
  6. 8f8a572 1st cut of ForEach and test. by Jason Sams · 14 years ago
  7. f17bccc Rough implemetation of ForEach. Remove launchID from root graphics script. by Jason Sams · 14 years ago
  8. d79b2e9 Begin naming cleanup for renderscript runtime. by Jason Sams · 14 years ago
  9. 54db59c Rename ProgramFragmentStore to ProgramStore. by Jason Sams · 14 years ago
  10. 4d33993 Convert renderscript from using ACC to LLVM for its compiler. by Jason Sams · 14 years ago
  11. b9d5c57 Throttle low priority RS threads by sleeping once per frame to avoid starving other apps. by Jason Sams · 15 years ago
  12. 9d5e03d Fix RS bugs. We were holding a pointer to the script text from the java vm. Move freeing of objects to before context teardown to allow allocations to clean up their data. by Jason Sams · 15 years ago
  13. 5235cf3 Fix but processing raster state pragma. rename stateFragmentStore to stateStore by Jason Sams · 15 years ago
  14. a9e7a05 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
  15. e60446b 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
  16. be2e841 Implement renderscript Invokables. by Jason Sams · 15 years ago
  17. 334ea0c Update fountain and add writable flag to script slots. by Jason Sams · 15 years ago
  18. fbf0b9e Implement named slots and convert script.addType to script.setType to remove ordering restrictions. by Jason Sams · 15 years ago
  19. 43ee0685 Implement reflecting Java objects into the ACC enviroment. by Jason Sams · 15 years ago
  20. 584a375 First pass at implementing the Grass live wallpaper in RenderScript. by Romain Guy · 15 years ago
  21. b37c0a5 Switch fountain to use ProgramVertex rather than hard coded camers in scripts. Remove camera code from scripts. by Jason Sams · 15 years ago
  22. 3eaa338 Add named objects and implement support for ProgramFragmentStore and ProgramFragment to be used by name in scripts. by Jason Sams · 15 years ago
  23. da423d8 checkpoint pragma support. Includes more cleanup of script enviroment storage to keep the env settings in the base and only the per language state in ScriptC. by Jason Sams · 15 years ago
  24. 928f5cf Move placement of script enviroment data to base. by Jason Sams · 15 years ago
  25. a09f11d Add support for scripts to return an animation flag. This allows them to indicate they are generating changing content and the rs thread to sleep if the content is static. by Jason Sams · 15 years ago
  26. d19f10d Add the Renderscript library. (Not in the build by default yet.) by Jason Sams · 15 years ago