1. c6aacce Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) by Steve Block · 13 years ago
  2. 06ade6a Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) by Steve Block · 14 years ago
  3. 5316b9e Add RS watchdog. by Jason Sams · 14 years ago
  4. a8bb921 Fixing the lockless fifo destory bug. Removing unused code from element. build. by Alex Sakhartchouk · 14 years ago
  5. bfc7891 Fix the RS frame timeout. by Jason Sams · 14 years ago
  6. 1bfccea For the serialization context, no fifo initialization is necessary. by Alex Sakhartchouk · 14 years ago
  7. 5012a8f Fix another barrier bug 3333866 Atomically update put. by Jason Sams · 14 years ago
  8. fcecc24 Attempt to fix 3333866 by Jason Sams · 14 years ago
  9. d1ac981 Fix race condition between GC thread and by Jason Sams · 14 years ago
  10. 8ea061b Prevent message overrun in LocklessCommandFifo. by Bryan Mawhinney · 15 years ago
  11. ed9f210 Code cleanup to make formatting consistent across all the renderscript files. by Alex Sakhartchouk · 15 years ago
  12. 3b9c52a Async type creation. by Jason Sams · 15 years ago
  13. d0cb106 Fix bug looping non-blocking fifos. by Jason Sams · 15 years ago
  14. c1d726c Seperate out Mutex and Signal code into reusable classes. by Jason Sams · 15 years ago
  15. 3bc47d4 Defer EGL init until the surface changed call comes in. Pass w,h along with surface for verification of driver state. by Jason Sams · 16 years ago
  16. 516c319 Implement data push from scripts. Fixes the problem where apps would have to poll to monitor a scripts state. by Jason Sams · 16 years ago
  17. 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 · 16 years ago
  18. e60446b Fix invokables to make sure script pointers are setup before invoking function calls. Reduce app startup time up to 1s. by Jason Sams · 16 years ago
  19. f5b4596 Implement java interface for RS shutdown and fix shutdown deadlock with the command fifo. by Jason Sams · 16 years ago
  20. f29ca50 Cleanup logging and fix a startup race condition that manifested on Firestone. by Jason Sams · 16 years ago
  21. 4b962e5 Cleanup includes so Log.h can use the tag. rsUtils.h is the file that should be included everywhere and contain rs global defines. by Jason Sams · 16 years ago
  22. 5f7fc27 Replace spins with proper pthread conditions. by Jason Sams · 16 years ago
  23. e2ae85f Generalize bitmap support and add remaining GL formats. by Jason Sams · 16 years ago
  24. d19f10d Add the Renderscript library. (Not in the build by default yet.) by Jason Sams · 16 years ago