summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv30/nv30_screen.h
diff options
context:
space:
mode:
authorPatrice Mandin <pmandin@caramail.com>2008-06-24 21:04:37 +0200
committerPatrice Mandin <pmandin@caramail.com>2008-06-24 21:04:37 +0200
commitb831aa06dc0d099185bcaa180683ad10942feaa0 (patch)
tree4cb9a1e844f13a14ead086c1670a1ea6599b151a /src/gallium/drivers/nv30/nv30_screen.h
parentbb1089192572714a604cbef836c34cb16da933f4 (diff)
nv30: add context value
Diffstat (limited to 'src/gallium/drivers/nv30/nv30_screen.h')
-rw-r--r--src/gallium/drivers/nv30/nv30_screen.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/nv30/nv30_screen.h b/src/gallium/drivers/nv30/nv30_screen.h
index 816ece94c4..b7ddc2a959 100644
--- a/src/gallium/drivers/nv30/nv30_screen.h
+++ b/src/gallium/drivers/nv30/nv30_screen.h
@@ -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;