summaryrefslogtreecommitdiff
path: root/docs/relnotes
diff options
context:
space:
mode:
authorRafael Antognolli <rafael.antognolli@intel.com>2020-04-13 22:35:50 +0000
committerMarge Bot <eric+marge@anholt.net>2020-04-16 15:28:59 +0000
commit0443a4a0af1ac76ec5284cd47c4860b3c5853cd8 (patch)
tree9bca56113053fa7910b25766cf5d134021c18f11 /docs/relnotes
parentdaeff19608e8ef1937167ffa8b086bba5eb3f60e (diff)
iris: Enable EXT_depth_bounds_test extension.
It was implemented in 1df871f8ff753dd234def380ea0e20d7e81cad9e, but to really enable it we need to enable PIPE_CAP_DEPTH_BOUNDS_TEST. v2: Add release notes (Ian). Suggested-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4540>
Diffstat (limited to 'docs/relnotes')
-rw-r--r--docs/relnotes/new_features.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt
index 41631399737..b3346d18fd4 100644
--- a/docs/relnotes/new_features.txt
+++ b/docs/relnotes/new_features.txt
@@ -2,3 +2,4 @@ GL_ARB_compute_variable_group_size on i965.
GL_EXT_texture_shadow_lod on radeonsi.
GL_NV_copy_image on all gallium drivers.
VK_KHR_shader_non_semantic_info on Intel, RADV.
+GL_EXT_depth_bounds_test on Iris.