From: Stephane Marchesin Date: Fri, 14 Apr 2006 22:58:30 +0000 (+0000) Subject: Added render index field to the context X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4c850f346bde46fef009e43ec46aaac709e8da5a;p=mesa.git Added render index field to the context --- diff --git a/src/mesa/drivers/dri/nouveau/nouveau_context.h b/src/mesa/drivers/dri/nouveau/nouveau_context.h index 442681cb7e8..e1b56e36f54 100644 --- a/src/mesa/drivers/dri/nouveau/nouveau_context.h +++ b/src/mesa/drivers/dri/nouveau/nouveau_context.h @@ -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))