On Mon, Jul 31, 2017 at 9:43 AM, Adam Jackson <a...@redhat.com> wrote: > ARB_polygon_offset_clamp and ARB_texture_filter_anisotropic look like > they'd be pretty trivial to wire up. > > Signed-off-by: Adam Jackson <a...@redhat.com> > --- > docs/features.txt | 22 ++++++++++++++-------- > 1 file changed, 14 insertions(+), 8 deletions(-) > > diff --git a/docs/features.txt b/docs/features.txt > index 79b71de543..3db22e47e2 100644 > --- a/docs/features.txt > +++ b/docs/features.txt > @@ -221,6 +221,20 @@ GL 4.5, GLSL 4.50 -- all DONE: nvc0, radeonsi > GL_KHR_robustness DONE (i965) > GL_EXT_shader_integer_mix DONE (all drivers > that support GLSL) > > +GL 4.6, GLSL 4.60 > + > + GL_ARB_gl_spirv not started
Nicolai and Ian are working on this. > + GL_ARB_gl_spirv_extensions not started And presumably this one too. > + GL_ARB_indirect_parameters DONE (nvc0, radeonsi) > + GL_ARB_pipeline_statistics_query DONE (i965, nvc0, > radeonsi, softpipe, swr) > + GL_ARB_polygon_offset_clamp not started > + GL_ARB_shader_atomic_counter_ops DONE (i965/gen7+, > nvc0, radeonsi, softpipe) > + GL_ARB_shader_draw_parameters DONE (i965, nvc0, > radeonsi) > + GL_ARB_shader_group_vote DONE (nvc0, radeonsi) I implemented this one recently on i965, but I didn't realize it was listed below. Doesn't matter if it's fixed in this patch. _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev