util/xmlconfig: allow drivers to override option values
authorMarek Olšák <marek.olsak@amd.com>
Wed, 10 Aug 2022 00:41:01 +0000 (20:41 -0400)
committerMarge Bot <emma+marge@anholt.net>
Fri, 12 Aug 2022 06:06:48 +0000 (06:06 +0000)
commitf81d4b76492497ee2beb2c360df849bd7a292294
tree1ae72e81d121e32a638e5dbba487537575367e4f
parent7361b67f92eeef47107062313bbf2a4372e17827
util/xmlconfig: allow drivers to override option values

This corrects the issue that we can't have DRI_CONF_MESA_GLTHREAD(false)
in gallium and then DRI_CONF_MESA_GLTHREAD(true) in drivers.

Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17976>
src/util/xmlconfig.c