projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2db44ff
)
define both GL_ALL_CLIENT_ATTRIB_BITS and GL_CLIENT_ALL_ATTRIB_BITS (spec and SI...
author
Brian Paul
<brian.paul@tungstengraphics.com>
Thu, 14 Jun 2001 21:37:43 +0000
(21:37 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Thu, 14 Jun 2001 21:37:43 +0000
(21:37 +0000)
include/GL/gl.h
patch
|
blob
|
history
diff --git
a/include/GL/gl.h
b/include/GL/gl.h
index fc1fe5b99dbd48c95f1d40268ae8ac73960d4b8c..7ebee339cabf2dc2dd2f46aab1b47ed0ec06dde7 100644
(file)
--- a/
include/GL/gl.h
+++ b/
include/GL/gl.h
@@
-1,4
+1,4
@@
-/* $Id: gl.h,v 1.5
6 2001/05/29 15:44:06
brianp Exp $ */
+/* $Id: gl.h,v 1.5
7 2001/06/14 21:37:43
brianp Exp $ */
/*
* Mesa 3-D graphics library
@@
-852,7
+852,7
@@
typedef double GLclampd; /* double precision float in [0,1] */
#define GL_CLIENT_PIXEL_STORE_BIT 0x00000001
#define GL_CLIENT_VERTEX_ARRAY_BIT 0x00000002
#define GL_ALL_CLIENT_ATTRIB_BITS 0xFFFFFFFF
-
+#define GL_CLIENT_ALL_ATTRIB_BITS 0xFFFFFFFF