mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-28 14:40:10 +01:00
radeonsi: use display_dcc_offset for setting displayable_dcc_cb_mask
Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4935>
This commit is contained in:
parent
b5ac9d18d8
commit
cbbc18bc67
1 changed files with 1 additions and 1 deletions
|
|
@ -2830,7 +2830,7 @@ static void si_set_framebuffer_state(struct pipe_context *ctx,
|
|||
else
|
||||
sctx->framebuffer.uncompressed_cb_mask |= 1 << i;
|
||||
|
||||
if (tex->surface.dcc_offset)
|
||||
if (tex->surface.display_dcc_offset)
|
||||
sctx->framebuffer.displayable_dcc_cb_mask |= 1 << i;
|
||||
|
||||
/* Don't update nr_color_samples for non-AA buffers.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue