mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-01 18:20:10 +01:00
intel/blorp: Use fake_interleaved_msaa in retile_w_to_y
Signed-off-by: Jason Ekstrand <jason@jlekstrand.net> Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
This commit is contained in:
parent
a613449f71
commit
c170606fc6
1 changed files with 1 additions and 3 deletions
|
|
@ -1340,9 +1340,7 @@ surf_retile_w_to_y(const struct isl_device *isl_dev,
|
|||
*/
|
||||
if (isl_dev->info->gen > 6 &&
|
||||
info->surf.msaa_layout == ISL_MSAA_LAYOUT_INTERLEAVED) {
|
||||
info->surf.logical_level0_px = info->surf.phys_level0_sa;
|
||||
info->surf.samples = 1;
|
||||
info->surf.msaa_layout = ISL_MSAA_LAYOUT_NONE;
|
||||
surf_fake_interleaved_msaa(isl_dev, info);
|
||||
}
|
||||
|
||||
if (isl_dev->info->gen == 6) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue