On 06/28/2017 06:50 AM, Plamena Manolova wrote: > ARB_polygon_offset_clamp is just the ARB variation > of EXT_polygon_offset_clamp and they operate in an > identical manner, so there's no reason for us not > to advertise it. > > Signed-off-by: Plamena Manolova <plamena.manol...@intel.com> > --- > src/mesa/main/extensions_table.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/src/mesa/main/extensions_table.h > b/src/mesa/main/extensions_table.h > index 757b7bf..8286c76 100644 > --- a/src/mesa/main/extensions_table.h > +++ b/src/mesa/main/extensions_table.h > @@ -94,6 +94,7 @@ EXT(ARB_pipeline_statistics_query , > ARB_pipeline_statistics_query > EXT(ARB_pixel_buffer_object , EXT_pixel_buffer_object > , GLL, GLC, x , x , 2004) > EXT(ARB_point_parameters , EXT_point_parameters > , GLL, x , x , x , 1997) > EXT(ARB_point_sprite , ARB_point_sprite > , GLL, GLC, x , x , 2003) > +EXT(ARB_polygon_offset_clamp , EXT_polygon_offset_clamp > , GLL, GLC, ES1, ES2, 2017)
This should be GLL, GLC, x, x, 2017 With that fixed and docs/features.txt updated, this patch is Reviewed-by: Ian Romanick <ian.d.roman...@intel.com> > EXT(ARB_post_depth_coverage , ARB_post_depth_coverage > , x , GLC, x , x, 2015) > EXT(ARB_program_interface_query , dummy_true > , GLL, GLC, x , x , 2012) > EXT(ARB_provoking_vertex , EXT_provoking_vertex > , GLL, GLC, x , x , 2009) > _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev