aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/clover/api
Commit message (Expand)AuthorAgeFilesLines
* st/clover: provide a path for drivers to call through to pfn_notifyIlia Mirkin2015-11-051-1/+6
* clover: Implement clCreateImage?D w/ clCreateImage.Serge Martin2015-09-281-52/+8
* clover: Implement CL1.2 clCreateImage().Serge Martin2015-09-281-10/+91
* clover: Move down canonicalization of memory object flags into validate_flags().Francisco Jerez2015-09-281-39/+40
* clover: Stub missing CL 1.2 functions.Serge Martin (EdB)2015-08-076-8/+65
* clover: make dispatch matches functions defEdB2015-07-311-5/+18
* clover: implement CL_KERNEL_PREFERRED_WORK_GROUP_SIZE_MULTIPLEGrigori Goronzy2015-06-291-1/+1
* clover: clarify and fix the EGL interop error caseMarek Olšák2015-06-051-1/+6
* gallium,clover: add OpenCL interoperability support for CL eventsMarek Olšák2015-04-301-0/+64
* 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: The unit for CL_DEVICE_MEM_BASE_ADDR_ALIGN is bits not bytesTom Stellard2015-03-231-0/+3
* clover: Add all the mandatory 1.1 extensions to the extension stringTom Stellard2015-03-231-1/+7
* clover: Add a space at the end of CL_DEVICE_OPENCL_C_VERSIONTom Stellard2015-03-231-1/+1
* clover: Return the minimum required value for CL_DEVICE_SINGLE_FP_CONFIG v2Tom Stellard2015-03-091-1/+4
* clover: Enable cl_khr_fp64 for devices that support doubles v4Tom Stellard2015-03-051-3/+18
* clover: Set appropriate flag defaults on memory object creation.Francisco Jerez2015-02-241-8/+18
* clover: Add CL_MEM_HOST_* flag checks.EdB2015-02-242-7/+34
* clover: Factor out memory object flags validation to a helper function.Francisco Jerez2015-02-241-34/+32
* 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