intel: add some missing debug recompile info.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15315>
This commit is contained in:
Dave Airlie 2022-03-03 13:48:34 +10:00 committed by Marge Bot
parent 65db6b0e7c
commit 7edda218fd
1 changed files with 2 additions and 0 deletions

View File

@ -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);