summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/nouveau/nouveau_context.h
diff options
context:
space:
mode:
authorPatrice Mandin <pmandin@caramail.com>2007-08-19 20:12:26 +0200
committerPatrice Mandin <pmandin@caramail.com>2007-08-19 20:12:26 +0200
commitef71a0fd4536363e578c49a05b6f1161f907c150 (patch)
treecb23e7653fea54d0af0c2c3730f186cc253b6841 /src/mesa/drivers/dri/nouveau/nouveau_context.h
parent53cf87be1b93c760228e6a9af8115d2a9ff99337 (diff)
nouveau: nv10: only one color buffer atm
Diffstat (limited to 'src/mesa/drivers/dri/nouveau/nouveau_context.h')
-rw-r--r--src/mesa/drivers/dri/nouveau/nouveau_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/nouveau/nouveau_context.h b/src/mesa/drivers/dri/nouveau/nouveau_context.h
index 65ecf21cab..778c4401e4 100644
--- a/src/mesa/drivers/dri/nouveau/nouveau_context.h
+++ b/src/mesa/drivers/dri/nouveau/nouveau_context.h
@@ -124,7 +124,7 @@ typedef struct nouveau_context {
GLuint vertex_attr_count;
/* Color and depth renderbuffers */
- nouveau_renderbuffer_t *color_buffer[2];
+ nouveau_renderbuffer_t *color_buffer;
nouveau_renderbuffer_t *depth_buffer;
/* Color buffer clear value */