summaryrefslogtreecommitdiff
path: root/docs/relnotes
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2022-07-26 13:22:57 -0400
committerMarge Bot <emma+marge@anholt.net>2022-08-01 19:04:18 +0000
commit097653e3d2c350441beff83cf65cc92f2ea969ed (patch)
treec1a5917e8c3384c2c49736ea1c06f529c5769897 /docs/relnotes
parent33ca04eb63829d80494f17bad064e25d65850ea3 (diff)
gallium/dri2: Enable {GLX_ARB,EGL_KHR}_context_flush_control
This was disabled ages ago because it provoked bugs between us and xserver about context creation attributes, hopefully those servers are out of circulation by now, let's find out. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17756>
Diffstat (limited to 'docs/relnotes')
-rw-r--r--docs/relnotes/new_features.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt
index 630fab7d001..0d0d492c12b 100644
--- a/docs/relnotes/new_features.txt
+++ b/docs/relnotes/new_features.txt
@@ -12,3 +12,5 @@ VK_EXT_shader_module_identifier on RADV
variablePointers on lavapipe
VK_EXT_multisampled_render_to_single_sampled on lavapipe
VK_EXT_shader_subgroup_vote/ballot on lavapipe
+EGL_KHR_context_flush_control for all drivers
+GLX_ARB_context_flush_control for all drivers