mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 21:50:12 +01:00
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>
This commit is contained in:
parent
adfa4f0453
commit
5c287385c2
1 changed files with 0 additions and 1 deletions
|
|
@ -1374,7 +1374,6 @@ emit_3dstate_gs(struct anv_graphics_pipeline *pipeline)
|
|||
gs.ControlDataFormat = gs_prog_data->control_data_format;
|
||||
gs.ControlDataHeaderSize = gs_prog_data->control_data_header_size_hwords;
|
||||
gs.InstanceControl = MAX2(gs_prog_data->invocations, 1) - 1;
|
||||
gs.ReorderMode = LEADING;
|
||||
|
||||
gs.ExpectedVertexCount = gs_prog_data->vertices_in;
|
||||
gs.StaticOutput = gs_prog_data->static_vertex_count >= 0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue