diff options
author | Jerome Glisse <[email protected]> | 2010-09-01 18:04:38 -0400 |
---|---|---|
committer | Jerome Glisse <[email protected]> | 2010-09-01 18:05:52 -0400 |
commit | 67234b4b42a8285a9b14da48dd113cbe2ee871fd (patch) | |
tree | 5f05e9922f972f378d08e10359b7c1d48d7af6da /src/gallium/drivers/r600/r600_texture.c | |
parent | 4ff3467daf0ac07e4295c7d2e2ad3c3c8c89dff6 (diff) |
r600g: refix db/cb state
Signed-off-by: Dave Airlie <[email protected]>
Signed-off-by: Jerome Glisse <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r600/r600_texture.c')
-rw-r--r-- | src/gallium/drivers/r600/r600_texture.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/r600_texture.c b/src/gallium/drivers/r600/r600_texture.c index c472d4f37b0..83fd01e8a1e 100644 --- a/src/gallium/drivers/r600/r600_texture.c +++ b/src/gallium/drivers/r600/r600_texture.c @@ -632,7 +632,7 @@ out_word4: *yuv_format_p = yuv_format; return result; out_unknown: - R600_ERR("Unable to handle texformat %d %s\n", format, util_format_name(format)); +// R600_ERR("Unable to handle texformat %d %s\n", format, util_format_name(format)); return ~0; } |