[Mesa-dev] [PATCH 04/14] glsl: Add a comment to note what an exec_list is a list of.

Matt Turner mattst88 at gmail.com
Sat Jun 29 19:43:54 PDT 2013


---
 src/glsl/ast.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/glsl/ast.h b/src/glsl/ast.h
index df2a21f..af7fcd9 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;
 
    /**
-- 
1.8.1.5



More information about the mesa-dev mailing list