summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/clover/api
Commit message (Expand)AuthorAgeFilesLines
* 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-202-5/+34
* st/clover: Change platform name from Default to CloverAaron Watry2014-08-221-1/+1
* 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: Flush the command queue in clReleaseCommandQueue()Tom Stellard2014-08-131-1/+5
* clover: Add support for CL_MAP_WRITE_INVALIDATE_REGIONBruno Jiménez2014-08-081-0/+12
* clover: Add checks for image support to the image functions v2Tom Stellard2014-07-283-0/+12
* clover: Add clUnloadPlatformCompiler.EdB2014-07-282-1/+6
* clover: Add clCreateProgramWithBuiltInKernels.EdB2014-07-282-1/+23
* clover: Query the device to see if images are supportedTom Stellard2014-07-251-1/+1
* clover: Have compat::string allocate its own memory.Francisco Jerez2014-07-021-1/+3
* clover: Calculate the serialized size of a module efficiently.Francisco Jerez2014-06-191-4/+1
* clover: query driver for the max number of compute unitsBruno Jiménez2014-06-121-1/+1
* clover: Add a stub implementation of clCreateImage() v3Tom Stellard2014-05-024-2/+21
* clover: Query drivers for max clock frequencyTom Stellard2014-04-291-1/+1
* clover: Stub implementation of CL 1.2 sub-devices.EdB2014-04-293-4/+66
* clover: Add clEnqueue{Marker, Barrier}WithWaitList.EdB2014-04-292-7/+43
* clover: Avoid warnings from references to deprecated CL 1.1 APIs.Francisco Jerez2014-04-291-0/+2
* clover: Fix typo in validate_object()Tom Stellard2014-03-211-1/+1
* clover: Fix region size error checking in some buffer transfer commands.Francisco Jerez2014-03-181-5/+16
* clover: Unabbreviate a few data accessor names for consistency.Francisco Jerez2014-02-214-12/+12
* clover: Replace the transfer(new ...) idiom with a safer create(...) helper f...Francisco Jerez2014-02-214-36/+35
* clover: Migrate a bunch of pointers and references in the object tree to smar...Francisco Jerez2014-02-217-35/+35
* clover: Some improvements for the intrusive pointer class.Francisco Jerez2014-02-211-4/+4
* clover: Store map result into a temporary vector in clCreateProgramWithBinary.Francisco Jerez2014-01-151-1/+1
* clover: Use cl_ulong in the maximum allocation size calculation to avoid over...Francisco Jerez2014-01-141-1/+1
* clover: Add parameter checks to clCreateBuffer.Jan Vesely2013-12-181-1/+13
* clover: Optionally return context's devices from clGetProgramInfo()Tom Stellard2013-11-181-2/+6
* clover: Support multiple devices in clCreateContextFromType() v2Tom Stellard2013-11-151-3/+9
* clover: Calculate optimal work group size when it's not specified by the user.Francisco Jerez2013-11-041-13/+28
* clover: Constify some command_queue arguments.Francisco Jerez2013-11-041-4/+4
* clover: Use context device list for error checking in clGetProgramBuildInfo.Francisco Jerez2013-10-291-1/+1
* clover: Query maximum kernel block size from the device instead of the kernel...Francisco Jerez2013-10-241-4/+6
* clover: Improve region and pitch argument handling in memory transfer APIs.Francisco Jerez2013-10-211-130/+270
* clover: Implement support for the ICD extension.Francisco Jerez2013-10-2113-75/+1026
* clover: Clean up the kernel and program object interface.Francisco Jerez2013-10-212-41/+29
* clover: Clean up the interface of the context object slightly.Francisco Jerez2013-10-213-9/+9
* clover: Define a few convenience equality operators.Francisco Jerez2013-10-213-5/+5
* clover: Add property list helpers with a syntax consistent with other API obj...Francisco Jerez2013-10-212-43/+8
* clover: Switch samplers to the new model.Francisco Jerez2013-10-211-23/+21
* clover: Switch memory objects to the new model.Francisco Jerez2013-10-212-199/+179
* clover: Switch kernel and program objects to the new model.Francisco Jerez2013-10-212-202/+171
* clover: Switch command queues to the new model.Francisco Jerez2013-10-214-184/+194
* clover: Switch event objects to the new model.Francisco Jerez2013-10-213-144/+158
* clover: Switch context objects to the new model.Francisco Jerez2013-10-216-77/+64