diff options
author | Adam Jackson <[email protected]> | 2017-08-24 17:00:43 -0400 |
---|---|---|
committer | Adam Jackson <[email protected]> | 2017-08-25 12:38:14 -0400 |
commit | 2bae451bd3fe93c47aa231ab35ae18ae86b7df5a (patch) | |
tree | dc6df5b2e054222c4662cb73350730d04a670452 /docs/relnotes | |
parent | 00caf2ab088dd2e08ce410850dee61ba2b9aa63a (diff) |
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 <[email protected]>
Reviewed-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'docs/relnotes')
-rw-r--r-- | docs/relnotes/17.3.0.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes/17.3.0.html b/docs/relnotes/17.3.0.html index 8da43f22f02..4a74284632e 100644 --- a/docs/relnotes/17.3.0.html +++ b/docs/relnotes/17.3.0.html @@ -44,6 +44,7 @@ Note: some of the new features are only available with certain drivers. </p> <ul> +<li>GL_ARB_polygon_offset_clamp on i965, nv50, nvc0, r600, radeonsi, llvmpipe, swr</li> <li>GL_ARB_transform_feedback_overflow_query on radeonsi</li> <li>GL_ARB_texture_filter_anisotropic on i965, nv50, nvc0, r600, radeonsi</li> <li>GL_EXT_memory_object on radeonsi</li> |