Skip to content

anv: implement split barriers for events

With the changes of the Vulkan API we can now implement event barriers in 2 parts. The SetEvent API flushes and signals, the WaitEvent waits and invalidates.

v2: Fix missing image memory barrier srcAccessMask

Signed-off-by: Lionel Landwerlin lionel.g.landwerlin@intel.com Suggested-by: Jason Ekstrand jason@jlekstrand.net

Merge request reports