summaryrefslogtreecommitdiff
path: root/docs
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
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')
-rw-r--r--docs/features.txt2
-rw-r--r--docs/relnotes/new_features.txt2
2 files changed, 3 insertions, 1 deletions
diff --git a/docs/features.txt b/docs/features.txt
index 891c14ccdc3..c0a883efe42 100644
--- a/docs/features.txt
+++ b/docs/features.txt
@@ -347,7 +347,7 @@ Khronos, ARB, and OES extensions that are not part of any OpenGL or OpenGL ES ve
GL_OES_texture_half_float_linear DONE (freedreno, i965, r300, r600, radeonsi, nv30, nv50, nvc0, softpipe, llvmpipe, panfrost, v3d, zink, lima)
GL_OES_texture_view DONE (freedreno, i965/gen8+, r600, radeonsi, nv50, nvc0, softpipe, llvmpipe, v3d, zink)
GL_OES_viewport_array DONE (i965, nvc0, r600, radeonsi, softpipe, zink)
- GLX_ARB_context_flush_control not started
+ GLX_ARB_context_flush_control DONE (all drivers)
GLX_ARB_robustness_application_isolation not started
GLX_ARB_robustness_share_group_isolation not started
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