diff options
author | Konstantin Seurer <konstantin.seurer@gmail.com> | 2023-07-23 12:33:15 +0200 |
---|---|---|
committer | Eric Engestrom <eric@engestrom.ch> | 2023-07-28 18:48:24 +0100 |
commit | 90d121b65bf0b49045a0a391ecac3d31a4009833 (patch) | |
tree | d404407419f6354bdc7494e88ba37c72c9d741fb /.pick_status.json | |
parent | bd9177f20ea19af3163d82cc1a1be3639f7ddb76 (diff) | |
download | mesa-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.json | 2 |
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 }, |