[Mesa-dev] [PATCH 1/3] glsl: annotate ast_process_struct_or_iface_block_members() as static

eocallaghan at alterapraxis.com eocallaghan at alterapraxis.com
Tue Dec 29 03:15:58 PST 2015


This series is,

Reviewed-by: Edward O'Callaghan <eocallaghan at alterapraxis.com>

On 2015-12-29 21:02, Timothy Arceri wrote:
> From: Emil Velikov <emil.velikov at collabora.com>
> 
> Reviewed-by: Timothy Arceri <timothy.arceri at collabora.com>
> ---
>  src/glsl/ast_to_hir.cpp | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/glsl/ast_to_hir.cpp b/src/glsl/ast_to_hir.cpp
> index bb35d72..d51f095 100644
> --- a/src/glsl/ast_to_hir.cpp
> +++ b/src/glsl/ast_to_hir.cpp
> @@ -6201,7 +6201,7 @@ ast_type_specifier::hir(exec_list *instructions,
>   * The number of fields processed.  A pointer to the array structure 
> fields is
>   * stored in \c *fields_ret.
>   */
> -unsigned
> +static unsigned
>  ast_process_struct_or_iface_block_members(exec_list *instructions,
>                                            struct 
> _mesa_glsl_parse_state *state,
>                                            exec_list *declarations,



More information about the mesa-dev mailing list