mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 22:49:13 +02:00
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 commit7fbadfc385)
This commit is contained in:
parent
9f5c75a90f
commit
f3c3a1ceff
2 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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) \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue