Mesa (master): llvmpipe: add lp_setup_coef to makefile

Keith Whitwell keithw at kemper.freedesktop.org
Fri Aug 27 10:21:36 UTC 2010


Module: Mesa
Branch: master
Commit: c95ca04b63eadb61add249531c1041aaf5b525d6
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c95ca04b63eadb61add249531c1041aaf5b525d6

Author: Keith Whitwell <keithw at vmware.com>
Date:   Fri Aug 27 11:18:11 2010 +0100

llvmpipe: add lp_setup_coef to makefile

---

 src/gallium/drivers/llvmpipe/Makefile |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/gallium/drivers/llvmpipe/Makefile b/src/gallium/drivers/llvmpipe/Makefile
index 2892b62..dec8746 100644
--- 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 \




More information about the mesa-commit mailing list