mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
nv30: wrong number of parameters
This commit is contained in:
parent
c303cf15dc
commit
0a5ed0667e
1 changed files with 1 additions and 1 deletions
|
|
@ -609,7 +609,7 @@ nv30_set_framebuffer_state(struct pipe_context *pipe,
|
|||
}
|
||||
|
||||
if (rt_enable & NV34TCL_RT_ENABLE_COLOR1) {
|
||||
BEGIN_RING(rankine, NV34TCL_COLOR1_PITCH, 2);
|
||||
BEGIN_RING(rankine, NV34TCL_COLOR1_PITCH, 1);
|
||||
OUT_RING (rt[1]->pitch * rt[1]->cpp);
|
||||
nv30->rt[1] = rt[1]->buffer;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue