[Mesa-dev] [PATCH 01/13] glsl: Remove 'struct' from ir_variable declaration.

Ian Romanick idr at freedesktop.org
Mon Jun 16 15:45:14 PDT 2014


Series is

Reviewed-by: Ian Romanick <ian.d.romanick at intel.com>

On 06/15/2014 10:15 AM, Matt Turner wrote:
> ---
>  src/glsl/opt_dead_builtin_varyings.cpp | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/glsl/opt_dead_builtin_varyings.cpp b/src/glsl/opt_dead_builtin_varyings.cpp
> index 6612592..50c8aa7 100644
> --- a/src/glsl/opt_dead_builtin_varyings.cpp
> +++ b/src/glsl/opt_dead_builtin_varyings.cpp
> @@ -334,7 +334,7 @@ public:
>     }
>  
>     void prepare_array(exec_list *ir,
> -                      struct ir_variable **new_var,
> +                      ir_variable **new_var,
>                        int max_elements, unsigned start_location,
>                        const char *var_name, const char *mode_str,
>                        unsigned usage, unsigned external_usage)
> 



More information about the mesa-dev mailing list