Added render index field to the context

This commit is contained in:
Stephane Marchesin 2006-04-14 22:58:30 +00:00
parent 576b3433da
commit 4c850f346b

View file

@ -127,7 +127,8 @@ typedef struct nouveau_context {
GLmatrix viewport;
GLfloat depth_scale;
GLfloat depth_scale;
GLuint render_index;
}nouveauContextRec, *nouveauContextPtr;
#define NOUVEAU_CONTEXT(ctx) ((nouveauContextPtr)(ctx->DriverCtx))