projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88a0d7e
)
gallium: Add files to Makefile.
author
Vinson Lee
<vlee@vmware.com>
Wed, 7 Apr 2010 07:45:40 +0000
(
00:45
-0700)
committer
Vinson Lee
<vlee@vmware.com>
Wed, 7 Apr 2010 07:45:40 +0000
(
00:45
-0700)
This was missed in commit
ae69f9fbf0a1aab7186e5b644085a5fe5aea99af
.
New files from the gallium_draw_llvm merge were added to SCons but
not make.
src/gallium/auxiliary/Makefile
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/Makefile
b/src/gallium/auxiliary/Makefile
index 5beda9267ea59d31f978ba9132f2543cbd8fa145..e6cc70e4cfbf380174821c7e56a90fe63f64df63 100644
(file)
--- a/
src/gallium/auxiliary/Makefile
+++ b/
src/gallium/auxiliary/Makefile
@@
-163,7
+163,10
@@
GALLIVM_SOURCES = \
gallivm/lp_bld_struct.c \
gallivm/lp_bld_swizzle.c \
gallivm/lp_bld_tgsi_soa.c \
- gallivm/lp_bld_type.c
+ gallivm/lp_bld_type.c \
+ draw/draw_llvm.c \
+ draw/draw_pt_fetch_shade_pipeline_llvm.c \
+ draw/draw_llvm_translate.c
GALLIVM_CPP_SOURCES =