summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2014-02-23 15:10:12 -0500
committerTom Stellard <thomas.stellard@amd.com>2014-02-23 15:10:12 -0500
commitd69ff9a6061813c35afe9e1201559d463cee56bb (patch)
tree8049c391b9763642101ca067d84885a3202808bf
parente3724143040760963d2fd1f5913d968bda338345 (diff)
XXX: Set stride Hello world is working
-rw-r--r--src/gallium/drivers/r600/r600_compute.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/r600/r600_compute.c b/src/gallium/drivers/r600/r600_compute.c
index 8995fac4d7c..dc7e16cc2e4 100644
--- a/src/gallium/drivers/r600/r600_compute.c
+++ b/src/gallium/drivers/r600/r600_compute.c
@@ -370,6 +370,7 @@ static void r600_launch_grid(
sel->current = kernel->shader;
sel->num_shaders = 1;
sel->type = PIPE_SHADER_VERTEX;
+ sel->so.stride[0] = 1;
ctx_->bind_vs_state(ctx_, sel);
}
#endif