From: Tapani Pälli Date: Wed, 4 Dec 2019 06:04:21 +0000 (+0200) Subject: intel/compiler: add newline to limit_dispatch_width message X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f6004bac1f00e34fa927a18db22d6cd4d8dc8a3e;p=mesa.git intel/compiler: add newline to limit_dispatch_width message Signed-off-by: Tapani Pälli Reviewed-by: Lionel Landwerlin --- diff --git a/src/intel/compiler/brw_fs_nir.cpp b/src/intel/compiler/brw_fs_nir.cpp index 32d1e347b12..3564e9de7ba 100644 --- a/src/intel/compiler/brw_fs_nir.cpp +++ b/src/intel/compiler/brw_fs_nir.cpp @@ -3521,7 +3521,7 @@ fs_visitor::nir_emit_fs_intrinsic(const fs_builder &bld, emit_discard_jump(); } - limit_dispatch_width(16, "Fragment discard/demote not implemented in SIMD32 mode."); + limit_dispatch_width(16, "Fragment discard/demote not implemented in SIMD32 mode.\n"); break; }