diff options
author | Christian König <deathsimple@vodafone.de> | 2011-07-11 12:31:54 +0200 |
---|---|---|
committer | Christian König <deathsimple@vodafone.de> | 2011-07-11 12:31:54 +0200 |
commit | 96718d98deb28d5be6610ff6d827a747fddd5890 (patch) | |
tree | 2031b68d1ecdbd9a989f255d7c880410cf9f3a84 /src/gallium/targets | |
parent | 358795bc0bacdba9a36bb010ef18ee1b2d086f2d (diff) | |
download | external_mesa3d-96718d98deb28d5be6610ff6d827a747fddd5890.zip external_mesa3d-96718d98deb28d5be6610ff6d827a747fddd5890.tar.gz external_mesa3d-96718d98deb28d5be6610ff6d827a747fddd5890.tar.bz2 |
[g3dvl] softpipe is no longer needed for dri-nouveau
Diffstat (limited to 'src/gallium/targets')
-rw-r--r-- | src/gallium/targets/dri-nouveau/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/targets/dri-nouveau/Makefile b/src/gallium/targets/dri-nouveau/Makefile index 26c927e..eb1ee85 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 = \ |