summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/clover/api
Commit message (Expand)AuthorAgeFilesLines
* clover: Use device cap to query pointer size instead of hardcoded 32bitsJan Vesely2016-08-291-1/+1
* 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: Override ret_object.Serge Martin2016-07-111-0/+11
* clover: conditionally use MESA_GIT_SHA1Emil Velikov2016-07-052-2/+8
* clover: Update OpenCL version string to match OpenGLVedran Miletić2016-06-132-2/+6
* 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