summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_setup.c
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2009-08-23 11:22:41 +0100
committerKeith Whitwell <keithw@vmware.com>2009-08-23 11:22:41 +0100
commit4fe0fc3eba1f79beda890a5016359d549bab6ad4 (patch)
tree8545d36658d34a101e432290c2ff34b973702257 /src/gallium/drivers/softpipe/sp_setup.c
parent47800c572f199e7857e02e0f999b410c727a275d (diff)
softpipe: remove old prim_setup draw stage
Everything now goes through the draw_vbuf handler, the same as regular drivers.
Diffstat (limited to 'src/gallium/drivers/softpipe/sp_setup.c')
-rw-r--r--src/gallium/drivers/softpipe/sp_setup.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/softpipe/sp_setup.c b/src/gallium/drivers/softpipe/sp_setup.c
index a132911c99..bc8366b0e6 100644
--- a/src/gallium/drivers/softpipe/sp_setup.c
+++ b/src/gallium/drivers/softpipe/sp_setup.c
@@ -33,7 +33,6 @@
*/
#include "sp_context.h"
-#include "sp_prim_setup.h"
#include "sp_quad.h"
#include "sp_quad_pipe.h"
#include "sp_setup.h"