mesa/progs: fix scons build after recent demo moves

This commit is contained in:
Keith Whitwell
2009-04-20 16:17:50 +01:00
parent c691f96e98
commit d017749b3e
2 changed files with 9 additions and 10 deletions

View File

@@ -39,11 +39,9 @@ progs = [
'geartrain', 'geartrain',
'glinfo', 'glinfo',
'gloss', 'gloss',
'glslnoise',
'gltestperf', 'gltestperf',
'glutfx',
'isosurf',
'ipers', 'ipers',
'isosurf',
'lodbias', 'lodbias',
'morph3d', 'morph3d',
'multiarb', 'multiarb',
@@ -55,7 +53,6 @@ progs = [
'renormal', 'renormal',
'shadowtex', 'shadowtex',
'singlebuffer', 'singlebuffer',
'streaming_rect',
'spectex', 'spectex',
'spriteblast', 'spriteblast',
'stex3d', 'stex3d',
@@ -63,15 +60,16 @@ progs = [
'terrain', 'terrain',
'tessdemo', 'tessdemo',
'texcyl', 'texcyl',
'texdown',
'texenv', 'texenv',
'texobj',
'textures', 'textures',
'trispd', 'trispd',
'tunnel', 'tunnel',
'tunnel2', 'tunnel2',
'vao_demo', 'vao_demo',
'winpos', 'winpos',
'dinoshade',
'fbotexture',
'projtex',
] ]
for prog in progs: for prog in progs:

View File

@@ -42,8 +42,8 @@ progs = [
'arbfptest1', 'arbfptest1',
'arbfptexture', 'arbfptexture',
'arbfptrig', 'arbfptrig',
'arbnpot-mipmap',
'arbnpot', 'arbnpot',
'arbnpot-mipmap',
'arbvptest1', 'arbvptest1',
'arbvptest3', 'arbvptest3',
'arbvptorus', 'arbvptorus',
@@ -61,19 +61,18 @@ progs = [
'copypixrate', 'copypixrate',
'crossbar', 'crossbar',
'cva', 'cva',
'dinoshade',
'drawbuffers', 'drawbuffers',
'exactrast', 'exactrast',
'ext422square', 'ext422square',
'fbotest1', 'fbotest1',
'fbotest2', 'fbotest2',
'fbotexture',
'fillrate', 'fillrate',
'floattex', 'floattex',
'fog', 'fog',
'fogcoord', 'fogcoord',
'fptest1', 'fptest1',
'fptexture', 'fptexture',
'glutfx',
'interleave', 'interleave',
'invert', 'invert',
'lineclip', 'lineclip',
@@ -91,7 +90,6 @@ progs = [
'packedpixels', 'packedpixels',
'pbo', 'pbo',
'prog_parameter', 'prog_parameter',
'projtex',
'quads', 'quads',
'random', 'random',
'readrate', 'readrate',
@@ -101,14 +99,17 @@ progs = [
'stencil_twoside', 'stencil_twoside',
'stencil_wrap', 'stencil_wrap',
'stencilwrap', 'stencilwrap',
'streaming_rect',
'subtex', 'subtex',
'subtexrate', 'subtexrate',
'tex1d', 'tex1d',
'texcmp', 'texcmp',
'texcompress2', 'texcompress2',
'texdown',
'texfilt', 'texfilt',
'texgenmix', 'texgenmix',
'texline', 'texline',
'texobj',
'texrect', 'texrect',
'texwrap', 'texwrap',
'unfilledclip', 'unfilledclip',