https://bugs.winehq.org/show_bug.cgi?id=46470
Nakarin Khankham garuda2550@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |garuda2550@gmail.com
--- Comment #1 from Nakarin Khankham garuda2550@gmail.com --- Created attachment 63577 --> https://bugs.winehq.org/attachment.cgi?id=63577 OpenCL 2.1 support patch
Added a patch to expose OpenCL 2.1 on Linux side to Windows program runing on wine, and also all of extensions list that Linux side OpenCL devices support (including the un-implemented cl_khr_gl_sharing and cl_khr_gl_event extension :P)
The patch missing all functions related to OpenGL and DirectX sharing and no extension functions call support, just like the original.
I have test the patch with AMD's proprietary OpenCL Linux driver and the CPU OpenCL pocl library, and it seems to working as intended. But I'm not sure if I implement some pass-thought functions correctly...