diff options
Diffstat (limited to 'src/gallium/drivers/svga')
-rw-r--r-- | src/gallium/drivers/svga/svga_tgsi_vgpu10.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/svga/svga_tgsi_vgpu10.c b/src/gallium/drivers/svga/svga_tgsi_vgpu10.c index ef5d78e0483..981251af628 100644 --- a/src/gallium/drivers/svga/svga_tgsi_vgpu10.c +++ b/src/gallium/drivers/svga/svga_tgsi_vgpu10.c @@ -745,7 +745,7 @@ setup_operand0_indexing(struct svga_shader_emitter_v10 *emit, boolean indirect, boolean index2D, unsigned tempArrayID) { - unsigned indexDim, index0Rep, index1Rep = VGPU10_OPERAND_INDEX_0D; + unsigned indexDim, index0Rep, index1Rep = VGPU10_OPERAND_INDEX_IMMEDIATE32; /* * Compute index dimensions |