diff options
author | Marek Olšák <marek.olsak@amd.com> | 2018-08-21 22:00:11 -0400 |
---|---|---|
committer | Marek Olšák <marek.olsak@amd.com> | 2018-09-06 21:53:00 -0400 |
commit | fda7683726a55eec8a76416470cd59d673b27790 (patch) | |
tree | 94fe3aeacfd73bd4e32e49e510fa6230c26e6665 /docs | |
parent | daa19363def83c025ccf16106b3402268bf1f56f (diff) | |
download | mesa-fda7683726a55eec8a76416470cd59d673b27790.tar.gz mesa-fda7683726a55eec8a76416470cd59d673b27790.tar.bz2 mesa-fda7683726a55eec8a76416470cd59d673b27790.zip |
gallium: enable GL_AMD_depth_clamp_separate on r600, radeonsi
Diffstat (limited to 'docs')
-rw-r--r-- | docs/relnotes/18.3.0.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes/18.3.0.html b/docs/relnotes/18.3.0.html index 71fb41ca86f..5874d3fa330 100644 --- a/docs/relnotes/18.3.0.html +++ b/docs/relnotes/18.3.0.html @@ -51,6 +51,7 @@ Note: some of the new features are only available with certain drivers. </p> <ul> +<li>GL_AMD_depth_clamp_separate on r600, radeonsi.</li> <li>GL_AMD_framebuffer_multisample_advanced on radeonsi.</li> <li>GL_AMD_gpu_shader_int64 on i965, nvc0, radeonsi.</li> <li>GL_AMD_multi_draw_indirect on all GL 4.x drivers.</li> |