Mesa (master): llvmpipe: remove files moved to gallivm/ from llvmpipe/ Makefile

Brian Paul brianp at kemper.freedesktop.org
Tue Feb 9 00:40:07 UTC 2010


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

Author: Brian Paul <brianp at vmware.com>
Date:   Mon Feb  8 17:38:35 2010 -0700

llvmpipe: remove files moved to gallivm/ from llvmpipe/Makefile

---

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

diff --git a/src/gallium/drivers/llvmpipe/Makefile b/src/gallium/drivers/llvmpipe/Makefile
index 698078b..7e7b620 100644
--- a/src/gallium/drivers/llvmpipe/Makefile
+++ b/src/gallium/drivers/llvmpipe/Makefile
@@ -6,29 +6,6 @@ LIBNAME = llvmpipe
 DEFINES += -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS
 
 C_SOURCES = \
-	lp_bld_alpha.c \
-	lp_bld_arit.c \
-	lp_bld_blend_aos.c \
-	lp_bld_blend_logicop.c \
-	lp_bld_blend_soa.c \
-	lp_bld_const.c \
-	lp_bld_conv.c \
-	lp_bld_debug.c \
-	lp_bld_depth.c \
-	lp_bld_flow.c \
-	lp_bld_format_aos.c \
-	lp_bld_format_query.c \
-	lp_bld_format_soa.c \
-	lp_bld_interp.c \
-	lp_bld_intr.c \
-	lp_bld_logic.c \
-	lp_bld_pack.c \
-	lp_bld_sample.c \
-	lp_bld_sample_soa.c \
-	lp_bld_swizzle.c \
-	lp_bld_struct.c \
-	lp_bld_tgsi_soa.c \
-	lp_bld_type.c \
 	lp_buffer.c \
 	lp_clear.c \
 	lp_context.c \
@@ -60,10 +37,11 @@ C_SOURCES = \
 	lp_surface.c \
 	lp_tex_sample_llvm.c \
 	lp_texture.c \
+	lp_tile_surface.c \
 	lp_tile_soa.c
 
 CPP_SOURCES = \
-	lp_bld_misc.cpp
+
 
 include ../../Makefile.template
 




More information about the mesa-commit mailing list