mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-28 09:40:21 +01:00
r300-gallium: Size mismatch.
This commit is contained in:
parent
6a40d1e9d9
commit
572d7d1358
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ static void r300_surface_fill(struct pipe_context* pipe,
|
|||
r300_emit_rs_block_state(r300, &r300_rs_block_clear_state);
|
||||
}
|
||||
|
||||
BEGIN_CS(24);
|
||||
BEGIN_CS(26);
|
||||
|
||||
/* VAP stream control, mapping from input memory to PVS/RS memory */
|
||||
if (caps->has_tcl) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue