mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 08:58:02 +02:00
r300-gallium: Fix surface_copy too.
This commit is contained in:
parent
ffbf3f4952
commit
6a1be41af9
1 changed files with 2 additions and 1 deletions
|
|
@ -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) |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue