blob: 2f60b3ab34812bedfb4930c985ce565c939e1ed6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
common_FILES := \
common/egl_g3d_api.c \
common/egl_g3d.c \
common/egl_g3d_image.c \
common/egl_g3d_st.c \
common/egl_g3d_sync.c \
common/native_helper.c \
common/native_wayland_drm_bufmgr.c
android_FILES := \
android/native_android.cpp
drm_FILES := \
drm/modeset.c \
drm/native_drm.c
fbdev_FILES := \
fbdev/native_fbdev.c
gdi_FILES := \
gdi/native_gdi.c
null_FILES := \
null/native_null.c
x11_FILES := \
x11/glxinit.c \
x11/native_dri2.c \
x11/native_x11.c \
x11/native_ximage.c
x11_drm_FILES := \
x11/x11_screen.c \
x11/dri2.c
wayland_FILES := \
wayland/native_drm.c \
wayland/native_shm.c \
wayland/native_wayland.c
|