From 2bae451bd3fe93c47aa231ab35ae18ae86b7df5a Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Thu, 24 Aug 2017 17:00:43 -0400 Subject: mesa: Implement GL_ARB_polygon_offset_clamp Semantically identical to the EXT version (whose string is still valid for GLES), so rename the bit but expose both extension strings. (Suggested by Ilia Mirkin and Ian Romanick.) v3: Fix the entrypoint alias in GL4x.xml (Ilia) Signed-off-by: Adam Jackson Reviewed-by: Ilia Mirkin --- docs/features.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/features.txt') diff --git a/docs/features.txt b/docs/features.txt index 3f91c2daaea..0435ce61ff5 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -226,7 +226,7 @@ GL 4.6, GLSL 4.60 GL_ARB_gl_spirv in progress (Nicolai Hähnle, Ian Romanick) 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_polygon_offset_clamp DONE (i965, nv50, nvc0, r600, radeonsi, llvmpipe, swr) 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 (i965, nvc0, radeonsi) -- cgit v1.2.3