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:
@@ -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")
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user