From: Corbin Simpson Date: Tue, 7 Apr 2009 06:25:27 +0000 (-0700) Subject: r300-gallium: Fix surface_copy too. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6a1be41af93ef0ad835c75b993603c54917f934d;p=mesa.git r300-gallium: Fix surface_copy too. --- diff --git a/src/gallium/drivers/r300/r300_surface.c b/src/gallium/drivers/r300/r300_surface.c index 6bc39954b71..79bed032538 100644 --- a/src/gallium/drivers/r300/r300_surface.c +++ b/src/gallium/drivers/r300/r300_surface.c @@ -228,7 +228,8 @@ static void r300_surface_copy(struct pipe_context* pipe, if (caps->has_tcl) { r300_emit_vertex_shader(r300, &r300_texture_vertex_shader); } else { - BEGIN_CS(2); + BEGIN_CS(4); + OUT_CS_REG(R300_VAP_CNTL_STATUS, R300_VAP_TCL_BYPASS); OUT_CS_REG(R300_VAP_CNTL, R300_PVS_NUM_SLOTS(5) | R300_PVS_NUM_CNTLRS(5) | R300_PVS_NUM_FPUS(caps->num_vert_fpus) |