summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2013-06-26 15:58:08 -0700
committerMatt Turner <mattst88@gmail.com>2013-07-11 20:58:58 -0700
commit361206771c76d2ea0ef97632404467082688e072 (patch)
treea2364bc757966d971fd066c5bfb14d50c8c275e3
parent46b74ca7bc06ce092136cd313fd963e82be06b00 (diff)
glsl: Add a comment to note what an exec_list is a list of.
Reviewed-by: Chad Versace <chad.versace@linux.intel.com> Reviewed-by: Ian Romanick <ian.d.romainck@intel.com>
-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 df2a21f793..103146c104 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;
/**