diff --git a/.pick_status.json b/.pick_status.json index 85a29c93272..c59919d7edd 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -1420,7 +1420,7 @@ "description": "anv: Drop alpha_to_coverage from the NULL FS optimization", "nominated": true, "nomination_type": 1, - "resolution": 0, + "resolution": 1, "because_sha": "36ee2fd61c8f943be1d1e2b0354f7a121ffef28f" }, { diff --git a/src/intel/vulkan/anv_pipeline.c b/src/intel/vulkan/anv_pipeline.c index 2ffb4fc32a9..7c4bb052a43 100644 --- a/src/intel/vulkan/anv_pipeline.c +++ b/src/intel/vulkan/anv_pipeline.c @@ -1356,7 +1356,6 @@ anv_pipeline_compile_fs(const struct brw_compiler *compiler, if (fs_stage->key.wm.color_outputs_valid == 0 && !fs_stage->prog_data.wm.has_side_effects && !fs_stage->prog_data.wm.uses_omask && - !fs_stage->key.wm.alpha_to_coverage && !fs_stage->prog_data.wm.uses_kill && fs_stage->prog_data.wm.computed_depth_mode == BRW_PSCDEPTH_OFF && !fs_stage->prog_data.wm.computed_stencil) {