Skip to content

WIP: anv: resolve depth buffer on ownership release

As specified in following Vulkan spec sections:

  • Queue Family Ownership Transfer
  • External Resource Sharing

This fixes issue seen when attempting to read depth buffer values when buffer is cleared in Vulkan and shared to GL using GL_EXT_memory_object.

Signed-off-by: Tapani Pälli tapani.palli@intel.com

Edited by Tapani Pälli

Merge request reports