mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-02 22:30:11 +01:00
ac/surface: always compute DCC info when DCC is possible on GFX9
The same code for VI doesn't check for scanout either. Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
This commit is contained in:
parent
ed4780383c
commit
186adc514b
1 changed files with 0 additions and 1 deletions
|
|
@ -925,7 +925,6 @@ static int gfx9_compute_miptree(ADDR_HANDLE addrlib,
|
|||
} else {
|
||||
/* DCC */
|
||||
if (!(surf->flags & RADEON_SURF_DISABLE_DCC) &&
|
||||
!(surf->flags & RADEON_SURF_SCANOUT) &&
|
||||
!compressed &&
|
||||
in->swizzleMode != ADDR_SW_LINEAR) {
|
||||
ADDR2_COMPUTE_DCCINFO_INPUT din = {0};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue