summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/compiler/SConscript
diff options
context:
space:
mode:
authorTom Stellard <tstellar@gmail.com>2010-10-10 12:39:00 -0700
committerTom Stellard <tstellar@gmail.com>2010-10-18 20:51:05 -0700
commit9d2ab6cb00e72fd8b53d0f97578758504b49ee23 (patch)
treed2e69dfaebca26ce07dba7fcac159fa9f9012edb /src/mesa/drivers/dri/r300/compiler/SConscript
parent3cdff41d9245f997c465869148a74a2041739504 (diff)
r300/compiler: Add a new function for more efficient dataflow analysis
rc_get_readers_normal() supplies a list of readers for a given instruction. This function is now being used by the copy propagate optimization and will eventually be used by most other optimization passes as well.
Diffstat (limited to 'src/mesa/drivers/dri/r300/compiler/SConscript')
-rwxr-xr-xsrc/mesa/drivers/dri/r300/compiler/SConscript1
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 847857b142..2b4bce1c08 100755
--- a/src/mesa/drivers/dri/r300/compiler/SConscript
+++ b/src/mesa/drivers/dri/r300/compiler/SConscript
@@ -12,6 +12,7 @@ r300compiler = env.ConvenienceLibrary(
source = [
'radeon_code.c',
'radeon_compiler.c',
+ 'radeon_compiler_util.c',
'radeon_program.c',
'radeon_program_print.c',
'radeon_opcodes.c',