1. 9ed983b Handle socket creation error in context init by Yang Ni · 7 years ago
  2. 11496ac Fix google-build-using-namespace warnings in rs. by Chih-Hung Hsieh · 8 years ago
  3. b74514d Remove dead code related to using a non-local FIFO for message passing. by Matt Wala · 9 years ago
  4. 61db21c resolved conflicts for merge of 81cfa2c5 to lmp-dev-plus-aosp by Stephen Hines · 10 years ago
  5. 44bef6f Replace NULL macros with nullptr literals. by Chris Wailes · 10 years ago
  6. e4ed087 Fix IO_INPUT on 64-bit. by Tim Murray · 10 years ago
  7. 4edf030 More header untangling. by Alex Sakhartchouk · 12 years ago
  8. bda75a9 Update prototype remote fifo. Tested primary connection by Jason Sams · 12 years ago
  9. 963a2fb Remove unused param. by Jason Sams · 12 years ago
  10. 5f27d6f Implement RS VSync on new vsync infrastructure. by Jason Sams · 12 years ago
  11. 3683846 Don't wait forever if there are no commands to execute. by Stephen Hines · 12 years ago
  12. af12ac6 Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 12 years ago
  13. 6598201 Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE by Steve Block · 13 years ago
  14. 2382aba Add RS watchdog. by Jason Sams · 13 years ago
  15. e0aab4a Fix the RS frame timeout. by Jason Sams · 13 years ago
  16. 6b0c004 For the serialization context, no fifo initialization is necessary. by Alex Sakhartchouk · 13 years ago
  17. b81a0eb More work to make libRS buildable on the host. by Alex Sakhartchouk · 13 years ago
  18. 1a4efa3 Core to client fifo on sockets. by Jason Sams · 13 years ago
  19. 5fb1aeb Start implementing control side forEach. by Jason Sams · 13 years ago
  20. 1dda675 Fix race condition between GC thread and by Jason Sams · 13 years ago
  21. 185b8b0 Add some error checking. by Jason Sams · 13 years ago
  22. afb743a Code cleanup to make formatting consistent across all the renderscript files. by Alex Sakhartchouk · 14 years ago
  23. 8c401ef Implement data push from scripts. Fixes the problem where apps would have to poll to monitor a scripts state. by Jason Sams · 15 years ago
  24. 1fddd90 Reduce debugging spew and add props to selectivly re-enable it. by Jason Sams · 15 years ago
  25. 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
  26. 76371ff Make the renderscript timing logging available by setting debug.rs.profile=1 by Joe Onorato · 15 years ago
  27. 8c0ee65 Implement java interface for RS shutdown and fix shutdown deadlock with the command fifo. by Jason Sams · 15 years ago
  28. 24371d9 Improved RS timing code to monitor where we spend CPU time. by Jason Sams · 15 years ago
  29. fcd3192 Remove global IO context and integrate it into the RS context. by Jason Sams · 15 years ago
  30. 992a0b7 Cleanup logging and fix a startup race condition that manifested on Firestone. by Jason Sams · 15 years ago
  31. 1aa5a4e 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 · 15 years ago
  32. 732f1c0 Replace spins with proper pthread conditions. by Jason Sams · 15 years ago
  33. a44cb29 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
  34. 326e0dd Add the Renderscript library. (Not in the build by default yet.) by Jason Sams · 15 years ago