diff options
author | Ilia Mirkin <[email protected]> | 2014-12-31 02:20:51 -0500 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2015-02-02 20:44:22 -0500 |
commit | bc321db75b7a4d2f5b71382bfd61d1eced1905cd (patch) | |
tree | 57790cccd91084e6743cccec19c74e38ed9df79d /docs/relnotes/10.5.0.html | |
parent | 7c211a12aa6c22187264f718c81224a70e224ebe (diff) |
st/mesa: add EXT_polygon_offset_clamp support
Signed-off-by: Ilia Mirkin <[email protected]>
Reviewed-by: Glenn Kennard <[email protected]>
Reviewed-by: Roland Scheidegger <[email protected]>
Diffstat (limited to 'docs/relnotes/10.5.0.html')
-rw-r--r-- | docs/relnotes/10.5.0.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/relnotes/10.5.0.html b/docs/relnotes/10.5.0.html index bf932d4a4ae..578db4f2496 100644 --- a/docs/relnotes/10.5.0.html +++ b/docs/relnotes/10.5.0.html @@ -47,7 +47,7 @@ Note: some of the new features are only available with certain drivers. <li>GL_ARB_framebuffer_sRGB on freedreno</li> <li>GL_ARB_texture_rg on freedreno</li> <li>GL_EXT_packed_float on freedreno</li> -<li>GL_EXT_polygon_offset_clamp on i965</li> +<li>GL_EXT_polygon_offset_clamp on i965, nv50, nvc0, r600, radeonsi, llvmpipe</li> <li>GL_EXT_texture_shared_exponent on freedreno</li> <li>GL_EXT_texture_snorm on freedreno</li> </ul> |