Mesa (master): driconf: fix force_gl_vendor description

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Aug 8 14:41:26 UTC 2020


Module: Mesa
Branch: master
Commit: 7fbadfc385c359fd291d58a75fbe6ce3fdc91747
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7fbadfc385c359fd291d58a75fbe6ce3fdc91747

Author: Eric Engestrom <eric at engestrom.ch>
Date:   Thu Aug  6 16:05:51 2020 +0200

driconf: fix force_gl_vendor description

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

Fixes: dca119f12c291d7665d7 ("mesa/gallium: add dric option to allow overriding GL vendor string")
Signed-off-by: Eric Engestrom <eric at engestrom.ch>
Reviewed-by: Marek Olšák <marek.olsak at amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6207>

---

 src/util/driconf.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/util/driconf.h b/src/util/driconf.h
index 909768c1c32..c922e94b9f9 100644
--- a/src/util/driconf.h
+++ b/src/util/driconf.h
@@ -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) \



More information about the mesa-commit mailing list