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

2015-03-23 Thread Tom Stellard
On Sun, Mar 22, 2015 at 07:20:58AM +0100, 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, while CL_DEVICE_VENDOR is supposed to > return the actual devi

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

2015-03-21 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