Skip to content

anv,intel/compiler: implement multiview for mesh

Marcin Ślusarz requested to merge mslusarz/mesa:mesh-anv-multiview into main

On top of !14774 (closed).

Tests in crucible!102 (merged).

gl_MeshPrimitivesNV[].gl_Layer+multiview and gl_MeshPrimitivesNV[].gl_LayerPerViewNV don't work yet - I have to figure out how to actually use this feature first (see https://github.com/KhronosGroup/Vulkan-Docs/issues/1744 for background)

Merge request reports