Mesa (master): glapi: EXTRA_DEBUG is never defined, make this explicit

George Sapountzis gsap7 at kemper.freedesktop.org
Thu Feb 25 15:54:52 UTC 2010


Module: Mesa
Branch: master
Commit: f1f33f929366e452046de27429fc730a83d11c4b
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f1f33f929366e452046de27429fc730a83d11c4b

Author: George Sapountzis <gsapountzis at gmail.com>
Date:   Thu Feb 25 17:52:05 2010 +0200

glapi: EXTRA_DEBUG is never defined, make this explicit

---

 src/mesa/glapi/glapi.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mesa/glapi/glapi.c b/src/mesa/glapi/glapi.c
index 631ffba..2fa673d 100644
--- 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)
 {
-#ifdef 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;




More information about the mesa-commit mailing list