projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e879aa
)
egl: keep extension list sorted, per comment at the top
author
Eric Engestrom
<eric.engestrom@imgtec.com>
Mon, 8 Jan 2018 15:47:09 +0000
(15:47 +0000)
committer
Eric Engestrom
<eric.engestrom@imgtec.com>
Thu, 25 Jan 2018 16:38:11 +0000
(16:38 +0000)
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com>
Reviewed-by: Adam Jackson <ajax@redhat.com>
src/egl/main/egldisplay.h
patch
|
blob
|
history
diff --git
a/src/egl/main/egldisplay.h
b/src/egl/main/egldisplay.h
index addf430ffed59937f147428033142356b5bf887b..7eac96ed0526fd038cf9b5856756e1ba798d7814 100644
(file)
--- 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;