projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d850fc3
)
added _GLAPI_EXTRA_SLOTS symbol
author
Brian Paul
<brian.paul@tungstengraphics.com>
Sat, 27 Nov 1999 21:30:10 +0000
(21:30 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Sat, 27 Nov 1999 21:30:10 +0000
(21:30 +0000)
src/mesa/glapi/glapitable.h
patch
|
blob
|
history
diff --git
a/src/mesa/glapi/glapitable.h
b/src/mesa/glapi/glapitable.h
index 122316f1a8bd3752894a627cbca384f8e24a00d2..fb9555e4216a54597f8fa10600189e4fdb6e2237 100644
(file)
--- a/
src/mesa/glapi/glapitable.h
+++ b/
src/mesa/glapi/glapitable.h
@@
-1,4
+1,4
@@
-/* $Id: glapitable.h,v 1.
1 1999/11/25 18:16:33
brianp Exp $ */
+/* $Id: glapitable.h,v 1.
2 1999/11/27 21:30:10
brianp Exp $ */
/*
* Mesa 3-D graphics library
@@
-66,6
+66,8
@@
+#define _GLAPI_EXTRA_SLOTS 1000
+
/*
* This struct contains pointers for all the GL API entrypoints
@@
-552,7
+554,7
@@
struct _glapi_table
#endif
- void *ExtensionFuncs[
1000
];
+ void *ExtensionFuncs[
_GLAPI_EXTRA_SLOTS
];
};