summaryrefslogtreecommitdiff
path: root/include/CL/opencl.h
Commit message (Collapse)AuthorAgeFilesLines
* CL: update to 2.0 header files.Zhigang Gong2016-11-081-1/+6
| | | | Signed-off-by: Zhigang Gong <zhigang.gong@intel.com>
* GBE: switch to ocl-1.2 header files.Zhigang Gong2014-06-121-1/+1
| | | | Signed-off-by: Zhigang Gong <zhigang.gong@intel.com>
* update to OpenCL 1.1 headerHomer Hsing2013-06-191-1/+1
| | | | | | | | | | | | | | | | | | | | | Based on our current progress, we plan to implement OpenCL 1.1 rather than OpenCL 1.2 for the next release. Thus we downgrade the header file to 1.1 in this commit. put OpenCL 1.1 header in include/CL/ add OpenCL 1.2 defs, used by some code, by "#ifndef CL_VERSION_1.2" " some OpenCL 1.2 defs" "#endif" add OCL_CREATE_IMAGE2D, OCL_CREATE_IMAGE3D, OCL_CREATE_GL_IMAGE2D, OCL_CREATE_GL_IMAGE3D update test cases Signed-off-by: Homer Hsing <homer.xing@intel.com> Reviewed-by: Zhigang Gong <zhigang.gong@linux.intel.com>
* update headers to OpenCL 1.2 standardsLu Guanqun2013-03-291-15/+19
| | | | | | | | | | | | | | | | The header files are downloaded from this link: http://www.khronos.org/registry/cl/ And there are several other fixes due to this header update: - change cl_mem_type to cl_mem_object_type - change CL_INVALID_MEM to CL_INVALID_MEM_OBJECT - change CL_INVALID_TEXTURE to CL_INVALID_IMAGE_DESCRIPTOR - change CL_MEM_ALLOCATION_FAILURE to CL_MEM_OBJECT_ALLOCATION_FAILURE Signed-off-by: Lu Guanqun <guanqun.lu@intel.com> Reviewed-by: Zhigang Gong <zhigang.gong@linux.intel.com>
* Added all miniCL filesbsegovia2012-08-101-0/+50