Mesa (master): egl: keep extension list sorted, per comment at the top

Eric Engeström eric_engestrom at kemper.freedesktop.org
Thu Jan 25 16:38:34 UTC 2018


Module: Mesa
Branch: master
Commit: 57223fb07af4e1666e54eff4755795dc5941c7b7
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=57223fb07af4e1666e54eff4755795dc5941c7b7

Author: Eric Engestrom <eric.engestrom at imgtec.com>
Date:   Mon Jan  8 15:47:09 2018 +0000

egl: keep extension list sorted, per comment at the top

Signed-off-by: Eric Engestrom <eric.engestrom at imgtec.com>
Reviewed-by: Adam Jackson <ajax at redhat.com>

---

 src/egl/main/egldisplay.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/egl/main/egldisplay.h b/src/egl/main/egldisplay.h
index addf430ffe..7eac96ed05 100644
--- a/src/egl/main/egldisplay.h
+++ b/src/egl/main/egldisplay.h
@@ -115,6 +115,7 @@ struct _egl_extensions
    EGLBoolean KHR_config_attribs;
    EGLBoolean KHR_context_flush_control;
    EGLBoolean KHR_create_context;
+   EGLBoolean KHR_create_context_no_error;
    EGLBoolean KHR_fence_sync;
    EGLBoolean KHR_get_all_proc_addresses;
    EGLBoolean KHR_gl_colorspace;
@@ -130,7 +131,6 @@ struct _egl_extensions
    EGLBoolean KHR_reusable_sync;
    EGLBoolean KHR_surfaceless_context;
    EGLBoolean KHR_wait_sync;
-   EGLBoolean KHR_create_context_no_error;
 
    EGLBoolean MESA_drm_image;
    EGLBoolean MESA_image_dma_buf_export;




More information about the mesa-commit mailing list