projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5be11d2
)
nir/print: Add space after shader_storage var mode
author
Jordan Justen
<jordan.l.justen@intel.com>
Sun, 17 Jan 2016 07:11:16 +0000
(23:11 -0800)
committer
Jordan Justen
<jordan.l.justen@intel.com>
Thu, 17 Mar 2016 08:23:40 +0000
(
01:23
-0700)
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
src/compiler/nir/nir_print.c
patch
|
blob
|
history
diff --git
a/src/compiler/nir/nir_print.c
b/src/compiler/nir/nir_print.c
index bdfbd2600c030f6fc47b1537715c716311e3022d..231a4f53c6539ddac25660649fe4248a3d4ae571 100644
(file)
--- a/
src/compiler/nir/nir_print.c
+++ b/
src/compiler/nir/nir_print.c
@@
-312,7
+312,7
@@
print_var_decl(nir_variable *var, print_state *state)
const char *const patch = (var->data.patch) ? "patch " : "";
const char *const inv = (var->data.invariant) ? "invariant " : "";
const char *const mode[] = { "shader_in ", "shader_out ", "", "",
- "uniform ", "shader_storage", "system " };
+ "uniform ", "shader_storage
", "system " };
fprintf(fp, "%s%s%s%s%s%s ",
cent, samp, patch, inv, mode[var->data.mode],