summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/r600_texture.c
diff options
context:
space:
mode:
authorMarek Olšák <marek.olsak@amd.com>2016-06-27 19:44:45 +0200
committerMarek Olšák <marek.olsak@amd.com>2016-06-29 20:12:00 +0200
commit9fd4eff43c0c1d0e5cb58fafbaa39c7b08bb715a (patch)
tree6ec142d81bf77e8639db2258e70412ba8b7ae5ff /src/gallium/drivers/radeon/r600_texture.c
parent36cf5a57c2b53b50778482f7341b7afcdc434daf (diff)
downloadexternal_mesa3d-9fd4eff43c0c1d0e5cb58fafbaa39c7b08bb715a.zip
external_mesa3d-9fd4eff43c0c1d0e5cb58fafbaa39c7b08bb715a.tar.gz
external_mesa3d-9fd4eff43c0c1d0e5cb58fafbaa39c7b08bb715a.tar.bz2
gallium/radeon: R600_DEBUG=nodccfb disables separate DCC
Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
Diffstat (limited to 'src/gallium/drivers/radeon/r600_texture.c')
-rw-r--r--src/gallium/drivers/radeon/r600_texture.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/drivers/radeon/r600_texture.c b/src/gallium/drivers/radeon/r600_texture.c
index d7ff2f7..796cbef 100644
--- a/src/gallium/drivers/radeon/r600_texture.c
+++ b/src/gallium/drivers/radeon/r600_texture.c
@@ -2198,7 +2198,8 @@ void evergreen_do_fast_color_clear(struct r600_common_context *rctx,
/* Fast clear is the most appropriate place to enable DCC for
* displayable surfaces.
*/
- if (rctx->chip_class >= VI) {
+ if (rctx->chip_class >= VI &&
+ !(rctx->screen->debug_flags & DBG_NO_DCC_FB)) {
vi_separate_dcc_try_enable(rctx, tex);
/* Stoney can't do a CMASK-based clear, so all clears are