repo.or.cz
/
mesa
/
nouveau-pmpeg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
g3dvl: Use sobel filter for chroma interpolation
[mesa/nouveau-pmpeg.git]
/
src
/
gallium
/
drivers
/
galahad
/
SConscript
blob
3f39f99e517d50d2066806e058ead5193449685c
1
Import('*')
2
3
env = env.Clone()
4
5
galahad = env.ConvenienceLibrary(
6
target = 'galahad',
7
source = [
8
'glhd_context.c',
9
'glhd_objects.c',
10
'glhd_screen.c',
11
])
12
13
env.Alias('galahad', galahad)
14
15
Export('galahad')