anv: remove ReorderMode from pipeline 3DSTATE_GS emission
authorLionel Landwerlin <lionel.g.landwerlin@intel.com>
Mon, 14 Aug 2023 10:39:35 +0000 (13:39 +0300)
committerMarge Bot <emma+marge@anholt.net>
Wed, 6 Sep 2023 20:07:01 +0000 (20:07 +0000)
commit5c287385c2e91ead155cfa781221cf91d3a6b3cc
treee4da4ac87fb8c42ffe57f0f2a1274e178307ad06
parentadfa4f0453783153d5db11d191dfb0fcd01d1c6d
anv: remove ReorderMode from pipeline 3DSTATE_GS emission

This bit is set in the dynamic state emission. This is currently not
breaking anything because LEADING=0.

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Fixes: 71ebd9b9d7 ("anv,hasvk: respect provoking vertex setting on geometry shaders")
Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24536>
src/intel/vulkan/genX_pipeline.c