summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/Makefile
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2009-08-11 18:03:01 +0100
committerKeith Whitwell <keithw@vmware.com>2009-08-11 18:03:01 +0100
commitb5c389721aec09c260789e6371910937f15ef1a0 (patch)
tree3a46477a2aa91c712dc9142a191b976d5025c19f /src/gallium/drivers/softpipe/Makefile
parent95f7ed4638d4e379783abdd5b250e203b6b1b435 (diff)
softpipe: remove gallivm fragment shaders
However we do llvm integration, it will be different & more comprehensive than this.
Diffstat (limited to 'src/gallium/drivers/softpipe/Makefile')
-rw-r--r--src/gallium/drivers/softpipe/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/softpipe/Makefile b/src/gallium/drivers/softpipe/Makefile
index 48522abe98..a6ed7ea6a2 100644
--- a/src/gallium/drivers/softpipe/Makefile
+++ b/src/gallium/drivers/softpipe/Makefile
@@ -6,7 +6,6 @@ LIBNAME = softpipe
C_SOURCES = \
sp_fs_exec.c \
sp_fs_sse.c \
- sp_fs_llvm.c \
sp_clear.c \
sp_flush.c \
sp_query.c \