1. 7974fc0 frameworks/rs: fix typos and clang-tidy warnings by Rahul Chaudhry · 8 years ago
  2. cf34bdc Minor cleanup by Yang Ni · 8 years ago
  3. ae2ec3f Delete simple reduction implementation. by David Gross · 9 years ago nougat-dev
  4. 10adb0c Multithreaded execution of certain general reduction kernels; reduction test overhaul. by David Gross · 9 years ago
  5. 6c1876b Support for general reduction kernels. by David Gross · 9 years ago
  6. 14ce007 Add a basic implementation of the reduce kernel API to the CPU by Matt Wala · 10 years ago
  7. b043df0 Remove dead uses of RSCompilerDriver and of compiler callbacks. by David Gross · 10 years ago
  8. 5aa018c Update RS driver to support extraction of global variable properties. by Stephen Hines · 10 years ago
  9. c060f14 Use "override" instead of "virtual" when replacing methods. by Stephen Hines · 10 years ago
  10. 5cb19fd Let vendor drivers access global-variable flags by Pirama Arumuga Nainar · 10 years ago
  11. 8409d64 Add RSGlobalInfoPass information to RS driver. by Stephen Hines · 10 years ago
  12. 45e753a Remove linkloader from frameworks/rs. by Stephen Hines · 10 years ago
  13. dc0d8f7 Skip linkloader, use shared object files by Pirama Arumuga Nainar · 10 years ago
  14. 1ffd86b New Script Group API: runtime and cpu driver support. by Yang Ni · 10 years ago
  15. 44bef6f Replace NULL macros with nullptr literals. by Chris Wailes · 11 years ago
  16. f371213 Collapse code paths for single- and multi-input kernels. by Chris Wailes · 11 years ago
  17. 4b2bea3 Revert "Collapse code paths for single- and multi-input kernels." by Stephen Hines · 11 years ago
  18. 818cfa0 Collapse code paths for single- and multi-input kernels. by Chris Wailes · 11 years ago
  19. 4b3c34e Adds support for multi-input kernels to Frameworks/RS. by Chris Wailes · 11 years ago
  20. ac8d146 Switch the dimensions array to use uint32_t instead of size_t. by Stephen Hines · 11 years ago
  21. 0051132 Configure standalone bcc compiler to work with plugin libraries. by Stephen Hines · 11 years ago
  22. b7d9c80 Provide a mechanism for adjusting RSCompilerDriver after construction. by Stephen Hines · 12 years ago
  23. 9c64239 Add support for synchronous get(). by Tim Murray · 12 years ago
  24. 1d47662 Add callback to allow replacement of runtime support library. by Stephen Hines · 12 years ago
  25. 110f181 Reduce diffs with compat lib. by Jason Sams · 12 years ago
  26. cadfac4 Sync with compat lib. by Jason Sams · 12 years ago
  27. f218bf1 Support LinkRuntimeCallback() with RS compiler. by Stephen Hines · 12 years ago
  28. 709a097 Separate CPU driver impl from reference driver. by Jason Sams · 12 years ago