Skip to content

zink: reorder fbfetch flag-setting to avoid null deref

Mike Blumenkrantz requested to merge zmike/mesa:zink-fbfetch into main

this avoids dereferencing pg->dd which is allocated a few lines later

Fixes: 417477f6 ("zink: always use lazy (non-push) updating for fbfetch descriptors")

fixes (radv): dEQP-GLES31.functional.blend_equation_advanced.basic.multiply

Merge request reports