From: Patrice Mandin Date: Tue, 24 Jun 2008 19:04:37 +0000 (+0200) Subject: nv30: add context value X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b831aa06dc0d099185bcaa180683ad10942feaa0;p=mesa.git nv30: add context value --- diff --git a/src/gallium/drivers/nv30/nv30_screen.h b/src/gallium/drivers/nv30/nv30_screen.h index 816ece94c4a..b7ddc2a9594 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;