diff options
author | Bas Nieuwenhuizen <[email protected]> | 2015-10-21 00:10:39 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2015-10-24 00:42:30 +0200 |
commit | 48b5f104ac4e0c3ddbff87520adb7a9d2a254c67 (patch) | |
tree | 9cef852d92d1313636614e31fceec0cd3776699d /src/gallium/drivers/radeon/r600_texture.c | |
parent | 81ebd6a88289663677ebb97f788afb53fb84dfd5 (diff) |
radeonsi: Enable DCC.
Signed-off-by: Bas Nieuwenhuizen <[email protected]>
Signed-off-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeon/r600_texture.c')
-rw-r--r-- | src/gallium/drivers/radeon/r600_texture.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/radeon/r600_texture.c b/src/gallium/drivers/radeon/r600_texture.c index c2a692c9af1..03140497629 100644 --- a/src/gallium/drivers/radeon/r600_texture.c +++ b/src/gallium/drivers/radeon/r600_texture.c @@ -495,6 +495,8 @@ static void vi_texture_alloc_dcc_separate(struct r600_common_screen *rscreen, r600_screen_clear_buffer(rscreen, &rtex->dcc_buffer->b.b, 0, rtex->surface.dcc_size, 0xFFFFFFFF, true); + + rtex->cb_color_info |= VI_S_028C70_DCC_ENABLE(1); } static unsigned r600_texture_get_htile_size(struct r600_common_screen *rscreen, |