summaryrefslogtreecommitdiff
path: root/progs/tests
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2009-04-20 16:17:50 +0100
committerKeith Whitwell <keithw@vmware.com>2009-04-20 16:17:50 +0100
commitd017749b3ea07f2cc43bb5e8316b83471d1e13ec (patch)
tree9e8b6216fb8dfb827c22e09c0f979f6b3cbe7907 /progs/tests
parentc691f96e9848d05947afc40ea5c14bc2989f00cf (diff)
mesa/progs: fix scons build after recent demo moves
Diffstat (limited to 'progs/tests')
-rw-r--r--progs/tests/SConscript9
1 files changed, 5 insertions, 4 deletions
diff --git a/progs/tests/SConscript b/progs/tests/SConscript
index bf1e7f8a7d..4f22ca735c 100644
--- a/progs/tests/SConscript
+++ b/progs/tests/SConscript
@@ -42,8 +42,8 @@ progs = [
'arbfptest1',
'arbfptexture',
'arbfptrig',
- 'arbnpot-mipmap',
'arbnpot',
+ 'arbnpot-mipmap',
'arbvptest1',
'arbvptest3',
'arbvptorus',
@@ -61,19 +61,18 @@ progs = [
'copypixrate',
'crossbar',
'cva',
- 'dinoshade',
'drawbuffers',
'exactrast',
'ext422square',
'fbotest1',
'fbotest2',
- 'fbotexture',
'fillrate',
'floattex',
'fog',
'fogcoord',
'fptest1',
'fptexture',
+ 'glutfx',
'interleave',
'invert',
'lineclip',
@@ -91,7 +90,6 @@ progs = [
'packedpixels',
'pbo',
'prog_parameter',
- 'projtex',
'quads',
'random',
'readrate',
@@ -101,14 +99,17 @@ progs = [
'stencil_twoside',
'stencil_wrap',
'stencilwrap',
+ 'streaming_rect',
'subtex',
'subtexrate',
'tex1d',
'texcmp',
'texcompress2',
+ 'texdown',
'texfilt',
'texgenmix',
'texline',
+ 'texobj',
'texrect',
'texwrap',
'unfilledclip',