egl/display: remove unnecessary code and make it easier to read
[mesa.git] / src / egl / main / egldisplay.h
index bca9122ce6d21c4ee302ccc211a5082f7896140f..6bfc8589a42786958cfdc5d5010852445f0384d4 100644 (file)
@@ -90,7 +90,9 @@ struct _egl_resource
 struct _egl_extensions
 {
    /* Please keep these sorted alphabetically. */
+   EGLBoolean ANDROID_framebuffer_target;
    EGLBoolean ANDROID_image_native_buffer;
+   EGLBoolean ANDROID_recordable;
 
    EGLBoolean CHROMIUM_sync_control;
 
@@ -115,7 +117,6 @@ struct _egl_extensions
    EGLBoolean KHR_wait_sync;
 
    EGLBoolean MESA_configless_context;
-   EGLBoolean MESA_drm_display;
    EGLBoolean MESA_drm_image;
    EGLBoolean MESA_image_dma_buf_export;