summaryrefslogtreecommitdiff
path: root/include/GL/glx.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2001-09-14 02:43:03 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2001-09-14 02:43:03 +0000
commitba57e5297d60eef37e43dd4d7f10d1e62f5e97ce (patch)
treee11fa3f3f185dec52506504e8f9a16ceef1205b4 /include/GL/glx.h
parentdcbe4d6d2f3eb2c099838875780991da34884646 (diff)
more GL 1.3 and GLX 1.4 updates
Diffstat (limited to 'include/GL/glx.h')
-rw-r--r--include/GL/glx.h14
1 files changed, 13 insertions, 1 deletions
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