platform/upstream/OpenCL-ICD-Loader.git
7 years agoAdd OpenCL 2.2 API to ICD Loader.
bashbaug [Tue, 6 Dec 2016 18:34:24 +0000 (10:34 -0800)]
Add OpenCL 2.2 API to ICD Loader.

7 years agocorrect the case that properties is NULL for clCreateContextFromType (#8)
guoyejun [Tue, 13 Sep 2016 14:52:48 +0000 (22:52 +0800)]
correct the case that properties is NULL for clCreateContextFromType (#8)

Handle properties==NULL in clCreateContextFromType

According to spec, for function clCreateContextFromType, properties can also be
NULL in which case the platform that is selected is implementation-defined,
while the current code returns CL_INVALID_PLATFORM.

8 years agoMerge pull request #1 from KhronosGroup/remove-egl-dependency
Kedar Patil [Tue, 31 May 2016 15:53:56 +0000 (21:23 +0530)]
Merge pull request #1 from KhronosGroup/remove-egl-dependency

Remove dependency on EGL/KHR headers from README.

8 years agoUpdating the ICD loader license.
Kedar Patil [Tue, 31 May 2016 15:28:18 +0000 (20:58 +0530)]
Updating the ICD loader license.

The license text was approved by the OpenCL Working Group on May 24, 2016.

8 years agoRemove dependency on EGL/KHR headers from README
James Price [Wed, 10 Feb 2016 19:34:09 +0000 (19:34 +0000)]
Remove dependency on EGL/KHR headers from README

8 years agoAdding sources for OpenCL 2.1 ICD Loader.
Kedar Patil [Thu, 12 Nov 2015 18:33:50 +0000 (00:03 +0530)]
Adding sources for OpenCL 2.1 ICD Loader.