projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea7e4b1
)
spirv: fix typo in warning message
author
Iago Toral Quiroga
<itoral@igalia.com>
Mon, 9 Jan 2017 15:09:55 +0000
(16:09 +0100)
committer
Iago Toral Quiroga
<itoral@igalia.com>
Thu, 12 Jan 2017 07:18:00 +0000
(08:18 +0100)
Reviewed-by: Samuel Iglesias Gonsálvez <siglesias@igalia.com>
src/compiler/spirv/spirv_to_nir.c
patch
|
blob
|
history
diff --git
a/src/compiler/spirv/spirv_to_nir.c
b/src/compiler/spirv/spirv_to_nir.c
index 917072392c5de746a1182257a699cf73b883b003..28ab5f1e6ffac4b2f4a05a4ed634ae6531dc267f 100644
(file)
--- a/
src/compiler/spirv/spirv_to_nir.c
+++ b/
src/compiler/spirv/spirv_to_nir.c
@@
-558,7
+558,7
@@
struct_member_decoration_cb(struct vtn_builder *b,
case SpvDecorationFPRoundingMode:
case SpvDecorationFPFastMathMode:
case SpvDecorationAlignment:
- vtn_warn("Decora
it
on only allowed for CL-style kernels: %s",
+ vtn_warn("Decora
ti
on only allowed for CL-style kernels: %s",
spirv_decoration_to_string(dec->decoration));
break;
}