projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0be0ad5
)
llvmpipe: add lp_setup_coef to makefile
author
Keith Whitwell
<keithw@vmware.com>
Fri, 27 Aug 2010 10:18:11 +0000
(11:18 +0100)
committer
Keith Whitwell
<keithw@vmware.com>
Fri, 27 Aug 2010 10:18:11 +0000
(11:18 +0100)
src/gallium/drivers/llvmpipe/Makefile
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/llvmpipe/Makefile
b/src/gallium/drivers/llvmpipe/Makefile
index 2892b62920e80b18c009bdce54506586f442a57e..dec874623e5897ac60c50f2f4938c51071351275 100644
(file)
--- a/
src/gallium/drivers/llvmpipe/Makefile
+++ b/
src/gallium/drivers/llvmpipe/Makefile
@@
-27,6
+27,8
@@
C_SOURCES = \
lp_scene_queue.c \
lp_screen.c \
lp_setup.c \
+ lp_setup_coef.c \
+ lp_setup_coef_intrin.c \
lp_setup_line.c \
lp_setup_point.c \
lp_setup_tri.c \