diff options
author | Indrajit Kumar Das <[email protected]> | 2020-04-21 16:01:50 +0530 |
---|---|---|
committer | Indrajit Kumar Das <[email protected]> | 2020-04-23 12:02:56 +0530 |
commit | 133efa112dfa08f8f28ea2dde42a6072140cd977 (patch) | |
tree | 51a23e7898bf4a9f66734c59bb0acb75b32e2d16 /docs | |
parent | ede36a2efe4d40c0ec81f465fdde761a7c335290 (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.txt | 1 |
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+). |