aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChristian König <[email protected]>2011-07-11 12:31:54 +0200
committerChristian König <[email protected]>2011-07-11 12:31:54 +0200
commit96718d98deb28d5be6610ff6d827a747fddd5890 (patch)
tree2031b68d1ecdbd9a989f255d7c880410cf9f3a84 /src
parent358795bc0bacdba9a36bb010ef18ee1b2d086f2d (diff)
[g3dvl] softpipe is no longer needed for dri-nouveau
Diffstat (limited to 'src')
-rw-r--r--src/gallium/targets/dri-nouveau/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/targets/dri-nouveau/Makefile b/src/gallium/targets/dri-nouveau/Makefile
index 26c927e0a81..eb1ee859a00 100644
--- a/src/gallium/targets/dri-nouveau/Makefile
+++ b/src/gallium/targets/dri-nouveau/Makefile
@@ -11,7 +11,6 @@ PIPE_DRIVERS = \
$(TOP)/src/gallium/drivers/nvfx/libnvfx.a \
$(TOP)/src/gallium/drivers/nv50/libnv50.a \
$(TOP)/src/gallium/drivers/nvc0/libnvc0.a \
- $(TOP)/src/gallium/drivers/softpipe/libsoftpipe.a \
$(TOP)/src/gallium/drivers/nouveau/libnouveau.a
C_SOURCES = \