1. 14ce007 Add a basic implementation of the reduce kernel API to the CPU by Matt Wala · 9 years ago
  2. 6a236ad Skip the checksum if we have precompiled code on the /system/ partition. by Stephen Hines · 9 years ago
  3. b043df0 Remove dead uses of RSCompilerDriver and of compiler callbacks. by David Gross · 9 years ago
  4. 5aa018c Update RS driver to support extraction of global variable properties. by Stephen Hines · 9 years ago
  5. c060f14 Use "override" instead of "virtual" when replacing methods. by Stephen Hines · 9 years ago
  6. 0be70c6 Merge "Add /system/vendor/{lib|lib64} to linker args" by Pirama Arumuga Nainar · 9 years ago
  7. 682672e Add /system/vendor/{lib|lib64} to linker args by Pirama Arumuga Nainar · 9 years ago
  8. 8409d64 Add RSGlobalInfoPass information to RS driver. by Stephen Hines · 9 years ago
  9. cb17015 Dedup checksum calculation routines by Yang Ni · 9 years ago
  10. f02a2b0 Compute checksum for script group generated code by Yang Ni · 10 years ago
  11. b0abb14 Pass RsExpandKernelDriverInfo not RsExpandKernelParams. by David Gross · 10 years ago
  12. 062c287 Runtime support for Script Group as single module by Yang Ni · 10 years ago
  13. aa6757f Add build fingerprint and ensure match on .so load by Pirama Arumuga Nainar · 10 years ago
  14. 2abfcc6 Moved class ScriptExecutable to its own module by Yang Ni · 10 years ago
  15. c31585b Remove STL references from header files by Yang Ni · 10 years ago
  16. fe4f02f Merge "Make rsContext be able to have info about the path of native libs for 64bit Renderscript compat lib." by Miao Wang · 10 years ago
  17. f3213d7 Make rsContext be able to have info about the path of native libs by Miao Wang · 10 years ago
  18. da0f069 Runtime support for compiler kernel fusion. by Yang Ni · 10 years ago
  19. e8f9fba Remove STL references from header files by Yang Ni · 10 years ago
  20. 68173de Mark scripts as threadable or not by Pirama Arumuga Nainar · 10 years ago
  21. bf2111d add array launch support. by Jason Sams · 10 years ago
  22. 577194a Read pragma keys and values from .rs.info by Pirama Arumuga Nainar · 10 years ago
  23. 1c44cb6 Made shared lib routines public. by Yang Ni · 10 years ago
  24. d9bae68 Created a new class to represent executable. by Yang Ni · 10 years ago
  25. 45e753a Remove linkloader from frameworks/rs. by Stephen Hines · 10 years ago
  26. dc0d8f7 Skip linkloader, use shared object files by Pirama Arumuga Nainar · 10 years ago
  27. 584e58b BCCContext is actually dead code. by Stephen Hines · 10 years ago
  28. 44bef6f Replace NULL macros with nullptr literals. by Chris Wailes · 10 years ago
  29. 9ed7910 Remove the instep parameter. by Chris Wailes · 10 years ago
  30. f371213 Collapse code paths for single- and multi-input kernels. by Chris Wailes · 10 years ago
  31. 4b2bea3 Revert "Collapse code paths for single- and multi-input kernels." by Stephen Hines · 10 years ago
  32. 818cfa0 Collapse code paths for single- and multi-input kernels. by Chris Wailes · 10 years ago
  33. 80ef693 Split the RsForEachStubParamStruct in two. by Chris Wailes · 10 years ago
  34. 4b3c34e Adds support for multi-input kernels to Frameworks/RS. by Chris Wailes · 10 years ago
  35. 40e35cd Use build fingerprint and compile command for caching. by Jean-Luc Brouillet · 10 years ago
  36. ac8d146 Switch the dimensions array to use uint32_t instead of size_t. by Stephen Hines · 10 years ago
  37. 9ab5094 Move the lib paths out of RSInfo. by Jean-Luc Brouillet · 10 years ago
  38. f4d216e Remove FAKE_ARM64_BUILD now that we have 64 build working. by Jean-Luc Brouillet · 10 years ago
  39. 29809d1 Modify script loading behavior. by Tim Murray · 10 years ago
  40. 25e3af5 Switch to the separate RS loading path. by Stephen Hines · 10 years ago
  41. 0051132 Configure standalone bcc compiler to work with plugin libraries. by Stephen Hines · 11 years ago
  42. e195a3f Make RS compile on ARM64. by Tim Murray · 11 years ago
  43. 17e3cdc Fix ScriptGroup performance regression by Jason Sams · 11 years ago
  44. 9c64239 Add support for synchronous get(). by Tim Murray · 12 years ago
  45. 110f181 Reduce diffs with compat lib. by Jason Sams · 12 years ago
  46. cadfac4 Sync with compat lib. by Jason Sams · 12 years ago
  47. f218bf1 Support LinkRuntimeCallback() with RS compiler. by Stephen Hines · 12 years ago
  48. 709a097 Separate CPU driver impl from reference driver. by Jason Sams · 12 years ago