repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Check for SYS/GL during library init. Reason is that
[AROS.git]
/
workbench
/
libs
/
mesa
/
src
/
gallium
/
drivers
/
nvc0
/
SConscript
blob
dbbbf663b33a6aefc3ca554d71c2248331f78483
1
Import('*')
2
3
env = env.Clone()
4
5
nvc0 = env.ConvenienceLibrary(
6
target = 'nvc0',
7
source = [
8
'nvc0_context.c',
9
'nvc0_draw.c',
10
'nvc0_formats.c',
11
'nvc0_miptree.c',
12
'nvc0_resource.c',
13
'nvc0_screen.c',
14
'nvc0_state.c',
15
'nvc0_state_validate.c',
16
'nvc0_surface.c',
17
'nvc0_tex.c',
18
'nvc0_transfer.c',
19
'nvc0_vbo.c',
20
'nvc0_program.c',
21
'nvc0_shader_state.c',
22
'nvc0_pc.c',
23
'nvc0_pc_print.c',
24
'nvc0_pc_emit.c',
25
'nvc0_tgsi_to_nc.c',
26
'nvc0_pc_optimize.c',
27
'nvc0_pc_regalloc.c',
28
'nvc0_push.c',
29
'nvc0_push2.c',
30
'nvc0_query.c'
31
])
32
33
Export('nvc0')