Mesa (master): Make GLX_SGIX_pbuffer mandatory

Ian Romanick idr at kemper.freedesktop.org
Thu Jan 29 00:28:17 UTC 2009


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

Author: Ian Romanick <idr at freedesktop.org>
Date:   Tue Jan 27 19:12:24 2009 -0800

Make GLX_SGIX_pbuffer mandatory

Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>

---

 src/glx/x11/glxextensions.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/glx/x11/glxextensions.c b/src/glx/x11/glxextensions.c
index d061fa9..051433a 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 },




More information about the mesa-commit mailing list