Mesa (master): softpipe: fix the regressions

Zack Rusin zack at kemper.freedesktop.org
Fri Aug 9 00:58:37 UTC 2013


Module: Mesa
Branch: master
Commit: e8d8974f80568e49b0f8c6c7a01e0ee58e0aedca
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e8d8974f80568e49b0f8c6c7a01e0ee58e0aedca

Author: Zack Rusin <zackr at vmware.com>
Date:   Thu Aug  8 20:51:11 2013 -0400

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




More information about the mesa-commit mailing list