projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec91810
)
glapi: EXTRA_DEBUG is never defined, make this explicit
author
George Sapountzis
<gsapountzis@gmail.com>
Thu, 25 Feb 2010 15:52:05 +0000
(17:52 +0200)
committer
George Sapountzis
<gsapountzis@gmail.com>
Thu, 25 Feb 2010 15:52:05 +0000
(17:52 +0200)
src/mesa/glapi/glapi.c
patch
|
blob
|
history
diff --git
a/src/mesa/glapi/glapi.c
b/src/mesa/glapi/glapi.c
index 631ffba3c7fdb399cb3d084b68ef5f0827af7069..2fa673d307d3c417dacaf66b3c635d51db644413 100644
(file)
--- a/
src/mesa/glapi/glapi.c
+++ b/
src/mesa/glapi/glapi.c
@@
-490,7
+490,7
@@
_glapi_get_dispatch_table_size(void)
void
_glapi_check_table(const struct _glapi_table *table)
{
-#if
def EXTRA_DEBUG
+#if
0 /* Enable this for extra DEBUG */
const GLuint entries = _glapi_get_dispatch_table_size();
const void **tab = (const void **) table;
GLuint i;