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