Mesa (main): intel: add some missing debug recompile info.

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Mar 12 08:41:50 UTC 2022


Module: Mesa
Branch: main
Commit: 7edda218fda03981681409f7c446b3d83e7597f0
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7edda218fda03981681409f7c446b3d83e7597f0

Author: Dave Airlie <airlied at redhat.com>
Date:   Thu Mar  3 13:48:34 2022 +1000

intel: add some missing debug recompile info.

Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15315>

---

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



More information about the mesa-commit mailing list