diff options
author | Marek Olšák <marek.olsak@amd.com> | 2023-07-14 15:35:05 -0400 |
---|---|---|
committer | Eric Engestrom <eric@engestrom.ch> | 2023-07-18 22:44:13 +0100 |
commit | dcf22d75c4f4c770f8844ac40d9f8bde886e79d0 (patch) | |
tree | f8350d378a4f2804289dcc23929ef0f4adfef175 /.pick_status.json | |
parent | bb78bfed46a66dc0efd51de739efad761fb2c584 (diff) | |
download | mesa-dcf22d75c4f4c770f8844ac40d9f8bde886e79d0.tar.gz mesa-dcf22d75c4f4c770f8844ac40d9f8bde886e79d0.tar.bz2 mesa-dcf22d75c4f4c770f8844ac40d9f8bde886e79d0.zip |
mesa: fix 38% decrease in display list performance of Viewperf2020/NX8_StudioAA
It happened because glCallList was restoring varying_vp_inputs, which
caused every glCallList to process the state change again.
This loosely reverts commit 3a294ff01fb9d1d8b4f984a364ed7ef469624c49
"mesa: move the _mesa_set_varying_vp_inputs call to where the state changes".
Fixes: 3a294ff01fb9d1d8b - "mesa: move the _mesa_set_varying_vp_inputs call to where the state changes"
Acked-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24165>
(cherry picked from commit c97961a855ad1ae5c58d47634862b459e682e158)
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 1e7fa931308..53d20302c5e 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -409,7 +409,7 @@ "description": "mesa: fix 38% decrease in display list performance of Viewperf2020/NX8_StudioAA", "nominated": true, "nomination_type": 1, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": "3a294ff01fb9d1d8b4f984a364ed7ef469624c49" }, |