diff options
author | Eric Engestrom <[email protected]> | 2018-01-08 15:47:09 +0000 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2018-01-25 16:38:11 +0000 |
commit | 57223fb07af4e1666e54eff4755795dc5941c7b7 (patch) | |
tree | d86c96ae05aaea9f82a3cc7fe88a4da6c3a527c4 /src/egl | |
parent | 0e879aad2fd1dac102c13d680edf455aa068d5df (diff) |
egl: keep extension list sorted, per comment at the top
Signed-off-by: Eric Engestrom <[email protected]>
Reviewed-by: Adam Jackson <[email protected]>
Diffstat (limited to 'src/egl')
-rw-r--r-- | src/egl/main/egldisplay.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/egl/main/egldisplay.h b/src/egl/main/egldisplay.h index addf430ffed..7eac96ed052 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; |