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
nvfx: expose GLSL
[mesa/mesa-lb.git]
/
src
/
gallium
/
drivers
/
trace
/
SConscript
blob
c1675d1c165dec411cc74ddf4b33296bac0210fc
1
Import('*')
2
3
env = env.Clone()
4
5
trace = env.ConvenienceLibrary(
6
target = 'trace',
7
source = [
8
'tr_buffer.c',
9
'tr_context.c',
10
'tr_drm.c',
11
'tr_dump.c',
12
'tr_dump_state.c',
13
'tr_screen.c',
14
'tr_state.c',
15
'tr_rbug.c',
16
'tr_texture.c',
17
])
18
19
Export('trace')