diff options
author | Dave Airlie <airlied@redhat.com> | 2010-08-30 15:50:33 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2010-08-30 15:50:52 +1000 |
commit | db92a03aacc0c0e13377af4f54ef5303400b4810 (patch) | |
tree | 539f8bf2a1e66aa59b6dfff6a2c40456fd286868 /src | |
parent | 47d5a19df1e7760c4f5f0e340bfc56355c2e428b (diff) |
r600g: fix warning introduced by last commit.
Diffstat (limited to 'src')
-rw-r--r-- | 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 bda829af2b..9a4e39e2cc 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; |