egl/drm: always expose EXT_buffer_age
this is implemented in swrast Reviewed-by: Adam Jackson <ajax@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30472>
This commit is contained in:
committed by
Marge Bot
parent
03e88c0633
commit
703261c393
@@ -676,8 +676,7 @@ dri2_initialize_drm(_EGLDisplay *disp)
|
||||
drm_add_configs_for_visuals(disp);
|
||||
|
||||
disp->Extensions.KHR_image_pixmap = EGL_TRUE;
|
||||
if (dri2_dpy->image_driver)
|
||||
disp->Extensions.EXT_buffer_age = EGL_TRUE;
|
||||
disp->Extensions.EXT_buffer_age = EGL_TRUE;
|
||||
|
||||
#ifdef HAVE_WAYLAND_PLATFORM
|
||||
dri2_dpy->device_name =
|
||||
|
||||
Reference in New Issue
Block a user