projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15d4a23
)
added GLX_SAMPLE_BUFFERS, GLX_SAMPLES
author
Brian Paul
<brian.paul@tungstengraphics.com>
Fri, 14 Dec 2001 03:18:08 +0000
(
03:18
+0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Fri, 14 Dec 2001 03:18:08 +0000
(
03:18
+0000)
include/GL/glx.h
patch
|
blob
|
history
diff --git
a/include/GL/glx.h
b/include/GL/glx.h
index 74e3cc01ab83e64dde345ca96b942fc800913b45..89c474d4abd99e4d366c1de58a0613aab4bc20c2 100644
(file)
--- a/
include/GL/glx.h
+++ b/
include/GL/glx.h
@@
-1,8
+1,8
@@
-/* $Id: glx.h,v 1.3
3 2001/09/24 14:15:5
8 brianp Exp $ */
+/* $Id: glx.h,v 1.3
4 2001/12/14 03:18:0
8 brianp Exp $ */
/*
* Mesa 3-D graphics library
- * Version: 4.
0
+ * Version: 4.
1
*
* Copyright (C) 1999-2001 Brian Paul All Rights Reserved.
*
@@
-172,8
+172,8
@@
extern "C" {
/*
* GLX 1.4 and later:
*/
-#define GLX_SAMPLE_BUFFERS
_SGIS 100000
-#define GLX_SAMPLES
_SGIS 100001
+#define GLX_SAMPLE_BUFFERS
0x186a0 /*100000*/
+#define GLX_SAMPLES
0x816a1 /*100001*/