diff options
author | Karol Herbst <git@karolherbst.de> | 2023-07-28 18:42:03 +0200 |
---|---|---|
committer | Eric Engestrom <eric@engestrom.ch> | 2023-07-30 11:07:21 +0100 |
commit | 7b29065d4617f79d8137c1db04b7ab9625049a8a (patch) | |
tree | 51dc1f7d33ed2dc3da70b833231645964217ad61 /.pick_status.json | |
parent | 70328a0a8aefea5afa29659dd659482eae33f676 (diff) | |
download | mesa-7b29065d4617f79d8137c1db04b7ab9625049a8a.tar.gz mesa-7b29065d4617f79d8137c1db04b7ab9625049a8a.tar.bz2 mesa-7b29065d4617f79d8137c1db04b7ab9625049a8a.zip |
nv50/ir/nir: Fix zero source handling of tex instructions.
For TXQ we know make sure that we at least add one source. If the nir
instruction however didn't had any sources, we inserted a fake 0 source
ending up with two 0s for TXQ.
It's unclear to me if we have other ops where this would be necessary.
Fixes: 85a31fa1fc9 ("nv50/ir/nir: fix txq emission on MS textures")
Signed-off-by: Karol Herbst <git@karolherbst.de>
Acked-by: M Henning <drawoc@darkrefraction.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24373>
(cherry picked from commit 8d7f682bdbaee2cd7185203770bfc3f0e07ee427)
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 8a8ad920541..9360bb77faa 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -4,7 +4,7 @@ "description": "nv50/ir/nir: Fix zero source handling of tex instructions.", "nominated": true, "nomination_type": 1, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": "85a31fa1fc906d500e10a7fa5c9973aa17e7f1d6" }, |