Skip to content

v3dv: implement multiview

Iago Toral requested to merge itoral/mesa:v3dv_multiview into main

We implement this by replicating draw calls for each enabled view and using a passthrough geometry shader that uses layered rendering to broadcast each draw to the appropriate layer.

Merge request reports