Module: Mesa Branch: master Commit: 4a329c67bc5e7a0259adc94831ac13c6c8f9f272 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4a329c67bc5e7a0259adc94831ac13c6c8f9f272
Author: Joakim Sindholt <[email protected]> Date: Sat Jun 5 16:23:05 2010 +0200 r300compiler: fix scons build --- src/mesa/drivers/dri/r300/compiler/SConscript | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/mesa/drivers/dri/r300/compiler/SConscript b/src/mesa/drivers/dri/r300/compiler/SConscript index 28a3d39..663926e 100755 --- a/src/mesa/drivers/dri/r300/compiler/SConscript +++ b/src/mesa/drivers/dri/r300/compiler/SConscript @@ -21,6 +21,8 @@ r300compiler = env.ConvenienceLibrary( 'radeon_pair_translate.c', 'radeon_pair_schedule.c', 'radeon_pair_regalloc.c', + 'radeon_optimize.c', + 'radeon_emulate_branches.c', 'radeon_dataflow.c', 'radeon_dataflow_deadcode.c', 'radeon_dataflow_swizzles.c', _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
