summaryrefslogtreecommitdiff
path: root/cpu_ref/rsCpuIntrinsic.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add a basic implementation of the reduce kernel API to the CPUMatt Wala2015-08-141-5/+5
* add array launch support.Jason Sams2015-01-261-8/+9
* Collapse code paths for single- and multi-input kernels.Chris Wailes2014-08-151-37/+12
* Revert "Collapse code paths for single- and multi-input kernels."Stephen Hines2014-08-131-12/+37
* Collapse code paths for single- and multi-input kernels.Chris Wailes2014-08-121-37/+12
* Fix build break for size_t vs. uint32_t difference.Stephen Hines2014-07-081-1/+1
* Adds support for multi-input kernels to Frameworks/RS.Chris Wailes2014-07-081-3/+29
* Switch the dimensions array to use uint32_t instead of size_t.Stephen Hines2014-06-251-1/+1
* add histogram intrinsicJason Sams2013-06-171-0/+14
* Cleanup pass + implement blur ucharJason Sams2012-11-261-1/+2
* Separate CPU driver impl from reference driver.Jason Sams2012-11-191-0/+104