[Mesa-dev] [PATCH 02/27] glsl: allow component qualifier on varying inputs

eocallaghan at alterapraxis.com eocallaghan at alterapraxis.com
Fri Apr 22 04:20:52 UTC 2016


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

On 2016-03-31 21:57, Timothy Arceri wrote:
> ---
>  src/compiler/glsl/ast_type.cpp | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/src/compiler/glsl/ast_type.cpp 
> b/src/compiler/glsl/ast_type.cpp
> index 30c9eff..de3fdcc 100644
> --- a/src/compiler/glsl/ast_type.cpp
> +++ b/src/compiler/glsl/ast_type.cpp
> @@ -146,6 +146,7 @@ ast_type_qualifier::merge_qualifier(YYLTYPE *loc,
>     input_layout_mask.flags.q.centroid = 1;
>     /* Function params can have constant */
>     input_layout_mask.flags.q.constant = 1;
> +   input_layout_mask.flags.q.explicit_component = 1;
>     input_layout_mask.flags.q.explicit_location = 1;
>     input_layout_mask.flags.q.flat = 1;
>     input_layout_mask.flags.q.in = 1;



More information about the mesa-dev mailing list