Mesa (master): include: Revert out the update of the Khronos GLX extension header.

Kenneth Graunke kwg at kemper.freedesktop.org
Fri Oct 13 02:57:01 UTC 2017


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

Author: Eric Anholt <eric at anholt.net>
Date:   Thu Oct 12 15:45:11 2017 -0700

include: Revert out the update of the Khronos GLX extension header.

They made a mistake in the MESA_swap_control XML, which I'm pursuing in
their github.  Until then, we can just back this piece out.

Tested-by: Mark Janes <mark.a.janes at intel.com>
Reviewed-by: Mark Janes <mark.a.janes at intel.com>

---

 include/GL/glxext.h | 12 +-----------
 1 file changed, 1 insertion(+), 11 deletions(-)

diff --git a/include/GL/glxext.h b/include/GL/glxext.h
index 8f6abab2d5..0f60a380c2 100644
--- a/include/GL/glxext.h
+++ b/include/GL/glxext.h
@@ -34,7 +34,7 @@ extern "C" {
 **   https://github.com/KhronosGroup/OpenGL-Registry
 */
 
-#define GLX_GLXEXT_VERSION 20170926
+#define GLX_GLXEXT_VERSION 20170728
 
 /* Generated C header for:
  * API: glx
@@ -503,16 +503,6 @@ Bool glXSet3DfxModeMESA (int mode);
 #endif
 #endif /* GLX_MESA_set_3dfx_mode */
 
-#ifndef GLX_MESA_swap_control
-#define GLX_MESA_swap_control 1
-typedef int ( *PFNGLXGETSWAPINTERVALMESAPROC) (void);
-typedef void ( *PFNGLXSWAPINTERVALMESAPROC) (unsigned int interval);
-#ifdef GLX_GLXEXT_PROTOTYPES
-int glXGetSwapIntervalMESA (void);
-void glXSwapIntervalMESA (unsigned int interval);
-#endif
-#endif /* GLX_MESA_swap_control */
-
 #ifndef GLX_NV_copy_buffer
 #define GLX_NV_copy_buffer 1
 typedef void ( *PFNGLXCOPYBUFFERSUBDATANVPROC) (Display *dpy, GLXContext readCtx, GLXContext writeCtx, GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size);




More information about the mesa-commit mailing list