diff options
| author | Keith Whitwell <keith@tungstengraphics.com> | 2006-10-05 11:27:13 +0000 |
|---|---|---|
| committer | Keith Whitwell <keith@tungstengraphics.com> | 2006-10-05 11:27:13 +0000 |
| commit | e7b0ec9ae79d4ec4aba402b9124fde55d914da92 (patch) | |
| tree | 83d82e7fce9998b0b5eef858eb5ba2962544c86d | |
| parent | 6921063520006496544b41c916ac82c3c2a87548 (diff) | |
Quieten debug message.
| -rw-r--r-- | src/mesa/drivers/dri/i965/brw_wm_fp.c | 2 |
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 /*********************************************************************** |
