summaryrefslogtreecommitdiff
path: root/.pick_status.json
diff options
context:
space:
mode:
authorJason Ekstrand <jason.ekstrand@collabora.com>2022-05-13 17:01:06 -0500
committerDylan Baker <dylan.c.baker@intel.com>2022-06-01 14:10:28 -0700
commit84c1da77deab75e342972378e2ad23f60d99e7be (patch)
tree23c649ed41d9d384095b268555a1cb207b04c024 /.pick_status.json
parent3cceae1986765003c65ab207223400cb0484f616 (diff)
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 <lionel.g.landwerlin@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16506> (cherry picked from commit 9fe6caf4e707bad36c60262b5f28407309f922c7)
Diffstat (limited to '.pick_status.json')
-rw-r--r--.pick_status.json2
1 files changed, 1 insertions, 1 deletions
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"
},