mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-23 09:40:29 +01:00
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:
parent
03e88c0633
commit
703261c393
1 changed files with 1 additions and 2 deletions
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue