From: Zack Rusin Date: Fri, 9 Aug 2013 00:51:11 +0000 (-0400) Subject: softpipe: fix the regressions X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e8d8974f80568e49b0f8c6c7a01e0ee58e0aedca;p=mesa.git softpipe: fix the regressions softpipe has a really weird handling of the draw attrs, lets just not inject outputs in its data. Trivial. --- 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;