From ba57e5297d60eef37e43dd4d7f10d1e62f5e97ce Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 14 Sep 2001 02:43:03 +0000 Subject: more GL 1.3 and GLX 1.4 updates --- include/GL/glx.h | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/GL/glx.h b/include/GL/glx.h index ee97844a51..9d0b60fcea 100644 --- a/include/GL/glx.h +++ b/include/GL/glx.h @@ -1,4 +1,4 @@ -/* $Id: glx.h,v 1.30 2001/09/01 20:17:16 brianp Exp $ */ +/* $Id: glx.h,v 1.31 2001/09/14 02:43:04 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -60,6 +60,7 @@ extern "C" { #define GLX_VERSION_1_1 1 #define GLX_VERSION_1_2 1 #define GLX_VERSION_1_3 1 +#define GLX_VERSION_1_4 1 #define GLX_EXTENSION_NAME "GLX" @@ -169,6 +170,13 @@ extern "C" { #define GLX_PBUFFER_WIDTH 0x8041 +/* + * GLX 1.4 and later: + */ +#define GLX_SAMPLE_BUFFERS_SGIS 100000 +#define GLX_SAMPLES_SGIS 100001 + + typedef struct __GLXcontextRec *GLXContext; typedef XID GLXPixmap; @@ -286,6 +294,10 @@ extern void glXGetSelectedEvent( Display *dpy, GLXDrawable drawable, unsigned long *mask ); +/* GLX 1.4 and later */ +extern void (*glXGetProcAddress(const GLubyte *procname))(); + + #ifndef GLX_GLXEXT_LEGACY -- cgit v1.2.3