summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv30
diff options
context:
space:
mode:
authorPatrice Mandin <pmandin@caramail.com>2008-02-22 17:18:27 +0100
committerPatrice Mandin <pmandin@caramail.com>2008-02-22 17:18:27 +0100
commit0a5ed0667e6bd934a150bf7f784349fa7f595309 (patch)
treee05f41dc8f09ce145572ddc6e67659e238953f25 /src/gallium/drivers/nv30
parentc303cf15dcf2744028f920cf71d7e6fda709bd15 (diff)
nv30: wrong number of parameters
Diffstat (limited to 'src/gallium/drivers/nv30')
-rw-r--r--src/gallium/drivers/nv30/nv30_state.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/nv30/nv30_state.c b/src/gallium/drivers/nv30/nv30_state.c
index 53368561e0..db4dac24c7 100644
--- a/src/gallium/drivers/nv30/nv30_state.c
+++ b/src/gallium/drivers/nv30/nv30_state.c
@@ -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;
}