From: Ian Romanick Date: Wed, 28 Jan 2009 03:12:24 +0000 (-0800) Subject: Make GLX_SGIX_pbuffer mandatory X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d485ee54dd7d8e41f6c423030a445e6ac000dd7d;p=mesa.git Make GLX_SGIX_pbuffer mandatory Signed-off-by: Ian Romanick --- diff --git a/src/glx/x11/glxextensions.c b/src/glx/x11/glxextensions.c index d061fa93336..051433a006c 100644 --- a/src/glx/x11/glxextensions.c +++ b/src/glx/x11/glxextensions.c @@ -99,7 +99,7 @@ static const struct extension_info known_glx_extensions[] = { { GLX(SGIS_color_range), VER(0,0), N, N, N, N }, { GLX(SGIS_multisample), VER(0,0), Y, Y, N, N }, { GLX(SGIX_fbconfig), VER(1,3), Y, Y, N, N }, - { GLX(SGIX_pbuffer), VER(1,3), Y, N, N, N }, + { GLX(SGIX_pbuffer), VER(1,3), Y, Y, N, N }, { GLX(SGIX_swap_barrier), VER(0,0), N, N, N, N }, { GLX(SGIX_swap_group), VER(0,0), N, N, N, N }, { GLX(SGIX_visual_select_group), VER(0,0), Y, Y, N, N },