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

Author: Brian Paul <bri...@vmware.com>
Date:   Fri Aug 19 09:37:11 2016 -0600

svga: s/INDEX_0D/INDEX_IMMEDIATE32/

Both are zero, but the later is the right token.

---

 src/gallium/drivers/svga/svga_tgsi_vgpu10.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gallium/drivers/svga/svga_tgsi_vgpu10.c 
b/src/gallium/drivers/svga/svga_tgsi_vgpu10.c
index ef5d78e..981251a 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

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to