summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/softpipe/Makefile
diff options
context:
space:
mode:
authorKeith Whitwell <[email protected]>2007-12-11 13:00:12 +0000
committerKeith Whitwell <[email protected]>2007-12-11 13:14:56 +0000
commit48731280d08bef51c406703e82986643e17b4757 (patch)
tree41aff56ce1b14d4b700b0af47cad581bde922619 /src/mesa/pipe/softpipe/Makefile
parent89afc929f4e18165f1043c36844150e78f300cd5 (diff)
gallium: Remove feedback interfaces from pipe driver.
Something similar will return when geometry shaders are added, but for now this interface is not required.
Diffstat (limited to 'src/mesa/pipe/softpipe/Makefile')
-rw-r--r--src/mesa/pipe/softpipe/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/pipe/softpipe/Makefile b/src/mesa/pipe/softpipe/Makefile
index 647cc05373b..5e6886a37e1 100644
--- a/src/mesa/pipe/softpipe/Makefile
+++ b/src/mesa/pipe/softpipe/Makefile
@@ -27,7 +27,6 @@ DRIVER_SOURCES = \
sp_state_blend.c \
sp_state_clip.c \
sp_state_derived.c \
- sp_state_feedback.c \
sp_state_fs.c \
sp_state_sampler.c \
sp_state_rasterizer.c \