summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/clover/api/program.cpp
Commit message (Expand)AuthorAgeFilesLines
* clover: Add initial implementation of clCompileProgram for CL 1.2.EdB2014-10-201-4/+33
* clover: Refuse to build a program if there are kernel objects attached to it.Francisco Jerez2014-08-181-0/+3
* clover: clGetProgramInfo support for OpenCL 1.2.EdB2014-08-171-0/+11
* clover: Add clUnloadPlatformCompiler.EdB2014-07-281-0/+5
* clover: Add clCreateProgramWithBuiltInKernels.EdB2014-07-281-0/+22
* clover: Calculate the serialized size of a module efficiently.Francisco Jerez2014-06-191-4/+1
* clover: Unabbreviate a few data accessor names for consistency.Francisco Jerez2014-02-211-6/+6
* clover: Migrate a bunch of pointers and references in the object tree to smar...Francisco Jerez2014-02-211-10/+10
* clover: Store map result into a temporary vector in clCreateProgramWithBinary.Francisco Jerez2014-01-151-1/+1
* clover: Optionally return context's devices from clGetProgramInfo()Tom Stellard2013-11-181-2/+6
* clover: Use context device list for error checking in clGetProgramBuildInfo.Francisco Jerez2013-10-291-1/+1
* clover: Implement support for the ICD extension.Francisco Jerez2013-10-211-8/+8
* clover: Clean up the kernel and program object interface.Francisco Jerez2013-10-211-19/+17
* clover: Clean up the interface of the context object slightly.Francisco Jerez2013-10-211-6/+6
* clover: Switch kernel and program objects to the new model.Francisco Jerez2013-10-211-62/+55
* clover: Switch context objects to the new model.Francisco Jerez2013-10-211-13/+9
* clover: Switch device objects to the new model.Francisco Jerez2013-10-211-16/+17
* clover: Clean up property query functions by using a new property_buffer help...Francisco Jerez2013-10-211-24/+40
* clover: Switch to the new utility code.Francisco Jerez2013-10-211-16/+12
* 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: Add support for compiler flagsTom Stellard2012-12-131-2/+5
* clover: No need for clover::is_zero() to be a functor.Francisco Jerez2012-10-191-1/+1
* clover: Handle NULL devs argument in clBuildProgramTom Stellard2012-07-011-5/+10
* clover: Import OpenCL state tracker.Francisco Jerez2012-05-111-0/+241