Re: [Mesa-dev] [PATCH] docs: Update feature list for GL 4.6

2017-07-31 Thread Adam Jackson
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 GLS

Re: [Mesa-dev] [PATCH] docs: Update feature list for GL 4.6

2017-07-31 Thread Matt Turner
On Mon, Jul 31, 2017 at 9:43 AM, Adam Jackson 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 > --- > docs/features.txt | 22 ++ > 1 file changed, 14 insertions(+), 8 deletio

Re: [Mesa-dev] [PATCH] docs: Update feature list for GL 4.6

2017-07-31 Thread Samuel Pitoiset
On 07/31/2017 06:43 PM, Adam Jackson wrote: ARB_polygon_offset_clamp and ARB_texture_filter_anisotropic look like they'd be pretty trivial to wire up. And KHR_no_error is mostly done as well. :) Reviewed-by: Samuel Pitoiset Signed-off-by: Adam Jackson --- docs/features.txt | 22 ++

[Mesa-dev] [PATCH] docs: Update feature list for GL 4.6

2017-07-31 Thread Adam Jackson
ARB_polygon_offset_clamp and ARB_texture_filter_anisotropic look like they'd be pretty trivial to wire up. Signed-off-by: Adam Jackson --- docs/features.txt | 22 ++ 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/docs/features.txt b/docs/features.txt index 79b