Skip to content
Snippets Groups Projects
Commit 204b736d authored by Eric Engestrom's avatar Eric Engestrom :no_entry:
Browse files

driconf: fix force_gl_vendor description


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

Fixes: dca119f1 ("mesa/gallium: add dric option to allow overriding GL vendor string")
Signed-off-by: Eric Engestrom's avatarEric Engestrom <eric@engestrom.ch>
Reviewed-by: default avatarMarek Olšák <marek.olsak@amd.com>
Part-of: <mesa/mesa!6207>
(cherry picked from commit 7fbadfc3)
parent f54be7f1
No related branches found
No related tags found
No related merge requests found
......@@ -3613,7 +3613,7 @@
"description": "driconf: fix force_gl_vendor description",
"nominated": true,
"nomination_type": 1,
"resolution": 0,
"resolution": 1,
"master_sha": null,
"because_sha": "dca119f12c291d7665d72464c92a8bf4328ef38e"
},
......@@ -152,7 +152,7 @@ DRI_CONF_OPT_END
#define DRI_CONF_FORCE_GL_VENDOR(def) \
DRI_CONF_OPT_BEGIN(force_gl_vendor, string, def) \
DRI_CONF_DESC(en,gettext("Allow GPU vendor to be overridden.")) \
DRI_CONF_DESC(en,gettext("Override GPU vendor string.")) \
DRI_CONF_OPT_END
#define DRI_CONF_FORCE_COMPAT_PROFILE(def) \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment