Mesa (master): llvmpipe: Remove remnants of lp_tile_soa from Makefile.

Jose Fonseca jrfonseca at kemper.freedesktop.org
Fri Nov 30 07:04:25 UTC 2012


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

Author: José Fonseca <jose.r.fonseca at gmail.com>
Date:   Fri Nov 30 07:05:24 2012 +0000

llvmpipe: Remove remnants of lp_tile_soa from Makefile.

Completely forgot about updating Makefile when removing it. Stephane
already fixed the make build, but there were a few mentions of
lp_tile_soa left in the tree.

---

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

diff --git a/src/gallium/drivers/llvmpipe/.gitignore b/src/gallium/drivers/llvmpipe/.gitignore
index 21cd3cf..add93e8 100644
--- a/src/gallium/drivers/llvmpipe/.gitignore
+++ b/src/gallium/drivers/llvmpipe/.gitignore
@@ -1,4 +1,3 @@
-lp_tile_soa.c
 lp_test_arit
 lp_test_blend
 lp_test_conv
diff --git a/src/gallium/drivers/llvmpipe/Makefile b/src/gallium/drivers/llvmpipe/Makefile
index 213cc26..0cd9056 100644
--- a/src/gallium/drivers/llvmpipe/Makefile
+++ b/src/gallium/drivers/llvmpipe/Makefile
@@ -62,9 +62,6 @@ include ../../Makefile.template
 
 PROGS_DEPS := ../../auxiliary/libgallium.a
 
-lp_tile_soa.c: lp_tile_soa.py ../../auxiliary/util/u_format_parse.py ../../auxiliary/util/u_format_pack.py ../../auxiliary/util/u_format.csv
-	$(PYTHON2) $(PYTHON_FLAGS) lp_tile_soa.py ../../auxiliary/util/u_format.csv > $@
-
 LDFLAGS += $(LLVM_LDFLAGS)
 LIBS += -L../../auxiliary/ -lgallium libllvmpipe.a $(LLVM_LIBS) $(GL_LIB_DEPS)
 LD=$(CXX)




More information about the mesa-commit mailing list