Re: [Beignet] Status of cl_khr_gl_sharing

2017-08-03 Thread Yang, Rong R
Commit a892148 has re-implement this extension, use the eglExportDMABUFImageMESA and glGetTexLevelParameteriv to get sharing buffer's informatin. Now it require the libEGL.so and libGL.so's version >= 13.0. But this extension is partially implemented, only support clCreateFromGLTexture2D. > --

Re: [Beignet] Status of cl_khr_gl_sharing

2017-08-03 Thread Rebecca N. Palmer
The *missing* functions aren't likely to be a problem: as far as I can tell, http://sources.debian.net/src/forge/0.9.2-2/examples/opencl/cl_helpers.h/?hl=72#L72 is the only place in Debian that tries to use one of them, and it correctly handles its absence. I'm more worried about the potentia