Skip to content

driconf: drop param for setting default gpu vendor id in DRI_CONF_FORCE_VK_VENDOR()

Eric Engestrom requested to merge eric/mesa:DRI_CONF_FORCE_VK_VENDOR into main

The macro was ignoring the param and hard-coding 0, and it doesn't make much sense to allow drivers to override it by default, so remove the appearance of the ability to do so.

Merge request reports