mesa: disable fprintf() error
authorBrian Paul <brian.paul@tungstengraphics.com>
Wed, 9 Jul 2008 21:51:18 +0000 (15:51 -0600)
committerBrian Paul <brian.paul@tungstengraphics.com>
Wed, 9 Jul 2008 21:51:18 +0000 (15:51 -0600)
src/mesa/drivers/dri/common/utils.c

index 3cf2146dceb1a00120d6f51df44a5cee5f630194..67cffead00f69cfb85ce00e9057e1b77e039dede 100644 (file)
@@ -310,8 +310,10 @@ void driInitSingleExtension( GLcontext * ctx,
             */
            offset = _glapi_add_dispatch( functions, parameter_signature );
            if (offset == -1) {
+#if 0 /* this causes noise with egl */
                fprintf(stderr, "DISPATCH ERROR! _glapi_add_dispatch failed "
                        "to add %s!\n", functions[0]);
+#endif
            }
            else if (ext->functions[i].remap_index != -1) {
                driDispatchRemapTable[ ext->functions[i].remap_index ] =