Skip to content

anv: flag color writes for re-emit on every graphics pipeline bind

Mike Blumenkrantz requested to merge zmike/mesa:anv-cwrite into main

if the dynamic state for this is enabled, the value needs to persist even if the cmd to set it isn't directly called

validation can take care of problem cases

Fixes: b15bfe92 ("anv: implement VK_EXT_color_write_enable")

fixes #6111 (closed)

Merge request reports