From: Matt Turner Date: Wed, 26 Jun 2013 22:58:08 +0000 (-0700) Subject: glsl: Add a comment to note what an exec_list is a list of. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=361206771c76d2ea0ef97632404467082688e072;p=mesa.git glsl: Add a comment to note what an exec_list is a list of. Reviewed-by: Chad Versace Reviewed-by: Ian Romanick --- 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; /**