summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2006-10-05 11:27:13 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2006-10-05 11:27:13 +0000
commite7b0ec9ae79d4ec4aba402b9124fde55d914da92 (patch)
tree83d82e7fce9998b0b5eef858eb5ba2962544c86d /src
parent6921063520006496544b41c916ac82c3c2a87548 (diff)
Quieten debug message.
Diffstat (limited to 'src')
-rw-r--r--src/mesa/drivers/dri/i965/brw_wm_fp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_wm_fp.c b/src/mesa/drivers/dri/i965/brw_wm_fp.c
index 8bf55790bf..04c7555b9b 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
/***********************************************************************