summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv30
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/nv30')
-rw-r--r--src/gallium/drivers/nv30/nv30_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/nv30/nv30_context.h b/src/gallium/drivers/nv30/nv30_context.h
index c63847a087..21cffc6d27 100644
--- a/src/gallium/drivers/nv30/nv30_context.h
+++ b/src/gallium/drivers/nv30/nv30_context.h
@@ -48,7 +48,7 @@ struct nv30_context {
unsigned vp_samplers;
uint32_t rt_enable;
- struct pipe_buffer *rt[4];
+ struct pipe_buffer *rt[2];
struct pipe_buffer *zeta;
struct {