mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
egl: keep extension list sorted, per comment at the top
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com> Reviewed-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
parent
0e879aad2f
commit
57223fb07a
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue