Mesa (master): r600g: fix warning introduced by last commit.

Dave Airlie airlied at kemper.freedesktop.org
Mon Aug 30 05:51:22 UTC 2010


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

Author: Dave Airlie <airlied at redhat.com>
Date:   Mon Aug 30 15:50:33 2010 +1000

r600g: fix warning introduced by last commit.

---

 src/gallium/drivers/r600/r600_shader.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/gallium/drivers/r600/r600_shader.c b/src/gallium/drivers/r600/r600_shader.c
index bda829a..9a4e39e 100644
--- a/src/gallium/drivers/r600/r600_shader.c
+++ b/src/gallium/drivers/r600/r600_shader.c
@@ -287,7 +287,6 @@ static int tgsi_is_supported(struct r600_shader_ctx *ctx)
 		if (i->Src[j].Register.Dimension ||
 			i->Src[j].Register.Absolute) {
 			R600_ERR("unsupported src %d (dimension %d|absolute %d)\n", j,
-				 i->Src[j].Register.Indirect,
 				 i->Src[j].Register.Dimension,
 				 i->Src[j].Register.Absolute);
 			return -EINVAL;




More information about the mesa-commit mailing list