summaryrefslogtreecommitdiff
path: root/src/cl_mem_gl.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-12Runtime: re-enable cl_khr_gl_sharing with existing egl extension.Chuanbo Weng1-6/+1
2015-10-14refine code to separate the usage of data and image2d_from_bufferGuo Yejun1-1/+1
2014-11-11License: adjust all license version to LGPL v2.1+.Zhigang Gong1-1/+1
2014-11-07support CL_MEM_USE_HOST_PTR with userptr for cl bufferGuo Yejun1-1/+1
2013-09-26we should check the 'err' parameterLu Guanqun1-4/+2
2013-09-06CL: Enalbe gl sharing with new egl extension.Zhigang Gong1-143/+10
2013-08-30CL: Refactor cl_mem's implementation.Zhigang Gong1-52/+41
2013-07-12CL: Refine the version string handling.Zhigang Gong1-1/+1
2013-07-03CL: destroy the EGL image which is created for gl sharing when delete the mem...Zhigang Gong1-0/+9
2013-06-19update to OpenCL 1.1 headerHomer Hsing1-0/+4
2013-05-20Save depth and slice_pitch in cl_mem images.Dag Lem1-1/+3
2013-04-18Avoid extension names as preprocessor tokensSimon Richter1-5/+1
2013-04-10Implement cl_khr_gl_sharing by using upstream technology.Zhigang Gong1-62/+65
2013-04-10implement OCL 1.2 new APIs.Zhigang Gong1-29/+26
2013-03-29update headers to OpenCL 1.2 standardsLu Guanqun1-6/+6
2013-03-29First implementation for extension cl_khr_gl_sharing.Zhigang Gong1-0/+232