From: Joakim Sindholt Date: Wed, 7 Oct 2009 19:02:18 +0000 (+0200) Subject: r300compiler: fix scons build again X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cf6209b274c83f3018c9f0855de769285325b98f;p=mesa.git r300compiler: fix scons build again --- diff --git a/src/mesa/drivers/dri/r300/compiler/SConscript b/src/mesa/drivers/dri/r300/compiler/SConscript index 48fd65fb71f..46075a8aee9 100755 --- a/src/mesa/drivers/dri/r300/compiler/SConscript +++ b/src/mesa/drivers/dri/r300/compiler/SConscript @@ -12,10 +12,17 @@ r300compiler = env.ConvenienceLibrary( source = [ 'radeon_code.c', 'radeon_compiler.c', - 'radeon_nqssadce.c', 'radeon_program.c', + 'radeon_program_print.c', + 'radeon_opcodes.c', 'radeon_program_alu.c', 'radeon_program_pair.c', + 'radeon_pair_translate.c', + 'radeon_pair_schedule.c', + 'radeon_pair_regalloc.c', + 'radeon_dataflow.c', + 'radeon_dataflow_deadcode.c', + 'radeon_dataflow_swizzles.c', 'r3xx_fragprog.c', 'r300_fragprog.c', 'r300_fragprog_swizzle.c',