summaryrefslogtreecommitdiff
path: root/.pick_status.json
diff options
context:
space:
mode:
authorKonstantin Seurer <konstantin.seurer@gmail.com>2023-07-23 12:33:15 +0200
committerEric Engestrom <eric@engestrom.ch>2023-07-28 18:48:24 +0100
commit90d121b65bf0b49045a0a391ecac3d31a4009833 (patch)
treed404407419f6354bdc7494e88ba37c72c9d741fb /.pick_status.json
parentbd9177f20ea19af3163d82cc1a1be3639f7ddb76 (diff)
downloadmesa-90d121b65bf0b49045a0a391ecac3d31a4009833.tar.gz
mesa-90d121b65bf0b49045a0a391ecac3d31a4009833.tar.bz2
mesa-90d121b65bf0b49045a0a391ecac3d31a4009833.zip
draw: Do not restart the primitive_id at 0
Otherwise the primitive_id will wrap around to 0 if more than 4096 patches are drawn. cc: mesa-stable Reviewed-by: Roland Scheidegger <sroland@vmware.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24295> (cherry picked from commit 1280cf5b2afa757b86c21085d01229222e4180df)
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 7e5b56e36df..95beb7e0a65 100644
--- a/.pick_status.json
+++ b/.pick_status.json
@@ -1705,7 +1705,7 @@
"description": "draw: Do not restart the primitive_id at 0",
"nominated": true,
"nomination_type": 0,
- "resolution": 0,
+ "resolution": 1,
"main_sha": null,
"because_sha": null
},