mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 04:50:11 +01:00
isl: Enable MCS compression on ACM platform
Signed-off-by: Sagar Ghuge <sagar.ghuge@intel.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26043>
This commit is contained in:
parent
4de0264010
commit
2a9f8a256a
1 changed files with 0 additions and 4 deletions
|
|
@ -2770,10 +2770,6 @@ isl_surf_get_mcs_surf(const struct isl_device *dev,
|
|||
if (surf->msaa_layout != ISL_MSAA_LAYOUT_ARRAY)
|
||||
return false;
|
||||
|
||||
/* We are seeing failures with mcs on dg2, so disable it for now. */
|
||||
if (intel_device_info_is_dg2(dev->info))
|
||||
return false;
|
||||
|
||||
/* The following are true of all multisampled surfaces */
|
||||
assert(surf->samples > 1);
|
||||
assert(surf->dim == ISL_SURF_DIM_2D);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue