diff options
author | Indrajit Kumar Das <indrajit-kumar.das@amd.com> | 2020-08-11 07:31:50 +0530 |
---|---|---|
committer | Marge Bot <eric+marge@anholt.net> | 2020-08-25 21:37:24 +0000 |
commit | e512f2cef9200af31340b1451e80da3e8b2ad4bb (patch) | |
tree | 2d7c976cd2552051b82bbe5cb30fcac8eff21b2e /docs | |
parent | da9d721323dc8b68984dda55a7814d4f9c970963 (diff) |
mesa: add NV_copy_depth_to_color support for nir
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6289>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/relnotes/new_features.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt index ef48b8ab45d..b9fbf62bece 100644 --- a/docs/relnotes/new_features.txt +++ b/docs/relnotes/new_features.txt @@ -1,3 +1,4 @@ GL 4.5 on llvmpipe +GL_NV_copy_depth_to_color for NIR GL_NV_half_float EGL_KHR_swap_buffers_with_damage on X11 (DRI3) |