summaryrefslogtreecommitdiff
path: root/src/cl_mem_gl.c
Commit message (Expand)AuthorAgeFilesLines
* Runtime: re-enable cl_khr_gl_sharing with existing egl extension.Chuanbo Weng2016-09-121-6/+1
* refine code to separate the usage of data and image2d_from_bufferGuo Yejun2015-10-141-1/+1
* License: adjust all license version to LGPL v2.1+.Zhigang Gong2014-11-111-1/+1
* support CL_MEM_USE_HOST_PTR with userptr for cl bufferGuo Yejun2014-11-071-1/+1
* we should check the 'err' parameterLu Guanqun2013-09-261-4/+2
* CL: Enalbe gl sharing with new egl extension.Zhigang Gong2013-09-061-143/+10
* CL: Refactor cl_mem's implementation.Zhigang Gong2013-08-301-52/+41
* CL: Refine the version string handling.Zhigang Gong2013-07-121-1/+1
* CL: destroy the EGL image which is created for gl sharing when delete the mem...Zhigang Gong2013-07-031-0/+9
* update to OpenCL 1.1 headerHomer Hsing2013-06-191-0/+4
* Save depth and slice_pitch in cl_mem images.Dag Lem2013-05-201-1/+3
* Avoid extension names as preprocessor tokensSimon Richter2013-04-181-5/+1
* Implement cl_khr_gl_sharing by using upstream technology.Zhigang Gong2013-04-101-62/+65
* implement OCL 1.2 new APIs.Zhigang Gong2013-04-101-29/+26
* update headers to OpenCL 1.2 standardsLu Guanqun2013-03-291-6/+6
* First implementation for extension cl_khr_gl_sharing.Zhigang Gong2013-03-291-0/+232