Re: [Mesa-dev] [PATCH 07/25] glsl: add helper for calculating size of AoA

2015-08-20 Thread Ian Romanick
This patch is Reviewed-by: Ian Romanick ian.d.roman...@intel.com On 08/19/2015 09:37 PM, Timothy Arceri wrote: V2: return 0 if not array rather than -1 Reviewed-by: Tapani Pälli tapani.pa...@intel.com --- src/glsl/glsl_types.h | 19 +++ 1 file changed, 19 insertions(+)

[Mesa-dev] [PATCH 07/25] glsl: add helper for calculating size of AoA

2015-08-19 Thread Timothy Arceri
V2: return 0 if not array rather than -1 Reviewed-by: Tapani Pälli tapani.pa...@intel.com --- src/glsl/glsl_types.h | 19 +++ 1 file changed, 19 insertions(+) diff --git a/src/glsl/glsl_types.h b/src/glsl/glsl_types.h index e7c73da..469ee3e 100644 --- a/src/glsl/glsl_types.h +++