Module: Mesa Branch: master Commit: 60cfed6c70dac9e12e763a727986427045395cbc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=60cfed6c70dac9e12e763a727986427045395cbc
Author: Joakim Sindholt <[email protected]> Date: Sat Jun 12 15:39:13 2010 +0200 r300/compiler: fix scons build --- src/mesa/drivers/dri/r300/compiler/SConscript | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/mesa/drivers/dri/r300/compiler/SConscript b/src/mesa/drivers/dri/r300/compiler/SConscript index 663926e..50d9cdb 100755 --- a/src/mesa/drivers/dri/r300/compiler/SConscript +++ b/src/mesa/drivers/dri/r300/compiler/SConscript @@ -23,6 +23,7 @@ r300compiler = env.ConvenienceLibrary( 'radeon_pair_regalloc.c', 'radeon_optimize.c', 'radeon_emulate_branches.c', + 'radeon_emulate_loops.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
