diff options
author | Patrice Mandin <pmandin@caramail.com> | 2008-06-24 21:04:37 +0200 |
---|---|---|
committer | Patrice Mandin <pmandin@caramail.com> | 2008-06-24 21:04:37 +0200 |
commit | b831aa06dc0d099185bcaa180683ad10942feaa0 (patch) | |
tree | 4cb9a1e844f13a14ead086c1670a1ea6599b151a | |
parent | bb1089192572714a604cbef836c34cb16da933f4 (diff) |
nv30: add context value
-rw-r--r-- | src/gallium/drivers/nv30/nv30_screen.h | 2 |
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; |