mesa/progs: fix scons build after recent demo moves
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 @@
 	'geartrain',
 	'glinfo',
 	'gloss',
-	'glslnoise',
 	'gltestperf',
-	'glutfx',
-	'isosurf',
 	'ipers',
+	'isosurf',
 	'lodbias',
 	'morph3d',
 	'multiarb',
@@ -55,7 +53,6 @@
 	'renormal',
 	'shadowtex',
 	'singlebuffer',
-	'streaming_rect',
 	'spectex',
 	'spriteblast',
 	'stex3d',
@@ -63,15 +60,16 @@
 	'terrain',
 	'tessdemo',
 	'texcyl',
-	'texdown',
 	'texenv',
-	'texobj',
 	'textures',
 	'trispd',
 	'tunnel',
 	'tunnel2',
 	'vao_demo',
 	'winpos',
+        'dinoshade',
+        'fbotexture',
+        'projtex',
 ]
 
 for prog in progs: