From 8379993223b98c81c73580c8934719a8acee7a75 Mon Sep 17 00:00:00 2001 From: Jason Ekstrand Date: Fri, 13 May 2022 16:47:35 -0500 Subject: [PATCH] intel/fs: Drop fs_visitor::emit_alpha_to_coverage_workaround() It no longer exists. Reviewed-by: Lionel Landwerlin Part-of: --- src/intel/compiler/brw_fs.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/intel/compiler/brw_fs.h b/src/intel/compiler/brw_fs.h index 5990cb422c8..78b2a7b1922 100644 --- a/src/intel/compiler/brw_fs.h +++ b/src/intel/compiler/brw_fs.h @@ -311,7 +311,6 @@ public: fs_inst *emit_single_fb_write(const brw::fs_builder &bld, fs_reg color1, fs_reg color2, fs_reg src0_alpha, unsigned components); - void emit_alpha_to_coverage_workaround(const fs_reg &src0_alpha); void emit_fb_writes(); fs_inst *emit_non_coherent_fb_read(const brw::fs_builder &bld, const fs_reg &dst, unsigned target);