summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorIndrajit Kumar Das <[email protected]>2020-04-21 16:01:50 +0530
committerIndrajit Kumar Das <[email protected]>2020-04-23 12:02:56 +0530
commit133efa112dfa08f8f28ea2dde42a6072140cd977 (patch)
tree51a23e7898bf4a9f66734c59bb0acb75b32e2d16 /docs
parentede36a2efe4d40c0ec81f465fdde761a7c335290 (diff)
radeonsi: enable support for AlphaToCoverageDitherControlNV
Reviewed-by: Marek Olšák <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4543>
Diffstat (limited to 'docs')
-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 cbf7b606860..49541cf4763 100644
--- a/docs/relnotes/new_features.txt
+++ b/docs/relnotes/new_features.txt
@@ -1,6 +1,7 @@
GL_ARB_compute_variable_group_size on i965.
GL_EXT_depth_bounds_test on Iris.
GL_EXT_texture_shadow_lod on radeonsi, nvc0.
+GL_NV_alpha_to_coverage_dither_control on radeonsi
GL_NV_copy_image on all gallium drivers.
GL_NV_pixel_buffer_object on all gallium drivers, i915, i965, swrast.
GL_NV_viewport_array2 on nvc0 (GM200+).