projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46b74ca
)
glsl: Add a comment to note what an exec_list is a list of.
author
Matt Turner
<mattst88@gmail.com>
Wed, 26 Jun 2013 22:58:08 +0000
(15:58 -0700)
committer
Matt Turner
<mattst88@gmail.com>
Fri, 12 Jul 2013 03:58:58 +0000
(20:58 -0700)
Reviewed-by: Chad Versace <chad.versace@linux.intel.com>
Reviewed-by: Ian Romanick <ian.d.romainck@intel.com>
src/glsl/ast.h
patch
|
blob
|
history
diff --git
a/src/glsl/ast.h
b/src/glsl/ast.h
index df2a21f793165f1eb9e740701632893b07360b9b..103146c10473791bb196f06793229a1dc02e6361 100644
(file)
--- a/
src/glsl/ast.h
+++ b/
src/glsl/ast.h
@@
-526,6
+526,7
@@
public:
struct _mesa_glsl_parse_state *state);
ast_fully_specified_type *type;
+ /** List of 'ast_declaration *' */
exec_list declarations;
/**