Mesa (master): intel/compiler: add newline to limit_dispatch_width message

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Dec 5 07:57:40 UTC 2019


Module: Mesa
Branch: master
Commit: f6004bac1f00e34fa927a18db22d6cd4d8dc8a3e
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f6004bac1f00e34fa927a18db22d6cd4d8dc8a3e

Author: Tapani Pälli <tapani.palli at intel.com>
Date:   Wed Dec  4 08:04:21 2019 +0200

intel/compiler: add newline to limit_dispatch_width message

Signed-off-by: Tapani Pälli <tapani.palli at intel.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin at intel.com>

---

 src/intel/compiler/brw_fs_nir.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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




More information about the mesa-commit mailing list