diff --git a/.pick_status.json b/.pick_status.json index d30fca753c7..66bfd0b4fbc 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -229,7 +229,7 @@ "description": "zink: fix line strip offsets in pv mode emulation", "nominated": true, "nomination_type": 1, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": "5a4083349f36ef6db36a962327de6952a30d0c92" }, diff --git a/src/gallium/drivers/zink/zink_compiler.c b/src/gallium/drivers/zink/zink_compiler.c index a0a171e194e..ef8dc766ea0 100644 --- a/src/gallium/drivers/zink/zink_compiler.c +++ b/src/gallium/drivers/zink/zink_compiler.c @@ -446,7 +446,7 @@ lower_pv_mode_emit_rotated_prim(nir_builder *b, * [lines, tris][even/odd index][vertex mod 3] */ static const unsigned vert_maps[2][2][3] = { - {{1, 0, 0}, {0, 1, 0}}, + {{1, 0, 0}, {1, 0, 0}}, {{2, 0, 1}, {2, 1, 0}} }; /* When the primive supplied to the gs comes from a strip, the last provoking vertex