summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600/r600_state_inlines.h
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2010-11-03 14:23:45 +0000
committerKeith Whitwell <keithw@vmware.com>2010-11-09 20:12:46 +0000
commitc2c55547dc36f404e29dbc9253166f90df6783af (patch)
tree53177b73eb4cdc019daf20f77fcf7aabdae1d269 /src/gallium/drivers/r600/r600_state_inlines.h
parente3ea4aec033643a629e2fa48eb538fdb856adf4e (diff)
r600g: attempt to turn on DXTn formats
Seems to sort-of work for non-mipmapped textures. Better than just black anyway.
Diffstat (limited to 'src/gallium/drivers/r600/r600_state_inlines.h')
-rw-r--r--src/gallium/drivers/r600/r600_state_inlines.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/r600_state_inlines.h b/src/gallium/drivers/r600/r600_state_inlines.h
index 1c1978f8ab..1be5b156d3 100644
--- a/src/gallium/drivers/r600/r600_state_inlines.h
+++ b/src/gallium/drivers/r600/r600_state_inlines.h
@@ -472,7 +472,7 @@ static INLINE uint32_t r600_translate_colorformat(enum pipe_format format)
case PIPE_FORMAT_UYVY:
case PIPE_FORMAT_YUYV:
default:
- R600_ERR("unsupported color format %d %s\n", format, util_format_name(format));
+ //R600_ERR("unsupported color format %d %s\n", format, util_format_name(format));
return ~0; /* Unsupported. */
}
}