Skip to content

agx: Fix fragment side effects scheduling

Alyssa Rosenzweig requested to merge alyssa/mesa:agx/scheduler-hotfix into main

We can't move discards across side effects, or the side effect might not happen.

Fixes KHR-GLES31.core.shader_image_load_store.basic-allFormats-load-fs regression. Sigh.

CI is up next.

Merge request reports