diff options
author | Eric Engestrom <[email protected]> | 2019-06-22 21:55:03 +0100 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2019-06-22 21:59:06 +0100 |
commit | 188dbb1679b391abe6322e5b3e74bed2522756e2 (patch) | |
tree | 44a460ba622494bcfd5d730f2bfb598e54b4f04b /src/egl/Makefile.sources | |
parent | cc4b68a80193e2a132cb62309292984a9428f2bb (diff) |
Revert "egl: drop empty eglfallbacks.c" and "egl: move fallback calls to eglapi.c"
This reverts commits cc4b68a80193e2a132cb62309292984a9428f2bb and
b27fb3eacab906ec06cd61b7d01e3425c3b3cbfc.
These caused a bunch of EGLSync tests to crash when they were previously
failing.
I have a hunch the tests are doing something wrong, like using
extensions without checking for they support, but until the issue is
investigated I'm just reverting these commits.
Signed-off-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'src/egl/Makefile.sources')
-rw-r--r-- | src/egl/Makefile.sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/egl/Makefile.sources b/src/egl/Makefile.sources index 5efdb337836..0cc5f1bbfef 100644 --- a/src/egl/Makefile.sources +++ b/src/egl/Makefile.sources @@ -16,6 +16,7 @@ LIBEGL_C_FILES := \ main/egldisplay.h \ main/egldriver.c \ main/egldriver.h \ + main/eglfallbacks.c \ main/eglglobals.c \ main/eglglobals.h \ main/eglimage.c \ |