summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/nouveau/nouveau_context.h
diff options
context:
space:
mode:
authorJeremy Kolb <jkolb@freedesktop.org>2006-04-14 17:39:43 +0000
committerJeremy Kolb <jkolb@freedesktop.org>2006-04-14 17:39:43 +0000
commit5fd11335f655e27515d9bf92fef5d9a8cd4f6bb5 (patch)
tree17cd34918b650c982d61a3e80bc1e0dff4463a9e /src/mesa/drivers/dri/nouveau/nouveau_context.h
parentf799745f50ff2e61f535816d623e643cc1eac944 (diff)
Added the beginnings of state (not much there yet). Fixed some includes.
Diffstat (limited to 'src/mesa/drivers/dri/nouveau/nouveau_context.h')
-rw-r--r--src/mesa/drivers/dri/nouveau/nouveau_context.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/nouveau/nouveau_context.h b/src/mesa/drivers/dri/nouveau/nouveau_context.h
index 83ac2fd455..c2929a16a8 100644
--- a/src/mesa/drivers/dri/nouveau/nouveau_context.h
+++ b/src/mesa/drivers/dri/nouveau/nouveau_context.h
@@ -115,6 +115,9 @@ typedef struct nouveau_context {
driOptionCache optionCache;
uint32_t vblank_flags;
+
+ GLfloat viewport[16];
+
}nouveauContextRec, *nouveauContextPtr;
#define NOUVEAU_CONTEXT(ctx) ((nouveauContextPtr)(ctx->DriverCtx))