projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
411d506
)
r300/compiler: Add radeon_program_tex.c to SCons build.
author
Vinson Lee
<vlee@vmware.com>
Sat, 17 Apr 2010 05:58:49 +0000
(22:58 -0700)
committer
Vinson Lee
<vlee@vmware.com>
Sat, 17 Apr 2010 05:58:49 +0000
(22:58 -0700)
This was missed in commit
f8a14186809356871ae74159c774e9e3959a22e5
.
src/mesa/drivers/dri/r300/compiler/SConscript
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/r300/compiler/SConscript
b/src/mesa/drivers/dri/r300/compiler/SConscript
index 46075a8aee93e4e2053d44562cbad3683f206d5c..28a3d39d96184a03a094879af5b652f47817baba 100755
(executable)
--- 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',