diff options
author | Ilia Mirkin <[email protected]> | 2014-12-31 02:15:23 -0500 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2015-02-02 20:35:36 -0500 |
commit | 2ce29ce5afbace43836fb55e8a5b5a989a222529 (patch) | |
tree | e4806537cdee85a33fb5f4737cbced0247d6295d /docs/relnotes/10.5.0.html | |
parent | 81998dda637cea18b1ec035e178dd829ce7e8645 (diff) |
i965/gen6+: enable EXT_polygon_offset_clamp
Replace the hard-coded 0's with the context clamp value.
Signed-off-by: Ilia Mirkin <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'docs/relnotes/10.5.0.html')
-rw-r--r-- | docs/relnotes/10.5.0.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes/10.5.0.html b/docs/relnotes/10.5.0.html index 4f921ea4d5c..bf932d4a4ae 100644 --- a/docs/relnotes/10.5.0.html +++ b/docs/relnotes/10.5.0.html @@ -47,6 +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_texture_shared_exponent on freedreno</li> <li>GL_EXT_texture_snorm on freedreno</li> </ul> |