Skip to content

anv: use vk_object_zalloc for wsi fences created

Tapani Pälli requested to merge tpalli/mesa:anv-zalloc-obj into main

Otherwise we hit assert in vk_object_base_assert_valid when attemping to create handle from anv_fence with unknown base type.

Cc: mesa-stable Signed-off-by: Tapani Pälli tapani.palli@intel.com Reviewed-by: Jason Ekstrand jason@jlekstrand.net

Merge request reports