Skip to content

anv: Properly compute image usage in CreateImageView

Faith Ekstrand requested to merge gfxstrand/mesa:review/bug-111118 into master

With separate stencil usage, we can't just grab the usage from the image directly and have to consider the per-aspect usage instead.

Fixes: 1be38f91 "anv:Use VK_EXT_separate_stencil_usage to avoid..."

Merge request reports