Signed-off-by: Eric Engestrom <eric.engestrom@intel.com> Acked-by: Emil Velikov <emil.velikov@collabora.com>tags/19.0-branchpoint
@@ -58,6 +58,7 @@ | |||
#include "X11/Xlibint.h" | |||
#endif | |||
#include "egldefines.h" | |||
#include "egl_dri2.h" | |||
#include "GL/mesa_glinterop.h" | |||
#include "loader/loader.h" |
@@ -90,6 +90,8 @@ | |||
#include "c11/threads.h" | |||
#include "util/macros.h" | |||
#include "eglapi.h" | |||
#include "egldefines.h" | |||
#include "eglglobals.h" | |||
#include "eglcontext.h" | |||
#include "egldisplay.h" |
@@ -31,6 +31,7 @@ | |||
#ifndef EGLAPI_INCLUDED | |||
#define EGLAPI_INCLUDED | |||
#include "egltypedefs.h" | |||
#ifdef __cplusplus | |||
extern "C" { |
@@ -37,6 +37,7 @@ | |||
#include "eglcurrent.h" | |||
#include "eglsurface.h" | |||
#include "egllog.h" | |||
#include "util/macros.h" | |||
/** |
@@ -40,6 +40,8 @@ | |||
#include "egldriver.h" | |||
#include "egllog.h" | |||
#include "util/macros.h" | |||
#ifdef HAVE_MINCORE | |||
#include <unistd.h> | |||
#include <sys/mman.h> |
@@ -36,6 +36,7 @@ | |||
#include <assert.h> | |||
#include <stdlib.h> | |||
#include <string.h> | |||
#include "egldefines.h" | |||
#include "egldisplay.h" | |||
#include "egldriver.h" | |||
#include "eglcontext.h" | |||
@@ -44,6 +45,7 @@ | |||
#include "egllog.h" | |||
#include "eglsurface.h" | |||
#include "util/macros.h" | |||
/** | |||
* Parse the list of surface attributes and return the proper error code. |