OSDN Git Service

Revert "egl: move #include of local headers out of Khronos headers"
authorDylan Baker <dylan@pnwbakers.com>
Thu, 12 Dec 2019 17:24:42 +0000 (09:24 -0800)
committerDylan Baker <dylan@pnwbakers.com>
Thu, 12 Dec 2019 17:24:42 +0000 (09:24 -0800)
This reverts commit 87efb9f3a4f366372bc873dee741a2c2f272e5c9.

This is breaking the QT build, so it needs to go until these symbols can
make their way to upstream khronos

include/EGL/eglext.h
src/egl/generate/gen_egl_dispatch.py
src/egl/main/egltypedefs.h

index 04facdf..02dd771 100644 (file)
@@ -1373,6 +1373,9 @@ EGLAPI EGLBoolean EGLAPIENTRY eglImageInvalidateExternalEXT (EGLDisplay dpy, EGL
 #endif
 #endif /* EGL_EXT_image_flush_external */
 
+#include <EGL/eglmesaext.h>
+#include <EGL/eglextchromium.h>
+
 #ifdef __cplusplus
 }
 #endif
index 2063e9d..12342b2 100644 (file)
@@ -100,8 +100,6 @@ def generateHeader(functions):
 
     #include <EGL/egl.h>
     #include <EGL/eglext.h>
-    #include <EGL/eglmesaext.h>
-    #include <EGL/eglextchromium.h>
     #include "glvnd/libeglabi.h"
 
     """.lstrip("\n"))
index 4809cf5..642f473 100644 (file)
@@ -33,8 +33,6 @@
 
 #include <EGL/egl.h>
 #include <EGL/eglext.h>
-#include <EGL/eglmesaext.h>
-#include <EGL/eglextchromium.h>
 
 #ifdef __cplusplus
 extern "C" {