summaryrefslogtreecommitdiffstats
path: root/progs/SConscript
diff options
context:
space:
mode:
authorKeith Whitwell <[email protected]>2010-03-28 09:53:58 -0700
committerKeith Whitwell <[email protected]>2010-03-28 10:42:38 -0700
commitdb5c2235d1accc2adcf1746aec2342bfa67237ba (patch)
tree1dcfbcda4288341b53f51c9f88c8ac2fae978f3a /progs/SConscript
parentf97f46f269666b289f9af977e238ccda9b483c44 (diff)
gallium: new raw gallium interface to support standalone tests
Provides basic window system integration behind a simple interface, allowing tests to be written without dependency on either the driver or window system. With a lot of work, could turn into something like glut for gallium.
Diffstat (limited to 'progs/SConscript')
-rw-r--r--progs/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/SConscript b/progs/SConscript
index aa6640cf7a6..20be60972d2 100644
--- a/progs/SConscript
+++ b/progs/SConscript
@@ -56,4 +56,5 @@ SConscript([
'wgl/SConscript',
'perf/SConscript',
'gallium/unit/SConscript',
+ 'gallium/raw/SConscript',
])