summaryrefslogtreecommitdiff
path: root/src/cl_khr_icd.c
Commit message (Expand)AuthorAgeFilesLines
* Make CL-GL sharing available via ICDRebecca N. Palmer2017-02-061-12/+16
* Runtime: Add pipe related APIsPan Xiuli2016-11-081-2/+2
* Runtime: Add clCreateSamplerWithPropertiesPan Xiuli2016-11-081-6/+6
* OCL20: Implement clSetKernelExecInfo apiYang Rong2016-11-081-1/+1
* Runtime: Add API clCreateCommandQueueWithPropertiesLuo Xionghu2016-11-081-1/+1
* OCL20: add svm enqueue apis and svm's sub buffer support.Yang Rong2016-11-081-3/+3
* OCL20: Add OpenCL2.0 apis to icd.Yang Rong2016-11-081-15/+15
* Add clGetKernelSubGroupInfoKHR to _cl_icd_dispatch tableRebecca N. Palmer2016-10-201-2/+19
* License: adjust all license version to LGPL v2.1+.Zhigang Gong2014-11-111-1/+1
* Runtime: Implement clGetExtensionFunctionAddressForPlatform.Zhigang Gong2014-09-101-1/+1
* implement API clEnqueueFillImage.Luo2014-06-241-1/+1
* utests: use OpenCL 1.2 API for image related test cases.Zhigang Gong2014-06-131-8/+0
* add [opencl-1.2] clUnloadPlatformCompiler implementationLuo2014-06-131-1/+1
* Implement the clEnqueueMigrateMemObjects APIJunyan He2014-06-131-1/+1
* GBE: Enable some implemented Opencl 1.2 functions in icd table.Zhigang Gong2014-06-131-11/+11
* CL: back port ICD support to 1.1 branch.Zhigang Gong2014-01-161-1/+8
* Revert faulty pushed patchsetZhigang Gong2014-01-141-8/+1
* CL: back port ICD support to 1.1 branch.Zhigang Gong2014-01-101-1/+8
* Refine error check in clGetPlatformIDs() and clGetPlatformInfo()Ruiling Song2013-06-061-1/+1
* Implement KHR ICD extensionSimon Richter2013-04-181-0/+175