intel/fs: Drop fs_visitor::emit_alpha_to_coverage_workaround()
It no longer exists. Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16506>
This commit is contained in:

committed by
Marge Bot

parent
3394e81eb1
commit
8379993223
@@ -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);
|
||||
|
Reference in New Issue
Block a user