Add more feilds to context.
authorJeremy Kolb <jkolb@freedesktop.org>
Fri, 14 Apr 2006 23:02:39 +0000 (23:02 +0000)
committerJeremy Kolb <jkolb@freedesktop.org>
Fri, 14 Apr 2006 23:02:39 +0000 (23:02 +0000)
src/mesa/drivers/dri/nouveau/nouveau_context.h

index 207e4467397788aefbf7b791f78a83f598c25c6c..e09d804ccf127aa0b2252742edc8656a27714a3c 100644 (file)
@@ -125,9 +125,12 @@ typedef struct nouveau_context {
 
         uint32_t vblank_flags;
 
+        GLuint new_state;
+        GLuint new_render_state;
+        GLuint render_index;
         GLmatrix viewport;
         GLfloat depth_scale;
-       GLuint render_index;
+
 }nouveauContextRec, *nouveauContextPtr;
 
 #define NOUVEAU_CONTEXT(ctx)           ((nouveauContextPtr)(ctx->DriverCtx))