1. 14ce007 Add a basic implementation of the reduce kernel API to the CPU by Matt Wala · 9 years ago
  2. 11fd9ec CPU ref: Fix potential buffer over-read / uninitialized memory access. by Matt Wala · 9 years ago
  3. b043df0 Remove dead uses of RSCompilerDriver and of compiler callbacks. by David Gross · 9 years ago
  4. c060f14 Use "override" instead of "virtual" when replacing methods. by Stephen Hines · 9 years ago
  5. 8409d64 Add RSGlobalInfoPass information to RS driver. by Stephen Hines · 9 years ago
  6. b0abb14 Pass RsExpandKernelDriverInfo not RsExpandKernelParams. by David Gross · 9 years ago
  7. dced5c9 Add new APIs rsGetDim[XYZ]() and add RSTest test cases to exercise them. by David Gross · 9 years ago
  8. c31585b Remove STL references from header files by Yang Ni · 10 years ago
  9. bf2111d add array launch support. by Jason Sams · 10 years ago
  10. c0d6847 Cleanup of ForEachParams in cpu ref by Jason Sams · 10 years ago
  11. dc0d8f7 Skip linkloader, use shared object files by Pirama Arumuga Nainar · 10 years ago
  12. 1ffd86b New Script Group API: runtime and cpu driver support. by Yang Ni · 10 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. 80ef693 Split the RsForEachStubParamStruct in two. by Chris Wailes · 10 years ago
  18. 4b3c34e Adds support for multi-input kernels to Frameworks/RS. by Chris Wailes · 10 years ago
  19. cb51798 Moved RsForEachStubParamStruct out of rs_hal.h and into rsCpuCore.h. by Chris Wailes · 10 years ago
  20. 0051132 Configure standalone bcc compiler to work with plugin libraries. by Stephen Hines · 11 years ago
  21. 5cb36d9 Merge commit 'b10a68c3' into manualmerge by Jason Sams · 11 years ago
  22. f5ef8df Neon detection for RS SDK compat lib. by Jason Sams · 11 years ago
  23. b7d9c80 Provide a mechanism for adjusting RSCompilerDriver after construction. by Stephen Hines · 11 years ago
  24. 1d47662 Add callback to allow replacement of runtime support library. by Stephen Hines · 11 years ago
  25. cadfac4 Sync with compat lib. by Jason Sams · 11 years ago
  26. f218bf1 Support LinkRuntimeCallback() with RS compiler. by Stephen Hines · 12 years ago
  27. c44d670 Fix uchar blur with neon offsets by Jason Sams · 12 years ago
  28. 709a097 Separate CPU driver impl from reference driver. by Jason Sams · 12 years ago