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>
This commit is contained in:
parent
800816d70b
commit
7fbadfc385
1 changed files with 1 additions and 1 deletions
|
|
@ -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
Add a link
Reference in a new issue