projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47e2a74
)
glsl: Fix bad indentation
author
Ian Romanick
<ian.d.romanick@intel.com>
Thu, 26 Jun 2014 00:24:13 +0000
(17:24 -0700)
committer
Ian Romanick
<ian.d.romanick@intel.com>
Sat, 19 Jul 2014 22:04:04 +0000
(15:04 -0700)
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/glsl/ast_to_hir.cpp
patch
|
blob
|
history
diff --git
a/src/glsl/ast_to_hir.cpp
b/src/glsl/ast_to_hir.cpp
index 328cd1b1b07fa948832628a159562b47228e5f75..a15ee9c057237bc3c37b2fc8c8ba25b5d676bd71 100644
(file)
--- a/
src/glsl/ast_to_hir.cpp
+++ b/
src/glsl/ast_to_hir.cpp
@@
-5212,7
+5212,7
@@
ast_process_structure_or_interface_block(exec_list *instructions,
fields[i].row_major = false;
}
- i++;
+
i++;
}
}