On Mon, 2017-07-31 at 13:05 -0700, Matt Turner wrote: > > @@ -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.
Noted. > > + 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. My apologies for missing that, I'd written this patch against a stale checkout. Fixed both the above issues and merged, thanks. - ajax _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
