summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/clover/core/kernel.hpp
AgeCommit message (Expand)AuthorFilesLines
2020-05-13gallium: rename 'state tracker' to 'frontend'Marek Olšák1-251/+0
2020-04-15clover: implement clSetKernelArgSVMPointerKarol Herbst1-0/+7
2018-05-05clover: Add explicit virtual destructor to argument classJan Vesely1-0/+1
2015-08-03clover: pass image attributes to the kernelZoltan Gilian1-4/+11
2015-03-23clover: Return 0 as storage size for local kernel args that are not set v2Tom Stellard1-1/+1
2014-10-12clover: Pass execution dimensions and offset to the kernel as implicit argume...Francisco Jerez1-2/+6
2014-08-18clover: Refuse to build a program if there are kernel objects attached to it.Francisco Jerez1-0/+1
2014-02-21clover: Migrate a bunch of pointers and references in the object tree to smar...Francisco Jerez1-4/+4
2013-11-04clover: Calculate optimal work group size when it's not specified by the user.Francisco Jerez1-1/+6
2013-10-24clover: Query maximum kernel block size from the device instead of the kernel...Francisco Jerez1-1/+0
2013-10-21clover: Clean up the kernel and program object interface.Francisco Jerez1-6/+17
2013-10-21clover: Delete copy constructors and assignment operators in all non-copiable...Francisco Jerez1-0/+12
2013-10-21clover: Switch kernel and program objects to the new model.Francisco Jerez1-154/+151
2013-10-21clover: Define helper classes for the new object model.Francisco Jerez1-1/+1
2013-10-21clover: Name include guards consistently.Francisco Jerez1-2/+2
2013-10-21clover: Replace a bunch of double underscores with single underscores.Francisco Jerez1-5/+5
2013-07-22clover: Pass corresponding module::argument to kernel::argument::bind().Francisco Jerez1-26/+19
2013-04-23mesa: Restore 78-column wrapping of license text in C++-style comments.Kenneth Graunke1-4/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2012-05-11clover: Import OpenCL state tracker.Francisco Jerez1-0/+214