From: Emil Velikov Date: Wed, 12 Feb 2014 20:14:15 +0000 (+0000) Subject: glx/dri2: rework __DRIextension handling X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4be3874c97379b72f1129e7866ec6868610778a5;p=mesa.git glx/dri2: rework __DRIextension handling Make sure that the DRI*Extensions report the version of the interface implemented over the listed in the headers. While both are currently the same, this may change in the future. v2: Keep loader extensions handling as is. Signed-off-by: Emil Velikov Reviewed-by: Ian Romanick (v1) Reviewed-by: Kristian Høgsberg --- diff --git a/src/glx/dri2_glx.c b/src/glx/dri2_glx.c index 49659081221..b6acfbc8b9e 100644 --- a/src/glx/dri2_glx.c +++ b/src/glx/dri2_glx.c @@ -969,7 +969,7 @@ static const __DRIdri2LoaderExtension dri2LoaderExtension_old = { }; static const __DRIuseInvalidateExtension dri2UseInvalidate = { - { __DRI_USE_INVALIDATE, __DRI_USE_INVALIDATE_VERSION } + .base = { __DRI_USE_INVALIDATE, 1 } }; _X_HIDDEN void