Skip to content
  • Faith Ekstrand's avatar
    anv: Flush caches in anv_image_copy_to_shadow · 215f9f83
    Faith Ekstrand authored
    Copies to a shadow image happen during a VkCmdPipelineBarrier or at
    subpass transitions.  We could potentially be a bit more conservative
    but these transitions shouldn't happen often and it's better to have our
    bases covered.
    
    Fixes: f3ea0cf8 "anv: Add stencil texturing support for gen7"
    215f9f83