Re: [Mesa-dev] [PATCHv4 0/4] Separate device from driver vendor

2015-03-20 Thread Giuseppe Bilotta
Ping, is there anything else that needs to be done for this patchset? On Wed, Mar 11, 2015 at 3:27 PM, Giuseppe Bilotta wrote: > OpenCL (as opposed to OpenGL) has separate vendor strings for the > implementation/driver/platform and the device. CL_PLATFORM_VENDOR > is akin to the GL_VENDOR string,

[Mesa-dev] [PATCHv4 0/4] Separate device from driver vendor

2015-03-11 Thread Giuseppe Bilotta
OpenCL (as opposed to OpenGL) has separate vendor strings for the implementation/driver/platform and the device. CL_PLATFORM_VENDOR is akin to the GL_VENDOR string, while CL_DEVICE_VENDOR is supposed to return the actual device vendor. (For example, the AMD OpenCL platform returns GenuineIntel as