mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 04:20:08 +01:00
nvk: Disable PRIMITIVE_RESTART_VERTEX_ARRAY by default
This made various strip geometry tests fail. Tests with primitive restart do not seem affected after this. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24326>
This commit is contained in:
parent
7cbe711760
commit
921c06a6d4
1 changed files with 1 additions and 1 deletions
|
|
@ -157,7 +157,7 @@ nvk_queue_init_context_draw_state(struct nvk_queue *queue)
|
|||
|
||||
P_IMMD(p, NV9097, SET_ALIASED_LINE_WIDTH_ENABLE, V_TRUE);
|
||||
|
||||
P_IMMD(p, NV9097, SET_DA_PRIMITIVE_RESTART_VERTEX_ARRAY, ENABLE_TRUE);
|
||||
P_IMMD(p, NV9097, SET_DA_PRIMITIVE_RESTART_VERTEX_ARRAY, ENABLE_FALSE);
|
||||
|
||||
P_IMMD(p, NV9097, SET_BLEND_SEPARATE_FOR_ALPHA, ENABLE_TRUE);
|
||||
P_IMMD(p, NV9097, SET_SINGLE_CT_WRITE_CONTROL, ENABLE_TRUE);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue