Skip to content

iris,anv: add restrictions for 3DSTATE_RASTER::AntiAliasingEnable

Tapani Pälli requested to merge tpalli/mesa:msaa-fix into main

Field must be disabled if any render targets have integer format, additionally for Gfx12+ field must be disabled when num multisamples > 1 or forced multisample count > 1.

Fixes: #7892 (closed) Signed-off-by: Tapani Pälli tapani.palli@intel.com

Merge request reports