mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 01:18:06 +02:00
winsys/amdgpu: set addrlib flag opt4Space
Tested-by: Edmondo Tommasina <edmondo.tommasina@gmail.com> Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
This commit is contained in:
parent
72d1669ed2
commit
79a8e674ae
1 changed files with 1 additions and 0 deletions
|
|
@ -405,6 +405,7 @@ static int amdgpu_surface_init(struct radeon_winsys *rws,
|
|||
!AddrSurfInfoIn.flags.fmask &&
|
||||
tex->nr_samples <= 1 &&
|
||||
(flags & RADEON_SURF_OPTIMIZE_FOR_SPACE);
|
||||
AddrSurfInfoIn.flags.opt4Space = AddrSurfInfoIn.flags.degrade4Space;
|
||||
|
||||
/* DCC notes:
|
||||
* - If we add MSAA support, keep in mind that CB can't decompress 8bpp
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue