From 84c1da77deab75e342972378e2ad23f60d99e7be Mon Sep 17 00:00:00 2001 From: Jason Ekstrand Date: Fri, 13 May 2022 17:01:06 -0500 Subject: anv: Drop alpha_to_coverage from the NULL FS optimization Starting with Ivy Bridge, we implement alpha-to-coverage by writting gl_SampleMask with a pattern based on alpha. This will show up in wm_prog_data::uses_omask so we don't need to look at the key. Fixes: 36ee2fd61c8f ("anv: Implement the basic form of VK_EXT_transform_feedback") Reviewed-by: Lionel Landwerlin Part-of: (cherry picked from commit 9fe6caf4e707bad36c60262b5f28407309f922c7) --- .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 6cf7fea2254..01cc54072a2 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -1597,7 +1597,7 @@ "description": "anv: Drop alpha_to_coverage from the NULL FS optimization", "nominated": true, "nomination_type": 1, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": "36ee2fd61c8f943be1d1e2b0354f7a121ffef28f" }, -- cgit v1.2.3