draw: fix tessellation output vertex size calculation
authorDave Airlie <airlied@redhat.com>
Wed, 26 May 2021 04:27:14 +0000 (14:27 +1000)
committerDave Airlie <airlied@redhat.com>
Mon, 5 Jul 2021 04:07:34 +0000 (14:07 +1000)
commit45d9e8bb99ffb6ec5babec063e4665c323d56073
tree4db3d1bf10d37fe9e6b5a4e1a9a6fa76b05185dc
parent0aab06e6d39e3832d42c714629b05926f53c1c00
draw: fix tessellation output vertex size calculation

This ensures space for the extra outputs is calculated in the
tes vertex outputs.

dEQP-VK.pipeline.misc.primitive_id_from_tess

Fixes: dacf8f5f5c82 ("draw: hook up final bits of tessellation")
Reviewed-by: Roland Scheidegger <sroland@vmware.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11000>
src/gallium/auxiliary/draw/draw_pt_fetch_shade_pipeline_llvm.c