<div dir="ltr">Alternatively you could expose GLSL 440 until the bugs are squished for 450</div><br><div class="gmail_quote"><div dir="ltr">On Thu, 13 Oct 2016 at 12:39 Nicolai Hähnle <<a href="mailto:nhaehnle@gmail.com">nhaehnle@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 13.10.2016 10:20, Andreas Boll wrote:<br class="gmail_msg">
> Currently radeonsi doesn't advertise GLSL 4.40 and "GL 4.4, GLSL 4.40 --<br class="gmail_msg">
> all DONE" means the driver actually advertises GL 4.4 and GLSL 4.40.<br class="gmail_msg">
><br class="gmail_msg">
> So as long as radeonsi doesn't enable GLSL >= 4.40 it's not "all DONE".<br class="gmail_msg">
><br class="gmail_msg">
> Fixes: 789119d21 ("st/mesa: enable ARB_enhanced_layouts and turn the cap on")<br class="gmail_msg">
> Signed-off-by: Andreas Boll <<a href="mailto:andreas.boll.dev@gmail.com" class="gmail_msg" target="_blank">andreas.boll.dev@gmail.com</a>><br class="gmail_msg">
<br class="gmail_msg">
The only place where this could possibly matter is mesamatrix, and<br class="gmail_msg">
frankly, it should be fixed there. There's clearly something wrong<br class="gmail_msg">
there, since it didn't update the display at all.<br class="gmail_msg">
<br class="gmail_msg">
Nicolai<br class="gmail_msg">
<br class="gmail_msg">
> ---<br class="gmail_msg">
> docs/features.txt | 18 +++++++++---------<br class="gmail_msg">
> 1 file changed, 9 insertions(+), 9 deletions(-)<br class="gmail_msg">
><br class="gmail_msg">
> diff --git a/docs/features.txt b/docs/features.txt<br class="gmail_msg">
> index ec2634f..9cc9111 100644<br class="gmail_msg">
> --- a/docs/features.txt<br class="gmail_msg">
> +++ b/docs/features.txt<br class="gmail_msg">
> @@ -188,23 +188,23 @@ GL 4.3, GLSL 4.30 -- all DONE: i965/gen8+, nvc0, radeonsi<br class="gmail_msg">
> GL_ARB_vertex_attrib_binding DONE (all drivers)<br class="gmail_msg">
><br class="gmail_msg">
><br class="gmail_msg">
> -GL 4.4, GLSL 4.40 -- all DONE: i965/gen8+, radeonsi<br class="gmail_msg">
> +GL 4.4, GLSL 4.40 -- all DONE: i965/gen8+<br class="gmail_msg">
><br class="gmail_msg">
> GL_MAX_VERTEX_ATTRIB_STRIDE DONE (all drivers)<br class="gmail_msg">
> - GL_ARB_buffer_storage DONE (i965, nv50, nvc0, r600)<br class="gmail_msg">
> - GL_ARB_clear_texture DONE (i965, nv50, nvc0, r600)<br class="gmail_msg">
> - GL_ARB_enhanced_layouts DONE (i965, llvmpipe, softpipe)<br class="gmail_msg">
> + GL_ARB_buffer_storage DONE (i965, nv50, nvc0, r600, radeonsi)<br class="gmail_msg">
> + GL_ARB_clear_texture DONE (i965, nv50, nvc0, r600, radeonsi)<br class="gmail_msg">
> + GL_ARB_enhanced_layouts DONE (i965, radeonsi, llvmpipe, softpipe)<br class="gmail_msg">
> - compile-time constant expressions DONE<br class="gmail_msg">
> - explicit byte offsets for blocks DONE<br class="gmail_msg">
> - forced alignment within blocks DONE<br class="gmail_msg">
> - - specified vec4-slot component numbers DONE (i965, llvmpipe, softpipe)<br class="gmail_msg">
> + - specified vec4-slot component numbers DONE (i965, radeonsi, llvmpipe, softpipe)<br class="gmail_msg">
> - specified transform/feedback layout DONE<br class="gmail_msg">
> - input/output block locations DONE<br class="gmail_msg">
> GL_ARB_multi_bind DONE (all drivers)<br class="gmail_msg">
> - GL_ARB_query_buffer_object DONE (i965/hsw+, nvc0)<br class="gmail_msg">
> - GL_ARB_texture_mirror_clamp_to_edge DONE (i965, nv50, nvc0, r600, llvmpipe, softpipe, swr)<br class="gmail_msg">
> - GL_ARB_texture_stencil8 DONE (i965/hsw+, nv50, nvc0, r600, llvmpipe, softpipe, swr)<br class="gmail_msg">
> - GL_ARB_vertex_type_10f_11f_11f_rev DONE (i965, nv50, nvc0, r600, llvmpipe, softpipe, swr)<br class="gmail_msg">
> + GL_ARB_query_buffer_object DONE (i965/hsw+, nvc0, radeonsi)<br class="gmail_msg">
> + GL_ARB_texture_mirror_clamp_to_edge DONE (i965, nv50, nvc0, r600, radeonsi, llvmpipe, softpipe, swr)<br class="gmail_msg">
> + GL_ARB_texture_stencil8 DONE (i965/hsw+, nv50, nvc0, r600, radeonsi, llvmpipe, softpipe, swr)<br class="gmail_msg">
> + GL_ARB_vertex_type_10f_11f_11f_rev DONE (i965, nv50, nvc0, r600, radeonsi, llvmpipe, softpipe, swr)<br class="gmail_msg">
><br class="gmail_msg">
> GL 4.5, GLSL 4.50:<br class="gmail_msg">
><br class="gmail_msg">
><br class="gmail_msg">
_______________________________________________<br class="gmail_msg">
mesa-dev mailing list<br class="gmail_msg">
<a href="mailto:mesa-dev@lists.freedesktop.org" class="gmail_msg" target="_blank">mesa-dev@lists.freedesktop.org</a><br class="gmail_msg">
<a href="https://lists.freedesktop.org/mailman/listinfo/mesa-dev" rel="noreferrer" class="gmail_msg" target="_blank">https://lists.freedesktop.org/mailman/listinfo/mesa-dev</a><br class="gmail_msg">
</blockquote></div>