Mesa (master): llvmpipe: Add geom shader file to make build

Jakob Bornecrantz wallbraker at kemper.freedesktop.org
Tue Jun 8 02:48:24 UTC 2010


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

Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Tue Jun  8 04:24:17 2010 +0200

llvmpipe: Add geom shader file to make build

---

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

diff --git a/src/gallium/drivers/llvmpipe/Makefile b/src/gallium/drivers/llvmpipe/Makefile
index 213e4c4..c79c8bd 100644
--- a/src/gallium/drivers/llvmpipe/Makefile
+++ b/src/gallium/drivers/llvmpipe/Makefile
@@ -34,6 +34,7 @@ C_SOURCES = \
 	lp_state_clip.c \
 	lp_state_derived.c \
 	lp_state_fs.c \
+	lp_state_gs.c \
 	lp_state_rasterizer.c \
 	lp_state_sampler.c \
 	lp_state_surface.c \




More information about the mesa-commit mailing list