summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorZack Rusin <[email protected]>2013-08-08 20:51:11 -0400
committerZack Rusin <[email protected]>2013-08-08 20:54:50 -0400
commite8d8974f80568e49b0f8c6c7a01e0ee58e0aedca (patch)
tree53d24a55d4eefaa7650e3b8054d1686e11d71414 /src
parent662a4d4a120cb0a07023f00e3c5e4a0809428a53 (diff)
softpipe: fix the regressions
softpipe has a really weird handling of the draw attrs, lets just not inject outputs in its data. Trivial.
Diffstat (limited to 'src')
-rw-r--r--src/gallium/drivers/softpipe/sp_state_derived.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/softpipe/sp_state_derived.c b/src/gallium/drivers/softpipe/sp_state_derived.c
index 9aa97d2d202..61153494c5b 100644
--- a/src/gallium/drivers/softpipe/sp_state_derived.c
+++ b/src/gallium/drivers/softpipe/sp_state_derived.c
@@ -65,8 +65,6 @@ softpipe_get_vertex_info(struct softpipe_context *softpipe)
{
struct vertex_info *vinfo = &softpipe->vertex_info;
- draw_prepare_shader_outputs(softpipe->draw);
-
if (vinfo->num_attribs == 0) {
/* compute vertex layout now */
const struct tgsi_shader_info *fsInfo = &softpipe->fs_variant->info;