Re: [Mesa-dev] [PATCH V2 2/2] glsl: Add check for unsized arrays to glsl types

2013-10-28 Thread Paul Berry
On 23 October 2013 03:31, Timothy Arceri t_arc...@yahoo.com.au wrote: The main purpose of this patch is to increase readability of the array code by introducing is_unsized_array() to glsl_types. Some redundent is_array() checks are also removed, and small number of other related clean ups.

[Mesa-dev] [PATCH V2 2/2] glsl: Add check for unsized arrays to glsl types

2013-10-23 Thread Timothy Arceri
The main purpose of this patch is to increase readability of the array code by introducing is_unsized_array() to glsl_types. Some redundent is_array() checks are also removed, and small number of other related clean ups. The introduction of is_unsized_array() should also make the