Add gbm (generic/graphics buffer manager)

This commit is contained in:
Benjamin Franzke
2011-05-26 15:09:39 +02:00
parent 15d7f1c1c7
commit eddcecbf74
18 changed files with 976 additions and 2 deletions

View File

@@ -84,6 +84,12 @@ typedef struct wl_display *EGLNativeDisplayType;
typedef struct wl_egl_pixmap *EGLNativePixmapType;
typedef struct wl_egl_window *EGLNativeWindowType;
#elif defined(__GBM__)
typedef struct gbm_device *EGLNativeDisplayType;
typedef struct gbm_bo *EGLNativePixmapType;
typedef void *EGLNativeWindowType;
#elif defined(__unix__) || defined(__unix)
#ifdef MESA_EGL_NO_X11_HEADERS