summaryrefslogtreecommitdiffstats
path: root/src/glsl
diff options
context:
space:
mode:
authorMatt Turner <[email protected]>2013-06-26 15:58:08 -0700
committerMatt Turner <[email protected]>2013-07-11 20:58:58 -0700
commit361206771c76d2ea0ef97632404467082688e072 (patch)
treea2364bc757966d971fd066c5bfb14d50c8c275e3 /src/glsl
parent46b74ca7bc06ce092136cd313fd963e82be06b00 (diff)
glsl: Add a comment to note what an exec_list is a list of.
Reviewed-by: Chad Versace <[email protected]> Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/glsl')
-rw-r--r--src/glsl/ast.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glsl/ast.h b/src/glsl/ast.h
index df2a21f7931..103146c1047 100644
--- 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;
/**