driconf: add a way to override indirect-GL extensions

Support for DRI1 is not implemented, but who still uses that?

Reviewed-by: Adam Jackson <ajax@redhat.com>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Signed-off-by: Martin Peres <martin.peres@mupuf.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7212>
This commit is contained in:
Martin Peres
2020-10-20 16:20:20 +03:00
parent 7eedc79658
commit d2cb3f862f
6 changed files with 18 additions and 0 deletions
+3
View File
@@ -221,6 +221,9 @@
DRI_CONF_OPT_S(glx_extension_override, def, \
"Allow enabling/disabling a list of GLX extensions")
#define DRI_CONF_INDIRECT_GL_EXTENSION_OVERRIDE(def) \
DRI_CONF_OPT_S(indirect_gl_extension_override, def, \
"Allow enabling/disabling a list of indirect-GL extensions")
/**