diff options
author | Marek Olšák <[email protected]> | 2016-06-03 11:25:19 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2016-06-03 11:33:45 +0200 |
commit | 8c361e84ad010552a42593fad4130befc58e9a6a (patch) | |
tree | 1a0b95b095bc6871342dfb0c3a68d1830815146c /src/egl/main/egldisplay.h | |
parent | 9bdbb9c0e0d0fb73831c590eb9626a3298f55982 (diff) |
Revert "egl: Check if API is supported when using eglBindAPI."
This reverts commit e8b38ca202fbe8c281aeb81a4b64256983f185e0.
It broke Glamor for Gallium at least.
Diffstat (limited to 'src/egl/main/egldisplay.h')
-rw-r--r-- | src/egl/main/egldisplay.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/egl/main/egldisplay.h b/src/egl/main/egldisplay.h index 8a730ed2d9c..6bfc8589a42 100644 --- a/src/egl/main/egldisplay.h +++ b/src/egl/main/egldisplay.h @@ -140,7 +140,6 @@ struct _egl_display _EGLPlatformType Platform; /**< The type of the platform display */ void *PlatformDisplay; /**< A pointer to the platform display */ - _EGLThreadInfo *ThreadList;/**< A pointer to the thread the display was created form */ _EGLDriver *Driver; /**< Matched driver of the display */ EGLBoolean Initialized; /**< True if the display is initialized */ |