Revert "egl: drop empty eglfallbacks.c" and "egl: move fallback calls to eglapi.c"
authorEric Engestrom <eric.engestrom@intel.com>
Sat, 22 Jun 2019 20:55:03 +0000 (21:55 +0100)
committerEric Engestrom <eric.engestrom@intel.com>
Sat, 22 Jun 2019 20:59:06 +0000 (21:59 +0100)
commit188dbb1679b391abe6322e5b3e74bed2522756e2
tree44a460ba622494bcfd5d730f2bfb598e54b4f04b
parentcc4b68a80193e2a132cb62309292984a9428f2bb
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 <eric.engestrom@intel.com>
src/egl/Makefile.sources
src/egl/main/eglapi.c
src/egl/main/egldriver.c
src/egl/main/egldriver.h
src/egl/main/eglfallbacks.c [new file with mode: 0644]
src/egl/meson.build