Mesa (master): r300g: Remove redundant initialization.

Vinson Lee vlee at kemper.freedesktop.org
Mon Feb 14 18:49:48 UTC 2011


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Mon Feb 14 10:47:58 2011 -0800

r300g: Remove redundant initialization.

Remove redundant initialization from commit
3b01b52bd78e3d2fc857feacebd815a5fae00c94 noticed by tstellar.

---

 src/gallium/drivers/r300/r300_emit.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/drivers/r300/r300_emit.c b/src/gallium/drivers/r300/r300_emit.c
index 9c3a5e8..6ded868 100644
--- a/src/gallium/drivers/r300/r300_emit.c
+++ b/src/gallium/drivers/r300/r300_emit.c
@@ -815,7 +815,7 @@ void r300_emit_vertex_arrays(struct r300_context* r300, int offset, boolean inde
     unsigned vertex_array_count = r300->velems->count;
     unsigned packet_size = (vertex_array_count * 3 + 1) / 2;
     struct pipe_vertex_buffer *vb1, *vb2;
-    unsigned *hw_format_size = r300->velems->format_size;
+    unsigned *hw_format_size;
     unsigned size1, size2;
     CS_LOCALS(r300);
 




More information about the mesa-commit mailing list