aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/clover/api/program.cpp
Commit message (Expand)AuthorAgeFilesLines
* gallium: rename 'state tracker' to 'frontend'Marek Olšák2020-05-131-479/+0
* clover: Validate program and library linking optionsPierre Moreau2019-02-261-0/+35
* clover: Disallow creating libraries from other librariesPierre Moreau2019-02-261-3/+18
* clover/api: Fail if trying to build a non-executable binaryPierre Moreau2019-02-261-0/+7
* clover/api: Rework the validation of devices for buildingPierre Moreau2019-02-261-9/+9
* clover: Add CL_PROGRAM_BINARY_TYPE support (CL1.2).Serge Martin2016-11-061-1/+7
* clover: Introduce CLOVER_EXTRA_*_OPTIONS environment variablesVedran Miletić2016-10-301-3/+7
* clover/api: Implement clLinkProgram per-device binary presence validation rule.Francisco Jerez2016-07-111-2/+31
* clover: Add clLinkProgram (CL 1.2).Serge Martin2016-07-111-4/+27
* clover: Trivial cleanups for api/program.cpp.Francisco Jerez2016-07-111-9/+8
* clover: Provide separate program methods for compilation and linking.Francisco Jerez2016-07-111-2/+6
* clover: Unify program::build_* into a single method returning a struct.Francisco Jerez2016-07-111-5/+5
* clover: Define error subclass to signal build option parse failure.Francisco Jerez2016-07-111-2/+4
* clover: Move back to using build_error to signal compilation failure.Francisco Jerez2016-07-111-2/+3
* clover: Stub missing CL 1.2 functions.Serge Martin (EdB)2015-08-071-0/+10
* clover: remove util/compatEdB2015-04-291-6/+8
* clover: make module::symbol::name a stringEdB2015-04-291-2/+1
* clover: remove compat::stringEdB2015-04-291-1/+1
* clover: remove compat classes that match std oneEdB2015-04-291-1/+1
* clover: clCompileProgram CL_INVALID_COMPILER_OPTIONSEdB2014-12-021-0/+2
* clover: Fix clBuildProgram piglit regressionTom Stellard2014-11-031-4/+4
* clover: Fix bug when binary programs are passed to clBuildProgram() v2Tom Stellard2014-10-311-5/+13
* clover: Factor input validation of clCompileProgram into a new function v2Tom Stellard2014-10-311-10/+23
* clover: Don't return CL_INVALID_VALUE if there is no header.EdB2014-10-201-1/+1
* 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