1. 1583244 Add setPriority to allow wallpapers to run at lower cpu priority than default. by Jason Sams · 15 years ago
  2. 613cad1 Defer EGL init until the surface changed call comes in. Pass w,h along with surface for verification of driver state. by Jason Sams · 15 years ago
  3. 458f2dc Support applications changing the surface attached to the RS. by Jason Sams · 15 years ago
  4. 33b6e3b Fix egl cleanup code on context teardown. by Jason Sams · 15 years ago
  5. fb03a22 Remove hack in RS that called exit to WAR now fixed driver bugs. Make gloabal init safe by locking around the critical code. by Jason Sams · 15 years ago
  6. 3a27c95 Add script to script call support. Add exception to catch out of bound index data when added to TriangleMeshBuilder. by Jason Sams · 15 years ago
  7. 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
  8. 1fddd90 Reduce debugging spew and add props to selectivly re-enable it. by Jason Sams · 15 years ago
  9. 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
  10. 86f1b23 Implement pause/resume for the RS thread. by Jason Sams · 15 years ago
  11. a2b54c4 Remove depricated triangleMesh. by Jason Sams · 15 years ago
  12. 76371ff Make the renderscript timing logging available by setting debug.rs.profile=1 by Joe Onorato · 15 years ago
  13. 5fd09d8 Add raster object to control point and line params. Add flag to force SW rendering. by Jason Sams · 15 years ago
  14. 1d54f10 Improve structure support using symbol lookup of named structures in scripts to allow them to appear as just pointers to structs. by Jason Sams · 15 years ago
  15. afcb25c Add support for selecting the color bit depth and if the application used a depth buffer. by Jason Sams · 15 years ago
  16. 24371d9 Improved RS timing code to monitor where we spend CPU time. by Jason Sams · 15 years ago
  17. 5086938 Implement OOB destroy method that can be called from the java finalizer removing the need to explicitly destroy objects. by Jason Sams · 15 years ago
  18. fcd3192 Remove global IO context and integrate it into the RS context. by Jason Sams · 15 years ago
  19. 8b2c065 Implement reflecting Java objects into the ACC enviroment. by Jason Sams · 15 years ago
  20. e579df4 Implement basic allocation readback. Add Get height, width to ScriptC_Lib. by Jason Sams · 15 years ago
  21. 57b79ce Let java put #defines into renderscript by Joe Onorato · 15 years ago
  22. e5ffb87 Begin implementing SimpleMesh and fix some bugs with refcounting and java object destruction tracking. by Jason Sams · 15 years ago
  23. cfb1d11 Remove useless slot from ProgramVertex. Optimize GL state setup. by Jason Sams · 15 years ago
  24. c9d43db Add "boxed" bitmap uploads which simply place a non-pow2 bitmap into the smallest larger pow texture. The added space is filled black. by Jason Sams · 15 years ago
  25. b5909ce Enable light sources and update film test app. by Jason Sams · 15 years ago
  26. a557780 Fix master build errors post merge with master_gl branch. by Jason Sams · 15 years ago
  27. d5af54b Merge commit 'goog/master' into merge_master by Mathias Agopian · 15 years ago
  28. a89371c Begin adding mesh by Jason Sams · 15 years ago
  29. 6eee87f merge master in master_gl by Mathias Agopian · 15 years ago
  30. 992a0b7 Cleanup logging and fix a startup race condition that manifested on Firestone. by Jason Sams · 15 years ago
  31. 5ae678f update renderscript to master_gl APIs by Mathias Agopian · 15 years ago
  32. 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
  33. 62bc1db All light source objects. by Jason Sams · 15 years ago
  34. e576910 checkpoint filmstrip, implemented TLS. by Jason Sams · 15 years ago
  35. 8ce125b Implement default programs and implement defaults and parents for imports. by Jason Sams · 15 years ago
  36. a4a54e4 Fix bug with bad conversion of java strings to C strings for object names. Update test app to test object defines. by Jason Sams · 15 years ago
  37. a0a1b6f Add named objects and implement support for ProgramFragmentStore and ProgramFragment to be used by name in scripts. by Jason Sams · 15 years ago
  38. 1030893 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
  39. 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
  40. 326e0dd Add the Renderscript library. (Not in the build by default yet.) by Jason Sams · 15 years ago