softpipe: fix the regressions

softpipe has a really weird handling of the draw attrs, lets
just not inject outputs in its data.
Trivial.
This commit is contained in:
Zack Rusin 2013-08-08 20:51:11 -04:00
parent 662a4d4a12
commit e8d8974f80

View file

@ -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;