mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 07:18:17 +02:00
svga: s/INDEX_0D/INDEX_IMMEDIATE32/
Both are zero, but the later is the right token.
This commit is contained in:
parent
93779b87a1
commit
b09e4ab13c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue