projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a6da49
)
nir: Fix whitespace
author
Jason Ekstrand
<jason.ekstrand@intel.com>
Wed, 23 Mar 2016 21:57:57 +0000
(14:57 -0700)
committer
Jason Ekstrand
<jason.ekstrand@intel.com>
Wed, 23 Mar 2016 22:25:53 +0000
(15:25 -0700)
Reviewed-by: Rob Clark <robclark@gmail.com>
src/compiler/nir/nir.h
patch
|
blob
|
history
diff --git
a/src/compiler/nir/nir.h
b/src/compiler/nir/nir.h
index 36f90fc6fb741e6659db1c0b28bb9547f5d8409c..75198e806c4c5c9bf68b147a7b04740f27eeb19f 100644
(file)
--- a/
src/compiler/nir/nir.h
+++ b/
src/compiler/nir/nir.h
@@
-2049,7
+2049,7
@@
void nir_index_blocks(nir_function_impl *impl);
void nir_print_shader(nir_shader *shader, FILE *fp);
void nir_print_instr(const nir_instr *instr, FILE *fp);
-nir_shader *
nir_shader_clone(void *mem_ctx, const nir_shader *s);
+nir_shader *nir_shader_clone(void *mem_ctx, const nir_shader *s);
nir_function_impl *nir_function_impl_clone(const nir_function_impl *fi);
#ifdef DEBUG