> > +#define debug_printf(...) if(mesa_debug) { fprintf(stderr,
> __VA_ARGS__); }
>
> `do {} while(0)`
>

Forgive me but I don't understand, what you're saying here.



> Why only replace some of the printfs?
>

The fprintf's I replaced with debug_printf are informational status
messages, while the ones I left are actual error messages.

- Chuck
_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to