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
/
identity
/
SConscript
blob
7f079dd0a8b8e3642a2878d73997badf71e9a1b5
1
Import('*')
2
3
env = env.Clone()
4
5
identity = env.ConvenienceLibrary(
6
target = 'identity',
7
source = [
8
'id_screen.c',
9
'id_context.c',
10
'id_objects.c',
11
])
12
13
Export('identity')