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
/
util
/
SConscript
blob
8ad2466291de73a3ad6c71804ca5ade442c9057c
1
Import('env')
2
3
env = env.Clone()
4
5
util = env.StaticLibrary(
6
target = ['util'],
7
source = [
8
'readtex.c',
9
'trackball.c',
10
'showbuffer.c',
11
'shaderutil.c',
12
],
13
)
14
15
Export('util')