1. 5c7870c Explicit define getClassId as pure virtual function. by Zhuoyao Zhang · 7 years ago
  2. 59f6142 Remove libgui and libui dependencies for vendor libs. by Miao Wang · 7 years ago
  3. 7974fc0 frameworks/rs: fix typos and clang-tidy warnings by Rahul Chaudhry · 7 years ago
  4. 10ab8bb Fix google-explicit-constructor warnings in frameworks/rs. by Chih-Hung Hsieh · 8 years ago
  5. fc7ab79 Delete simple reduction implementation. by David Gross · 8 years ago
  6. 6c1876b Support for general reduction kernels. by David Gross · 8 years ago
  7. 14ce007 Add a basic implementation of the reduce kernel API to the CPU by Matt Wala · 9 years ago
  8. 247f8ee Code cleanup: Remove unused typedefs and declarations. by Logan Chien · 9 years ago
  9. 5d95a78 Fix issue with older structure sizes by Stephen Hines · 9 years ago
  10. c31585b Remove STL references from header files by Yang Ni · 9 years ago
  11. eb9aa67 Runtime support for invocables in ScriptGroups by Yang Ni · 9 years ago
  12. da0f069 Runtime support for compiler kernel fusion. by Yang Ni · 9 years ago
  13. 44bef6f Replace NULL macros with nullptr literals. by Chris Wailes · 10 years ago
  14. f371213 Collapse code paths for single- and multi-input kernels. by Chris Wailes · 10 years ago
  15. 4b2bea3 Revert "Collapse code paths for single- and multi-input kernels." by Stephen Hines · 10 years ago
  16. 818cfa0 Collapse code paths for single- and multi-input kernels. by Chris Wailes · 10 years ago
  17. a36c50a Add 64bit large object support by Jason Sams · 10 years ago
  18. 4b3c34e Adds support for multi-input kernels to Frameworks/RS. by Chris Wailes · 10 years ago
  19. f0a5078 Fix one last use of size_t instead of uint32_t. by Stephen Hines · 10 years ago
  20. c78839b Detect use of RS objects in kernels to disable a ScriptGroup optimization. by Stephen Hines · 11 years ago
  21. 47935ac Add the name of the forEach functions to the tracing output by Tobias Grosser · 11 years ago
  22. 9c64239 Add support for synchronous get(). by Tim Murray · 11 years ago
  23. 93eacc7 Cleanup diff with compat. by Jason Sams · 12 years ago
  24. 709a097 Separate CPU driver impl from reference driver. by Jason Sams · 12 years ago
  25. dbe66d6 Add backed for script groups. by Jason Sams · 12 years ago
  26. 2980f07 Support additional element/dim information for FieldPacker. by Stephen Hines · 12 years ago
  27. 4419977 Support running ForEach on non-root functions. by Stephen Hines · 12 years ago
  28. 1415ca4 Remove dead code. by Logan Chien · 13 years ago
  29. 77020c5 Fix script init error handling. by Jason Sams · 13 years ago
  30. d2432b9 Fix setTimeZone() and use it properly in RSTest/rstime. by Stephen Hines · 13 years ago
  31. 4ee16ff Call .rs.dtor() when tearing down Scripts. by Stephen Hines · 13 years ago
  32. b81a0eb More work to make libRS buildable on the host. by Alex Sakhartchouk · 13 years ago
  33. 87fe59a Create runtime stubs for compute driver. by Jason Sams · 13 years ago
  34. bad8074 Start seperating out RS compute implementation. Create hal by Jason Sams · 13 years ago
  35. a5eb6e1 Fix ref counting for globals when set from java code. by Jason Sams · 14 years ago
  36. afb743a Code cleanup to make formatting consistent across all the renderscript files. by Alex Sakhartchouk · 14 years ago
  37. 700ba38 Removing fixed size arrays. by Alex Sakhartchouk · 14 years ago
  38. dd663fa Thread launch strategies. by Jason Sams · 14 years ago
  39. ef5867a Cleanup sendToClient and add rsGetDt(). by Jason Sams · 14 years ago
  40. ace3e01 1st cut of ForEach and test. by Jason Sams · 14 years ago
  41. c61346b Rough implemetation of ForEach. Remove launchID from root graphics script. by Jason Sams · 14 years ago
  42. 22fa371 Begin naming cleanup for renderscript runtime. by Jason Sams · 14 years ago
  43. ccc010b Rename ProgramFragmentStore to ProgramStore. by Jason Sams · 14 years ago
  44. be36bf3 Convert renderscript from using ACC to LLVM for its compiler. by Jason Sams · 14 years ago
  45. 2dca84d Throttle low priority RS threads by sleeping once per frame to avoid starving other apps. by Jason Sams · 15 years ago
  46. e402ed3 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
  47. b681c8a Fix but processing raster state pragma. rename stateFragmentStore to stateStore by Jason Sams · 15 years ago
  48. 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
  49. 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
  50. 8c6bc69 Implement renderscript Invokables. by Jason Sams · 15 years ago
  51. 90b36a8 Update fountain and add writable flag to script slots. by Jason Sams · 15 years ago
  52. fa51719 Implement named slots and convert script.addType to script.setType to remove ordering restrictions. by Jason Sams · 15 years ago
  53. 8b2c065 Implement reflecting Java objects into the ACC enviroment. by Jason Sams · 15 years ago
  54. 98e10fd First pass at implementing the Grass live wallpaper in RenderScript. by Romain Guy · 15 years ago
  55. 56bc1af Switch fountain to use ProgramVertex rather than hard coded camers in scripts. Remove camera code from scripts. by Jason Sams · 15 years ago
  56. a0a1b6f Add named objects and implement support for ProgramFragmentStore and ProgramFragment to be used by name in scripts. by Jason Sams · 15 years ago
  57. 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
  58. 928b734 Move placement of script enviroment data to base. by Jason Sams · 15 years ago
  59. 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
  60. 326e0dd Add the Renderscript library. (Not in the build by default yet.) by Jason Sams · 15 years ago