radv: fix handling multiview with GPL
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>
Tue, 20 Sep 2022 10:53:11 +0000 (12:53 +0200)
committerMarge Bot <emma+marge@anholt.net>
Tue, 27 Sep 2022 11:38:07 +0000 (11:38 +0000)
commit29305a89b0fe3c3014f36d8825bcadc706b02330
treec465315579906726604293ad06201cebfc6d320f
parent0c6f52a999f34e936aa61eb3527a19979da1ff8c
radv: fix handling multiview with GPL

When multiview is used, the last pre-rasterization stage should export
the layer to the fragment shader. With GPL, the next stage is
implicitly FS.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Timur Kristóf <timur.kristof@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18699>
src/amd/vulkan/radv_pipeline.c