Mesa (master): mesa/progs: fix scons build after recent demo moves

Keith Whitwell keithw at kemper.freedesktop.org
Mon Apr 20 15:17:59 UTC 2009


Module: Mesa
Branch: master
Commit: d017749b3ea07f2cc43bb5e8316b83471d1e13ec
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d017749b3ea07f2cc43bb5e8316b83471d1e13ec

Author: Keith Whitwell <keithw at vmware.com>
Date:   Mon Apr 20 16:17:50 2009 +0100

mesa/progs: fix scons build after recent demo moves

---

 progs/demos/SConscript |   10 ++++------
 progs/tests/SConscript |    9 +++++----
 2 files changed, 9 insertions(+), 10 deletions(-)

diff --git a/progs/demos/SConscript b/progs/demos/SConscript
index bc166dd..f851870 100644
--- a/progs/demos/SConscript
+++ b/progs/demos/SConscript
@@ -39,11 +39,9 @@ progs = [
 	'geartrain',
 	'glinfo',
 	'gloss',
-	'glslnoise',
 	'gltestperf',
-	'glutfx',
-	'isosurf',
 	'ipers',
+	'isosurf',
 	'lodbias',
 	'morph3d',
 	'multiarb',
@@ -55,7 +53,6 @@ progs = [
 	'renormal',
 	'shadowtex',
 	'singlebuffer',
-	'streaming_rect',
 	'spectex',
 	'spriteblast',
 	'stex3d',
@@ -63,15 +60,16 @@ progs = [
 	'terrain',
 	'tessdemo',
 	'texcyl',
-	'texdown',
 	'texenv',
-	'texobj',
 	'textures',
 	'trispd',
 	'tunnel',
 	'tunnel2',
 	'vao_demo',
 	'winpos',
+        'dinoshade',
+        'fbotexture',
+        'projtex',
 ]
 
 for prog in progs:
diff --git a/progs/tests/SConscript b/progs/tests/SConscript
index bf1e7f8..4f22ca7 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',




More information about the mesa-commit mailing list