Skip to content

Add test for tgl fast clear tracking bug

On TGL, the hardware will "upgrade" writes to a CCS_E of the clear color to a fast clear. This test exercises a case where the driver isn't expecting the surface to be in the fast-cleared state, and so changes the clear color without doing a partial resolve.

Merge request reports