aboutsummaryrefslogtreecommitdiffstats
path: root/slang_rs_export_foreach.h
Commit message (Expand)AuthorAgeFilesLines
* Change the name for the new rs_context parameter.Jean-Luc Brouillet2015-08-111-3/+3
* Frontend support for new special kernel params ctxt and z.David Gross2015-03-111-6/+7
* Replace the NULL macro with nullptr literal.Chris Wailes2014-08-201-7/+7
* Adds support for multi-input kernels to Slang.Chris Wailes2014-07-071-12/+25
* Remove useless "return;" statements.Jean-Luc Brouillet2014-05-271-1/+0
* Fix clang compile errors.Narayan Kamath2014-03-251-4/+2
* Require 'x' and 'y' as the parameter names of the iterators.Jean-Luc Brouillet2014-01-171-1/+5
* Add ReportErrror/Warning to RSContext.Jean-Luc Brouillet2014-01-161-3/+2
* Code refactoring, no behavior change.Jean-Luc Brouillet2014-01-141-5/+10
* Forbid non-const static variables in kernels.Stephen Hines2012-12-101-1/+3
* Support for pass-by-value kernels.Stephen Hines2012-09-191-2/+14
* Support dummy root() and re-ordering in presence of non-root kernels.Stephen Hines2012-02-221-3/+10
* Export ForEach on non-root functions.Stephen Hines2012-02-221-4/+4
* Clean up graphics/compute root() distinction.Stephen Hines2012-02-101-3/+8
* resolved conflicts for merge of f736d5a1 to ics-mr1Stephen Hines2011-10-271-2/+3
|\
| * Add back pre-ICS support for "int root(int);".Stephen Hines2011-10-261-2/+3
* | Apply changes to migrate to LLVM upstream Oct 20th 2011.Logan Chien2011-10-221-1/+1
|/
* Generate .rs.dtor() to clean up globals.Stephen Hines2011-08-311-1/+10
* Fix up parsing of root() function arguments.Stephen Hines2011-08-171-1/+8
* Clean up forEach reflection code.Stephen Hines2011-05-311-5/+41
* Simple support for reflecting rsForEach().Stephen Hines2011-05-161-0/+111