summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2005-01-04 14:48:14 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2005-01-04 14:48:14 +0000
commit85edffd5fff0328f96c73615d6bf98c4516b4ee4 (patch)
treee2f537784e177007ae2ebec460472747303d24f2 /include
parent932dee87e3002be87dc3bcc49efd8ac9ac3e1fa4 (diff)
added GLX_NV_float_buffer
Diffstat (limited to 'include')
-rw-r--r--include/GL/glx.h15
1 files changed, 13 insertions, 2 deletions
diff --git a/include/GL/glx.h b/include/GL/glx.h
index ca4e9ed4f68..bfaac778076 100644
--- a/include/GL/glx.h
+++ b/include/GL/glx.h
@@ -1,8 +1,8 @@
/*
* Mesa 3-D graphics library
- * Version: 6.2
+ * Version: 6.3
*
- * Copyright (C) 1999-2004 Brian Paul All Rights Reserved.
+ * Copyright (C) 1999-2005 Brian Paul All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
@@ -495,6 +495,17 @@ extern Bool glXDrawableAttribARB(Display *dpy, GLXDrawable draw, const int *attr
#endif /* GLX_ARB_render_texture */
+/*
+ * Remove this when glxext.h is updated.
+ */
+#ifndef GLX_NV_float_buffer
+#define GLX_NV_float_buffer 1
+
+#define GLX_FLOAT_COMPONENTS_NV 0x20B0
+
+#endif /* GLX_NV_float_buffer */
+
+
#ifdef __cplusplus
}