summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/SConscript
blob: 9f36d225e10e60dc0f89b93ddbc27150a98fbe24 (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
40
41
42
43
Import('*')


SConscript([
    'sw/wrapper/SConscript',
])

SConscript([
    'sw/xlib/SConscript',
])

SConscript([
    'sw/gdi/SConscript',
])

SConscript([
    'i915/sw/SConscript',
])

if env['dri']:
    SConscript([
        'sw/dri/SConscript',
    ])

    SConscript([
        'svga/drm/SConscript',
    ])

    SConscript([
        'i915/drm/SConscript',
    ])

    SConscript([
        'i965/drm/SConscript',
    ])

    SConscript([
        'radeon/drm/SConscript',
    ])

    SConscript([
        'r600/drm/SConscript',
    ])