driconf: fix force_gl_vendor description

The option is not a toggle to "allow GPU vendor to be overridden", it
*is* the override.

Fixes: dca119f12c ("mesa/gallium: add dric option to allow overriding GL vendor string")
Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6207>
(cherry picked from commit 7fbadfc385)
This commit is contained in:
Eric Engestrom 2020-08-06 16:05:51 +02:00 committed by Dylan Baker
parent 9f5c75a90f
commit f3c3a1ceff
2 changed files with 2 additions and 2 deletions

View file

@ -445,7 +445,7 @@
"description": "driconf: fix force_gl_vendor description",
"nominated": true,
"nomination_type": 1,
"resolution": 0,
"resolution": 1,
"master_sha": null,
"because_sha": "dca119f12c291d7665d72464c92a8bf4328ef38e"
},

View file

@ -214,7 +214,7 @@ DRI_CONF_OPT_END
#define DRI_CONF_FORCE_GL_VENDOR(def) \
DRI_CONF_OPT_BEGIN(force_gl_vendor, string, def) \
DRI_CONF_DESC("Allow GPU vendor to be overridden.") \
DRI_CONF_DESC("Override GPU vendor string.") \
DRI_CONF_OPT_END
#define DRI_CONF_FORCE_COMPAT_PROFILE(def) \