summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/clover/core/kernel.hpp
Commit message (Expand)AuthorAgeFilesLines
* clover: pass image attributes to the kernelZoltan Gilian2015-08-031-4/+11
* clover: Return 0 as storage size for local kernel args that are not set v2Tom Stellard2015-03-231-1/+1
* clover: Pass execution dimensions and offset to the kernel as implicit argume...Francisco Jerez2014-10-121-2/+6
* clover: Refuse to build a program if there are kernel objects attached to it.Francisco Jerez2014-08-181-0/+1
* clover: Migrate a bunch of pointers and references in the object tree to smar...Francisco Jerez2014-02-211-4/+4
* clover: Calculate optimal work group size when it's not specified by the user.Francisco Jerez2013-11-041-1/+6
* clover: Query maximum kernel block size from the device instead of the kernel...Francisco Jerez2013-10-241-1/+0
* clover: Clean up the kernel and program object interface.Francisco Jerez2013-10-211-6/+17
* clover: Delete copy constructors and assignment operators in all non-copiable...Francisco Jerez2013-10-211-0/+12
* clover: Switch kernel and program objects to the new model.Francisco Jerez2013-10-211-154/+151
* clover: Define helper classes for the new object model.Francisco Jerez2013-10-211-1/+1
* clover: Name include guards consistently.Francisco Jerez2013-10-211-2/+2
* clover: Replace a bunch of double underscores with single underscores.Francisco Jerez2013-10-211-5/+5
* clover: Pass corresponding module::argument to kernel::argument::bind().Francisco Jerez2013-07-221-26/+19
* mesa: Restore 78-column wrapping of license text in C++-style comments.Kenneth Graunke2013-04-231-4/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* clover: Import OpenCL state tracker.Francisco Jerez2012-05-111-0/+214