projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91baaa3
)
GL_MAX_ELEMENTS_VERTICES/INDICES enums had wrong values
author
Brian Paul
<brian.paul@tungstengraphics.com>
Sun, 17 Oct 1999 23:24:49 +0000
(23:24 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Sun, 17 Oct 1999 23:24:49 +0000
(23:24 +0000)
include/GL/gl.h
patch
|
blob
|
history
diff --git
a/include/GL/gl.h
b/include/GL/gl.h
index cd417cf69206495f32ce61d21693dbce5d161daf..d5a93878bbe7a5560f74dd11304abbae2ed8501b 100644
(file)
--- a/
include/GL/gl.h
+++ b/
include/GL/gl.h
@@
-1,4
+1,4
@@
-/* $Id: gl.h,v 1.1
2 1999/10/17 21:42:32
brianp Exp $ */
+/* $Id: gl.h,v 1.1
3 1999/10/17 23:24:49
brianp Exp $ */
/*
* Mesa 3-D graphics library
@@
-860,8
+860,8
@@
typedef enum {
/* OpenGL 1.2 */
GL_RESCALE_NORMAL = 0x803A,
GL_CLAMP_TO_EDGE = 0x812F,
- GL_MAX_ELEMENTS_VERTICES = 0x
F
0E8,
- GL_MAX_ELEMENTS_INDICES = 0x
F
0E9,
+ GL_MAX_ELEMENTS_VERTICES = 0x
8
0E8,
+ GL_MAX_ELEMENTS_INDICES = 0x
8
0E9,
GL_BGR = 0x80E0,
GL_BGRA = 0x80E1,
GL_UNSIGNED_BYTE_3_3_2 = 0x8032,