Re: [Mesa-dev] [PATCH 01/16] glsl: Add typed foreach_in_list/_reverse macros.

2014-06-30 Thread Ian Romanick
Patches 1 through 10, 12, 13, and 16 are Reviewed-by: Ian Romanick ian.d.roman...@intel.com Patches 14 and 15 are Acked-by: Ian Romanick ian.d.roman...@intel.com We're still discussing patch 11 on IRC. :) On 06/25/2014 11:51 AM, Matt Turner wrote: --- src/glsl/list.h | 10 ++ 1

[Mesa-dev] [PATCH 01/16] glsl: Add typed foreach_in_list/_reverse macros.

2014-06-25 Thread Matt Turner
--- src/glsl/list.h | 10 ++ 1 file changed, 10 insertions(+) diff --git a/src/glsl/list.h b/src/glsl/list.h index 576bc14..914ce96 100644 --- a/src/glsl/list.h +++ b/src/glsl/list.h @@ -573,6 +573,16 @@ inline void exec_node::insert_before(exec_list *before) ; (__node)-next !=