r300g: initialize VAP_VTX_STATE_CNTL

This got lost during the rasterizer rewrite.
This commit is contained in:
Marek Olšák
2010-08-11 02:58:50 +02:00
parent 683ef52e19
commit ca5227ce8b
@@ -337,6 +337,11 @@ static void r300_update_rs_block(struct r300_context *r300)
rX00_rs_tex_write = r300_rs_tex_write;
}
/* 0x5555 copied from classic, which means:
* Select user color 0 for COLOR0 up to COLOR7.
* What the hell does that mean? */
rs.vap_vtx_state_cntl = 0x5555;
/* The position is always present in VAP. */
rs.vap_vsm_vtx_assm |= R300_INPUT_CNTL_POS;
rs.vap_out_vtx_fmt[0] |= R300_VAP_OUTPUT_VTX_FMT_0__POS_PRESENT;