zink: explicitly set non-optimal last_vertex_stage shader key on ctx create
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Tue, 8 Aug 2023 20:57:07 +0000 (16:57 -0400)
committerMarge Bot <emma+marge@anholt.net>
Thu, 10 Aug 2023 10:44:03 +0000 (10:44 +0000)
commitccc195c3a32535de20127c43d0644174af8eaf6b
treed4f40230a01bb3ca148db6d15bbb8b491ba32b51
parent12d997cd64a03caed23976f74adb67e5ef98c4c4
zink: explicitly set non-optimal last_vertex_stage shader key on ctx create

this otherwise results in generated gs not having the flag set, which breaks
various things

cc: mesa-stable

Reviewed-by: Dave Airlie <airlied@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24568>
src/gallium/drivers/zink/zink_context.c