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

Author: Eric Anholt <e...@anholt.net>
Date:   Thu Dec 11 20:34:57 2014 -0800

vc4: Drop redundant index size setting.

This is already done at set_index_buffer() time.

---

 src/gallium/drivers/vc4/vc4_draw.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/src/gallium/drivers/vc4/vc4_draw.c 
b/src/gallium/drivers/vc4/vc4_draw.c
index 2d82462..79d7d73 100644
--- a/src/gallium/drivers/vc4/vc4_draw.c
+++ b/src/gallium/drivers/vc4/vc4_draw.c
@@ -218,7 +218,6 @@ vc4_draw_vbo(struct pipe_context *pctx, const struct 
pipe_draw_info *info)
                 if (rsc->shadow_parent) {
                         vc4_update_shadow_index_buffer(pctx, &vc4->indexbuf);
                         offset = 0;
-                        index_size = 2;
                 }
 
                 cl_start_reloc(&vc4->bcl, 1);

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to