summaryrefslogtreecommitdiff
path: root/.pick_status.json
diff options
context:
space:
mode:
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>2022-04-18 14:46:09 +0200
committerDylan Baker <dylan.c.baker@intel.com>2022-04-27 11:19:10 -0700
commit2eba273314aa1f704da43a3e2c29f1fcfac2c81d (patch)
treefc882c13cf1972559885fe31188a4ff663804baf /.pick_status.json
parent7fb345d84a2d818da0618bd843517f4f3db7f4d7 (diff)
radv: fix handling divisor == 0 with dynamic vertex input state
When the divisor is 0, the compiler should generate a different VS prolog instead of re-using a previous prolog that uses nontrivial divisors. This is because divisor == 0 and divisor > 1 should use a different path to guarantee that the index is correctly computed. Cc: mesa-stable Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Rhys Perry <pendingchaos02@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16009> (cherry picked from commit f525706e7725345e187f076118feb3937dfb8c43)
Diffstat (limited to '.pick_status.json')
-rw-r--r--.pick_status.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pick_status.json b/.pick_status.json
index ec16b277e8a..3597210baaf 100644
--- a/.pick_status.json
+++ b/.pick_status.json
@@ -256,7 +256,7 @@
"description": "radv: fix handling divisor == 0 with dynamic vertex input state",
"nominated": true,
"nomination_type": 0,
- "resolution": 0,
+ "resolution": 1,
"main_sha": null,
"because_sha": null
},