projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3efeac
)
intel/compiler: add newline to limit_dispatch_width message
author
Tapani Pälli
<tapani.palli@intel.com>
Wed, 4 Dec 2019 06:04:21 +0000
(08:04 +0200)
committer
Tapani Pälli
<tapani.palli@intel.com>
Thu, 5 Dec 2019 06:13:58 +0000
(08:13 +0200)
Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
src/intel/compiler/brw_fs_nir.cpp
patch
|
blob
|
history
diff --git
a/src/intel/compiler/brw_fs_nir.cpp
b/src/intel/compiler/brw_fs_nir.cpp
index 32d1e347b12a7b52300c3cedc8e7ce72313ecb14..3564e9de7ba22b74e52f9e660bc0f8c4274dea35 100644
(file)
--- 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;
}