mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 22:38:05 +02:00
egl: always advertise KHR_context_flush_control
this is supported by all dri interfaces Reviewed-by: Marek Olšák <marek.olsak@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30494>
This commit is contained in:
parent
0ae2958452
commit
6b7e6e3bdc
1 changed files with 1 additions and 2 deletions
|
|
@ -791,8 +791,7 @@ dri2_setup_screen(_EGLDisplay *disp)
|
|||
if (get_screen_param(disp, PIPE_CAP_MAX_TEXTURE_3D_LEVELS) != 0)
|
||||
disp->Extensions.KHR_gl_texture_3D_image = EGL_TRUE;
|
||||
|
||||
if (dri2_dpy->flush_control)
|
||||
disp->Extensions.KHR_context_flush_control = EGL_TRUE;
|
||||
disp->Extensions.KHR_context_flush_control = EGL_TRUE;
|
||||
|
||||
if (get_pipe_screen(disp)->set_damage_region)
|
||||
disp->Extensions.KHR_partial_update = EGL_TRUE;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue