From: Dave Airlie <airl...@redhat.com>

This was found during writing the images code, we need to
make sure we route the correct index register.

Signed-off-by: Dave Airlie <airl...@redhat.com>
---
 src/gallium/drivers/r600/r600_asm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gallium/drivers/r600/r600_asm.c 
b/src/gallium/drivers/r600/r600_asm.c
index 3dcbde0..27f5647 100644
--- a/src/gallium/drivers/r600/r600_asm.c
+++ b/src/gallium/drivers/r600/r600_asm.c
@@ -1348,7 +1348,7 @@ int r600_bytecode_add_vtx(struct r600_bytecode *bc, const 
struct r600_bytecode_v
        /* Load index register if required */
        if (bc->chip_class >= EVERGREEN) {
                if (vtx->buffer_index_mode)
-                       egcm_load_index_reg(bc, 0, false);
+                       egcm_load_index_reg(bc, vtx->buffer_index_mode - 1, 
false);
        }
 
        /* cf can contains only alu or only vtx or only tex */
-- 
2.9.3

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

Reply via email to