From 7edda218fda03981681409f7c446b3d83e7597f0 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Thu, 3 Mar 2022 13:48:34 +1000 Subject: [PATCH] intel: add some missing debug recompile info. Reviewed-by: Kenneth Graunke Part-of: --- src/intel/compiler/brw_debug_recompile.c | 2 ++ 1 file changed, 2 insertions(+) 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);