From 17837b663779ec8490740f4c64d4e98d503b90a9 Mon Sep 17 00:00:00 2001 From: Rhys Perry Date: Tue, 4 Aug 2020 16:06:56 +0100 Subject: aco: create long jumps MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit When the branch offset can't be encoded, we have to use s_setpc_b64. Fixes hang in RPCS3 vertex ubershader. Signed-off-by: Rhys Perry Reviewed-by: Daniel Schürmann Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/3231 Cc: 20.2 Part-of: (cherry picked from commit fe2dc41258b1d868b59c44256ef8397f301ed7da) --- .pick_status.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.pick_status.json') diff --git a/.pick_status.json b/.pick_status.json index 50bd84d8c66..173a876629e 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -697,7 +697,7 @@ "description": "aco: create long jumps", "nominated": true, "nomination_type": 0, - "resolution": 0, + "resolution": 1, "master_sha": null, "because_sha": null }, -- cgit v1.2.3