egl: inline _eglMatchAndInitialize() and refactor _eglMatchDriver()
[mesa.git] / src / egl / Makefile.sources
1 LIBEGL_C_FILES := \
2 main/eglapi.c \
3 main/eglarray.c \
4 main/eglarray.h \
5 main/eglconfig.c \
6 main/eglconfig.h \
7 main/eglcontext.c \
8 main/eglcontext.h \
9 main/eglcurrent.c \
10 main/eglcurrent.h \
11 main/egldefines.h \
12 main/egldevice.c \
13 main/egldevice.h \
14 main/egldisplay.c \
15 main/egldisplay.h \
16 main/egldriver.c \
17 main/egldriver.h \
18 main/eglglobals.c \
19 main/eglglobals.h \
20 main/eglimage.c \
21 main/eglimage.h \
22 main/egllog.c \
23 main/egllog.h \
24 main/eglsurface.c \
25 main/eglsurface.h \
26 main/eglsync.c \
27 main/eglsync.h \
28 main/eglentrypoint.h \
29 main/egltypedefs.h
30
31 dri2_backend_core_FILES := \
32 drivers/dri2/egl_dri2.c \
33 drivers/dri2/egl_dri2.h