nv30: add context value
authorPatrice Mandin <pmandin@caramail.com>
Tue, 24 Jun 2008 19:04:37 +0000 (21:04 +0200)
committerPatrice Mandin <pmandin@caramail.com>
Tue, 24 Jun 2008 19:04:37 +0000 (21:04 +0200)
src/gallium/drivers/nv30/nv30_screen.h

index 816ece94c4aef0b5c009d37846086a21a157a3a9..b7ddc2a95942757397c8b9b926ccaa0f25e38d90 100644 (file)
@@ -8,6 +8,8 @@ struct nv30_screen {
 
        struct nouveau_winsys *nvws;
 
+       unsigned cur_pctx;
+
        /* HW graphics objects */
        struct nouveau_grobj *rankine;
        struct nouveau_notifier *sync;