diff options
author | Marek Olšák <maraeo@gmail.com> | 2010-08-23 05:48:39 +0200 |
---|---|---|
committer | Marek Olšák <maraeo@gmail.com> | 2010-08-25 02:44:28 +0200 |
commit | 574ba4b5f50bfe661427327cd792a8a200559376 (patch) | |
tree | e553edcd2139cd7ff628fe8f939c46d3b55a7eda /src/mesa/drivers/dri/r300/compiler/SConscript | |
parent | 4b9b2a3cdc6a809b2e583a21b888ed59e5c20aec (diff) |
r300/compiler: implement elimination of unused constants
Wine likes to create a *lot* of constants, exceeding the size of the constant
file in hw.
Diffstat (limited to 'src/mesa/drivers/dri/r300/compiler/SConscript')
-rwxr-xr-x | 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 c6f47a6f8a..9729441f3a 100755 --- a/src/mesa/drivers/dri/r300/compiler/SConscript +++ b/src/mesa/drivers/dri/r300/compiler/SConscript @@ -22,6 +22,7 @@ r300compiler = env.ConvenienceLibrary( 'radeon_pair_schedule.c', 'radeon_pair_regalloc.c', 'radeon_optimize.c', + 'radeon_remove_constants.c' 'radeon_rename_regs.c', 'radeon_emulate_branches.c', 'radeon_emulate_loops.c', |