In patch heading: s/interger/integer

On Wed, Apr 29, 2015 at 4:26 PM, Ian Romanick <[email protected]> wrote:
> From: Ian Romanick <[email protected]>
>
> Signed-off-by: Ian Romanick <[email protected]>
> ---
>  src/glsl/builtin_functions.cpp | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/src/glsl/builtin_functions.cpp b/src/glsl/builtin_functions.cpp
> index 5ce8112..435d926 100644
> --- a/src/glsl/builtin_functions.cpp
> +++ b/src/glsl/builtin_functions.cpp
> @@ -194,7 +194,8 @@ shader_bit_encoding(const _mesa_glsl_parse_state *state)
>  static bool
>  shader_integer_mix(const _mesa_glsl_parse_state *state)
>  {
> -   return v130(state) && state->EXT_shader_integer_mix_enable;
> +   return state->is_version(450, 310) ||
> +          v130(state) && state->EXT_shader_integer_mix_enable;
>  }
>
>  static bool
> --
> 2.1.0
>
> _______________________________________________
> mesa-dev mailing list
> [email protected]
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev
_______________________________________________
mesa-dev mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to