diff options
author | Keith Whitwell <[email protected]> | 2009-08-11 18:03:01 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-08-11 18:03:01 +0100 |
commit | b5c389721aec09c260789e6371910937f15ef1a0 (patch) | |
tree | 3a46477a2aa91c712dc9142a191b976d5025c19f /src/gallium/drivers/softpipe/Makefile | |
parent | 95f7ed4638d4e379783abdd5b250e203b6b1b435 (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/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/softpipe/Makefile b/src/gallium/drivers/softpipe/Makefile index 48522abe98f..a6ed7ea6a2a 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 \ |