Skip to content

asahi: Don't try to use MSAA with depth/stencil

Alyssa Rosenzweig requested to merge alyssa/mesa:asahi/msaa-zs into main

This is broken right now, it's better to detect it and crash rather than fault mysteriously, especially given that fault handling in the Apple firmware isn't amazing.

[If you would like to fix the issue instead of bandaging over it, I'm good with that too 🙃 But in the mean time this should reduce the firmware crashes that I'm hitting with the "everything is totally broken" tests in parallel.]

Merge request reports