intel/fs: Drop fs_visitor::emit_alpha_to_coverage_workaround()
authorJason Ekstrand <jason.ekstrand@collabora.com>
Fri, 13 May 2022 21:47:35 +0000 (16:47 -0500)
committerMarge Bot <emma+marge@anholt.net>
Fri, 27 May 2022 14:33:53 +0000 (14:33 +0000)
It no longer exists.

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16506>

src/intel/compiler/brw_fs.h

index 5990cb4..78b2a7b 100644 (file)
@@ -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);