Browse Source

r600g: Set the fetch type in r600_bc_vtx_build().

tags/android-x86-2.2-r2
Henri Verbeet 14 years ago
parent
commit
871460eb14
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/gallium/drivers/r600/r600_asm.c

+ 1
- 0
src/gallium/drivers/r600/r600_asm.c View File

@@ -1348,6 +1348,7 @@ static int r600_bc_vtx_build(struct r600_bc *bc, struct r600_bc_vtx *vtx, unsign
}
}
bc->bytecode[id++] = S_SQ_VTX_WORD0_BUFFER_ID(vtx->buffer_id + fetch_resource_start) |
S_SQ_VTX_WORD0_FETCH_TYPE(vtx->fetch_type) |
S_SQ_VTX_WORD0_SRC_GPR(vtx->src_gpr) |
S_SQ_VTX_WORD0_SRC_SEL_X(vtx->src_sel_x) |
S_SQ_VTX_WORD0_MEGA_FETCH_COUNT(vtx->mega_fetch_count);

Loading…
Cancel
Save