Skip to content

Return 'Mesa' for GL_VENDOR for community drivers

Daniel Stone requested to merge daniels/mesa:gl-vendor-return-mesa into main

Rather than a grab-bag of random values, return 'Mesa' as the GL_VENDOR string for all community-supported drivers.

Drivers which are primarily developed/maintained by the hardware vendor retain that vendor's name as the GL_VENDOR string.

Signed-off-by: Daniel Stone daniels@collabora.com

Merge request reports