Skip to content
Snippets Groups Projects
Commit 7fbadfc3 authored by Eric Engestrom's avatar Eric Engestrom :no_entry: Committed by Marge Bot
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>
parent 800816d7
No related branches found
No related tags found
Loading
......@@ -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) \
......
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