projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
814b7d1
)
glsl: fix whitespace
author
Timothy Arceri
<t_arceri@yahoo.com.au>
Sun, 4 Oct 2015 06:42:41 +0000
(17:42 +1100)
committer
Timothy Arceri
<t_arceri@yahoo.com.au>
Sun, 4 Oct 2015 06:42:41 +0000
(17:42 +1100)
Reviewed-by: Iago Toral Quiroga <itoral@igalia.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 7bcf1820b19e0f761065f81eb739c9c5c2085abe..9511440ba3a20bea9090a82848a99614830c1690 100644
(file)
--- a/
src/glsl/ast_to_hir.cpp
+++ b/
src/glsl/ast_to_hir.cpp
@@
-6357,7
+6357,7
@@
ast_interface_block::hir(exec_list *instructions,
const glsl_type *block_array_type =
process_array_type(&loc, block_type, this->array_specifier, state);
-
/* From section 4.3.9 (Interface Blocks) of the GLSL ES 3.10 spec:
+ /* From section 4.3.9 (Interface Blocks) of the GLSL ES 3.10 spec:
*
* * Arrays of arrays of blocks are not allowed
*/