From: Keith Whitwell Date: Thu, 5 Oct 2006 11:27:13 +0000 (+0000) Subject: Quieten debug message. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e7b0ec9ae79d4ec4aba402b9124fde55d914da92;p=mesa.git Quieten debug message. --- diff --git a/src/mesa/drivers/dri/i965/brw_wm_fp.c b/src/mesa/drivers/dri/i965/brw_wm_fp.c index 8bf55790bfa..04c7555b9b8 100644 --- a/src/mesa/drivers/dri/i965/brw_wm_fp.c +++ b/src/mesa/drivers/dri/i965/brw_wm_fp.c @@ -60,9 +60,11 @@ static const char *wm_opcode_strings[] = { "FB_WRITE" }; +#if 0 static const char *wm_file_strings[] = { "PAYLOAD" }; +#endif /***********************************************************************