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

Author: Stéphane Marchesin <marc...@chromium.org>
Date:   Thu Nov 29 19:49:44 2012 -0800

llvmpipe: Fix build break from 75da95c50

The Makefile looks for a file which is gone (lp_tile_soa.c)

http://bugs.freedesktop.org/show_bug.cgi?id=57713

---

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

diff --git a/src/gallium/drivers/llvmpipe/Makefile 
b/src/gallium/drivers/llvmpipe/Makefile
index d8d136e..213cc26 100644
--- a/src/gallium/drivers/llvmpipe/Makefile
+++ b/src/gallium/drivers/llvmpipe/Makefile
@@ -45,8 +45,7 @@ C_SOURCES = \
        lp_surface.c \
        lp_tex_sample.c \
        lp_texture.c \
-       lp_tile_image.c \
-       lp_tile_soa.c
+       lp_tile_image.c
 
 CPP_SOURCES = \
 

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to