Added render index field to the context
authorStephane Marchesin <marchesin@icps.u-strasbg.fr>
Fri, 14 Apr 2006 22:58:30 +0000 (22:58 +0000)
committerStephane Marchesin <marchesin@icps.u-strasbg.fr>
Fri, 14 Apr 2006 22:58:30 +0000 (22:58 +0000)
src/mesa/drivers/dri/nouveau/nouveau_context.h

index 442681cb7e83ebc3cf93e170b648b79312b7eefd..e1b56e36f546577ec2e47452beed17747730cc3e 100644 (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))