diff --git a/src/intel/compiler/brw_debug_recompile.c b/src/intel/compiler/brw_debug_recompile.c index 65578151411..b10842326f3 100644 --- a/src/intel/compiler/brw_debug_recompile.c +++ b/src/intel/compiler/brw_debug_recompile.c @@ -180,6 +180,8 @@ debug_fs_recompile(const struct brw_compiler *c, void *log, found |= check("line smoothing", line_aa); found |= check("force dual color blending", force_dual_color_blend); found |= check("coherent fb fetch", coherent_fb_fetch); + found |= check("ignore sample mask out", ignore_sample_mask_out); + found |= check("coarse pixel", coarse_pixel); found |= check("input slots valid", input_slots_valid); found |= check("mrt alpha test function", alpha_test_func);