From e8d8974f80568e49b0f8c6c7a01e0ee58e0aedca Mon Sep 17 00:00:00 2001 From: Zack Rusin Date: Thu, 8 Aug 2013 20:51:11 -0400 Subject: [PATCH] softpipe: fix the regressions softpipe has a really weird handling of the draw attrs, lets just not inject outputs in its data. Trivial. --- src/gallium/drivers/softpipe/sp_state_derived.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/gallium/drivers/softpipe/sp_state_derived.c b/src/gallium/drivers/softpipe/sp_state_derived.c index 9aa97d2..6115349 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; -- 2.7.4