summaryrefslogtreecommitdiff
path: root/rsScriptIntrinsic.cpp
Commit message (Expand)AuthorAgeFilesLines
* Delete simple reduction implementation.David Gross2016-06-101-6/+2
* Support for general reduction kernels.David Gross2016-01-191-0/+4
* Add a basic implementation of the reduce kernel API to the CPUMatt Wala2015-08-141-0/+5
* Cleanup of ForEachParams in cpu refJason Sams2015-01-201-12/+2
* Replace NULL macros with nullptr literals.Chris Wailes2014-08-201-2/+2
* Collapse code paths for single- and multi-input kernels.Chris Wailes2014-08-151-15/+12
* Revert "Collapse code paths for single- and multi-input kernels."Stephen Hines2014-08-131-12/+15
* Collapse code paths for single- and multi-input kernels.Chris Wailes2014-08-121-15/+12
* Adds support for multi-input kernels to Frameworks/RS.Chris Wailes2014-07-081-0/+12
* Fix crash running blur on 4K imagesJason Sams2013-11-251-0/+4
* Fix ref counting bug.Jason Sams2013-02-221-1/+1
* Generalize intrinsicsJason Sams2012-08-211-0/+4
* Clean up useless code, logging, and a typo.Stephen Hines2012-08-211-2/+2
* IntrinisicsJason Sams2012-08-141-0/+91