repo.or.cz
/
mesa
/
mesa-lb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
gallium: change remaining util functions to use cso sampler views
[mesa/mesa-lb.git]
/
progs
/
tests
/
SConscript
blob
3580ba914dbade0bf071b86879626f039964beae
1
Import('*')
2
3
linux_progs = [
4
'api_speed',
5
]
6
7
glx_progs = [
8
'auxbuffer',
9
'getprocaddress',
10
'jkrahntest',
11
'sharedtex',
12
'texcompress2',
13
'texobjshare',
14
]
15
16
mesa_progs = [
17
'debugger',
18
]
19
20
progs = [
21
'afsmultiarb',
22
'antialias',
23
'arbfpspec',
24
'arbfptest1',
25
'arbfptexture',
26
'arbfptrig',
27
'arbnpot',
28
'arbnpot-mipmap',
29
'arbvptest1',
30
'arbvptest3',
31
'arbvptorus',
32
'arbvpwarpmesh',
33
'arraytexture',
34
'blendminmax',
35
'blendsquare',
36
'blendxor',
37
'blitfb',
38
'bufferobj',
39
'bug_3050',
40
'bug_3101',
41
'bug_3195',
42
'bug_texstore_i8',
43
'calibrate_rast',
44
'condrender',
45
'copypixrate',
46
'crossbar',
47
'cva',
48
'cylwrap',
49
'drawbuffers',
50
'drawbuffers2',
51
'exactrast',
52
'ext422square',
53
'fbotest1',
54
'fbotest2',
55
'fbotest3',
56
'fillrate',
57
'floattex',
58
'fog',
59
'fogcoord',
60
'fptest1',
61
'fptexture',
62
'getteximage',
63
'glutfx',
64
'interleave',
65
'invert',
66
'lineclip',
67
'manytex',
68
'mapbufrange',
69
'mapvbo',
70
'minmag',
71
'mipgen',
72
'mipmap_comp',
73
'mipmap_comp_tests',
74
'mipmap_limits',
75
'mipmap_view',
76
'multipal',
77
'multitexarray',
78
'multiwindow',
79
'no_s3tc',
80
'packedpixels',
81
'pbo',
82
'persp_hint',
83
'prog_parameter',
84
'quads',
85
'random',
86
'readrate',
87
'rubberband',
88
'scissor',
89
'scissor-viewport',
90
'seccolor',
91
'shader_api',
92
'stencil_twoside',
93
'stencil_wrap',
94
'stencilwrap',
95
'streaming_rect',
96
'subtex',
97
'subtexrate',
98
'tex1d',
99
'texcmp',
100
'texcompress2',
101
'texcompsub',
102
'texdown',
103
'texfilt',
104
'texgenmix',
105
'texline',
106
'texobj',
107
'texrect',
108
'texwrap',
109
'unfilledclip',
110
'vao-01',
111
'vao-02',
112
'vparray',
113
'vpeval',
114
'vptest1',
115
'vptest2',
116
'vptest3',
117
'vptorus',
118
'vpwarpmesh',
119
'yuvrect',
120
'yuvsquare',
121
'zbitmap',
122
'zcomp',
123
'zdrawpix',
124
'zreaddraw',
125
]
126
127
for prog in progs:
128
progs_env.Program(
129
target = prog,
130
source = prog + '.c',
131
)