Revert "egl: drop empty eglfallbacks.c" and "egl: move fallback calls to eglapi.c"
[mesa.git] / src / egl / Makefile.sources
1 LIBEGL_C_FILES := \
2 main/eglapi.c \
3 main/eglapi.h \
4 main/eglarray.c \
5 main/eglarray.h \
6 main/eglconfig.c \
7 main/eglconfig.h \
8 main/eglcontext.c \
9 main/eglcontext.h \
10 main/eglcurrent.c \
11 main/eglcurrent.h \
12 main/egldefines.h \
13 main/egldevice.c \
14 main/egldevice.h \
15 main/egldisplay.c \
16 main/egldisplay.h \
17 main/egldriver.c \
18 main/egldriver.h \
19 main/eglfallbacks.c \
20 main/eglglobals.c \
21 main/eglglobals.h \
22 main/eglimage.c \
23 main/eglimage.h \
24 main/egllog.c \
25 main/egllog.h \
26 main/eglsurface.c \
27 main/eglsurface.h \
28 main/eglsync.c \
29 main/eglsync.h \
30 main/eglentrypoint.h \
31 main/egltypedefs.h
32
33 dri2_backend_core_FILES := \
34 drivers/dri2/egl_dri2.c \
35 drivers/dri2/egl_dri2.h \
36 drivers/dri2/egl_dri2_fallbacks.h