Add more feilds to context.

This commit is contained in:
Jeremy Kolb
2006-04-14 23:02:39 +00:00
parent 911ec211a5
commit 97d11ecd6c
@@ -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))