diff options
author | Keith Whitwell <[email protected]> | 2009-08-23 11:22:41 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-08-23 11:22:41 +0100 |
commit | 4fe0fc3eba1f79beda890a5016359d549bab6ad4 (patch) | |
tree | 8545d36658d34a101e432290c2ff34b973702257 /src/gallium/drivers/softpipe/SConscript | |
parent | 47800c572f199e7857e02e0f999b410c727a275d (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/SConscript')
-rw-r--r-- | src/gallium/drivers/softpipe/SConscript | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/softpipe/SConscript b/src/gallium/drivers/softpipe/SConscript index 30c099813e1..153fe44546d 100644 --- a/src/gallium/drivers/softpipe/SConscript +++ b/src/gallium/drivers/softpipe/SConscript @@ -12,7 +12,6 @@ softpipe = env.ConvenienceLibrary( 'sp_context.c', 'sp_draw_arrays.c', 'sp_flush.c', - 'sp_prim_setup.c', 'sp_prim_vbuf.c', 'sp_setup.c', 'sp_quad_alpha_test.c', |