<p dir="ltr"></p>
<p dir="ltr">On Oct 13, 2016 2:10 PM, "Mike Lothian" <<a href="mailto:mike@fireburn.co.uk">mike@fireburn.co.uk</a>> wrote:<br>
><br>
> Alternatively you could expose GLSL 440 until the bugs are squished for 450</p>
<p dir="ltr">We can't expose GL 4.4 and 4.5 without approval from Khronos. I don't know if that also applies to GLSL, but I'm assuming that it does. Until then, we're stuck with GL 4.3 + extensions.</p>
<p dir="ltr">Marek</p>
<p dir="ltr">><br>
> On Thu, 13 Oct 2016 at 12:39 Nicolai Hähnle <<a href="mailto:nhaehnle@gmail.com">nhaehnle@gmail.com</a>> wrote:<br>
>><br>
>> On 13.10.2016 10:20, Andreas Boll wrote:<br>
>> > Currently radeonsi doesn't advertise GLSL 4.40 and "GL 4.4, GLSL 4.40 --<br>
>> > all DONE" means the driver actually advertises GL 4.4 and GLSL 4.40.<br>
>> ><br>
>> > So as long as radeonsi doesn't enable GLSL >= 4.40 it's not "all DONE".<br>
>> ><br>
>> > Fixes: 789119d21 ("st/mesa: enable ARB_enhanced_layouts and turn the cap on")<br>
>> > Signed-off-by: Andreas Boll <<a href="mailto:andreas.boll.dev@gmail.com">andreas.boll.dev@gmail.com</a>><br>
>><br>
>> The only place where this could possibly matter is mesamatrix, and<br>
>> frankly, it should be fixed there. There's clearly something wrong<br>
>> there, since it didn't update the display at all.<br>
>><br>
>> Nicolai<br>
>><br>
>> > ---<br>
>> >  docs/features.txt | 18 +++++++++---------<br>
>> >  1 file changed, 9 insertions(+), 9 deletions(-)<br>
>> ><br>
>> > diff --git a/docs/features.txt b/docs/features.txt<br>
>> > index ec2634f..9cc9111 100644<br>
>> > --- a/docs/features.txt<br>
>> > +++ b/docs/features.txt<br>
>> > @@ -188,23 +188,23 @@ GL 4.3, GLSL 4.30 -- all DONE: i965/gen8+, nvc0, radeonsi<br>
>> >    GL_ARB_vertex_attrib_binding                          DONE (all drivers)<br>
>> ><br>
>> ><br>
>> > -GL 4.4, GLSL 4.40 -- all DONE: i965/gen8+, radeonsi<br>
>> > +GL 4.4, GLSL 4.40 -- all DONE: i965/gen8+<br>
>> ><br>
>> >    GL_MAX_VERTEX_ATTRIB_STRIDE                           DONE (all drivers)<br>
>> > -  GL_ARB_buffer_storage                                 DONE (i965, nv50, nvc0, r600)<br>
>> > -  GL_ARB_clear_texture                                  DONE (i965, nv50, nvc0, r600)<br>
>> > -  GL_ARB_enhanced_layouts                               DONE (i965, llvmpipe, softpipe)<br>
>> > +  GL_ARB_buffer_storage                                 DONE (i965, nv50, nvc0, r600, radeonsi)<br>
>> > +  GL_ARB_clear_texture                                  DONE (i965, nv50, nvc0, r600, radeonsi)<br>
>> > +  GL_ARB_enhanced_layouts                               DONE (i965, radeonsi, llvmpipe, softpipe)<br>
>> >    - compile-time constant expressions                   DONE<br>
>> >    - explicit byte offsets for blocks                    DONE<br>
>> >    - forced alignment within blocks                      DONE<br>
>> > -  - specified vec4-slot component numbers               DONE (i965, llvmpipe, softpipe)<br>
>> > +  - specified vec4-slot component numbers               DONE (i965, radeonsi, llvmpipe, softpipe)<br>
>> >    - specified transform/feedback layout                 DONE<br>
>> >    - input/output block locations                        DONE<br>
>> >    GL_ARB_multi_bind                                     DONE (all drivers)<br>
>> > -  GL_ARB_query_buffer_object                            DONE (i965/hsw+, nvc0)<br>
>> > -  GL_ARB_texture_mirror_clamp_to_edge                   DONE (i965, nv50, nvc0, r600, llvmpipe, softpipe, swr)<br>
>> > -  GL_ARB_texture_stencil8                               DONE (i965/hsw+, nv50, nvc0, r600, llvmpipe, softpipe, swr)<br>
>> > -  GL_ARB_vertex_type_10f_11f_11f_rev                    DONE (i965, nv50, nvc0, r600, llvmpipe, softpipe, swr)<br>
>> > +  GL_ARB_query_buffer_object                            DONE (i965/hsw+, nvc0, radeonsi)<br>
>> > +  GL_ARB_texture_mirror_clamp_to_edge                   DONE (i965, nv50, nvc0, r600, radeonsi, llvmpipe, softpipe, swr)<br>
>> > +  GL_ARB_texture_stencil8                               DONE (i965/hsw+, nv50, nvc0, r600, radeonsi, llvmpipe, softpipe, swr)<br>
>> > +  GL_ARB_vertex_type_10f_11f_11f_rev                    DONE (i965, nv50, nvc0, r600, radeonsi, llvmpipe, softpipe, swr)<br>
>> ><br>
>> >  GL 4.5, GLSL 4.50:<br>
>> ><br>
>> ><br>
>> _______________________________________________<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">https://lists.freedesktop.org/mailman/listinfo/mesa-dev</a><br>
><br>
><br>
> _______________________________________________<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">https://lists.freedesktop.org/mailman/listinfo/mesa-dev</a><br>
></p>