<div dir="auto"><div>Nak. That's not what that means...<br><div class="gmail_extra"><br><div class="gmail_quote">On Mar 7, 2017 6:17 AM, "Eduardo Lima Mitev" <<a href="mailto:elima@igalia.com">elima@igalia.com</a>> wrote:<br type="attribution"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">This extension is written against the OpenGL 4.4 (core) specification and<br>
the GLSL 4.40 specification. Right now it is enable only on 450.<br>
---<br>
 src/compiler/glsl/builtin_<wbr>functions.cpp | 2 +-<br>
 1 file changed, 1 insertion(+), 1 deletion(-)<br>
<br>
diff --git a/src/compiler/glsl/builtin_<wbr>functions.cpp b/src/compiler/glsl/builtin_<wbr>functions.cpp<br>
index e03a50c8438..b7f9f5ca1ca 100644<br>
--- a/src/compiler/glsl/builtin_<wbr>functions.cpp<br>
+++ b/src/compiler/glsl/builtin_<wbr>functions.cpp<br>
@@ -216,7 +216,7 @@ shader_bit_encoding(const _mesa_glsl_parse_state *state)<br>
 static bool<br>
 shader_integer_mix(const _mesa_glsl_parse_state *state)<br>
 {<br>
-   return state->is_version(450, 310) ||<br>
+   return state->is_version(440, 310) ||<br>
           state->ARB_ES3_1_<wbr>compatibility_enable ||<br>
           (v130(state) && state->EXT_shader_integer_mix_<wbr>enable);<br>
 }<br>
<font color="#888888">--<br>
2.11.0<br>
<br>
______________________________<wbr>_________________<br>
mesa-dev mailing list<br>
<a href="mailto:mesa-dev@lists.freedesktop.org">mesa-dev@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/mesa-dev" rel="noreferrer" target="_blank">https://lists.freedesktop.org/<wbr>mailman/listinfo/mesa-dev</a><br>
</font></blockquote></div><br></div></div></div>