summaryrefslogtreecommitdiff
path: root/src/cl_khr_icd.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-06Make CL-GL sharing available via ICDRebecca N. Palmer1-12/+16
2016-11-08Runtime: Add pipe related APIsPan Xiuli1-2/+2
2016-11-08Runtime: Add clCreateSamplerWithPropertiesPan Xiuli1-6/+6
2016-11-08OCL20: Implement clSetKernelExecInfo apiYang Rong1-1/+1
2016-11-08Runtime: Add API clCreateCommandQueueWithPropertiesLuo Xionghu1-1/+1
2016-11-08OCL20: add svm enqueue apis and svm's sub buffer support.Yang Rong1-3/+3
2016-11-08OCL20: Add OpenCL2.0 apis to icd.Yang Rong1-15/+15
2016-10-20Add clGetKernelSubGroupInfoKHR to _cl_icd_dispatch tableRebecca N. Palmer1-2/+19
2014-11-11License: adjust all license version to LGPL v2.1+.Zhigang Gong1-1/+1
2014-09-10Runtime: Implement clGetExtensionFunctionAddressForPlatform.Zhigang Gong1-1/+1
2014-06-24implement API clEnqueueFillImage.Luo1-1/+1
2014-06-13utests: use OpenCL 1.2 API for image related test cases.Zhigang Gong1-8/+0
2014-06-13add [opencl-1.2] clUnloadPlatformCompiler implementationLuo1-1/+1
2014-06-13Implement the clEnqueueMigrateMemObjects APIJunyan He1-1/+1
2014-06-13GBE: Enable some implemented Opencl 1.2 functions in icd table.Zhigang Gong1-11/+11
2014-01-16CL: back port ICD support to 1.1 branch.Zhigang Gong1-1/+8
2014-01-14Revert faulty pushed patchsetZhigang Gong1-8/+1
2014-01-10CL: back port ICD support to 1.1 branch.Zhigang Gong1-1/+8
2013-06-06Refine error check in clGetPlatformIDs() and clGetPlatformInfo()Ruiling Song1-1/+1
2013-04-18Implement KHR ICD extensionSimon Richter1-0/+175