summaryrefslogtreecommitdiff
path: root/src/cl_mem_gl.c
AgeCommit message (Expand)AuthorFilesLines
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