diff options
author | Vinson Lee <[email protected]> | 2010-04-16 22:58:49 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-04-16 22:58:49 -0700 |
commit | 6be186a6faff1414d8b92d84ff6d275e1bf7ce98 (patch) | |
tree | bc9abb49daa1757345633c069ce1531d388fcd87 /src/mesa/drivers | |
parent | 411d5063323ccdb85ec090f1c852fcc8e9cd0e64 (diff) |
r300/compiler: Add radeon_program_tex.c to SCons build.
This was missed in commit f8a14186809356871ae74159c774e9e3959a22e5.
Diffstat (limited to 'src/mesa/drivers')
-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 46075a8aee9..28a3d39d961 100755 --- a/src/mesa/drivers/dri/r300/compiler/SConscript +++ b/src/mesa/drivers/dri/r300/compiler/SConscript @@ -17,6 +17,7 @@ r300compiler = env.ConvenienceLibrary( 'radeon_opcodes.c', 'radeon_program_alu.c', 'radeon_program_pair.c', + 'radeon_program_tex.c', 'radeon_pair_translate.c', 'radeon_pair_schedule.c', 'radeon_pair_regalloc.c', |