diff options
author | Ben Skeggs <[email protected]> | 2008-03-12 02:39:13 +1100 |
---|---|---|
committer | Ben Skeggs <[email protected]> | 2008-03-12 02:39:13 +1100 |
commit | b2e48f848496d5e315e536688c8c33dfb1fab7eb (patch) | |
tree | bf9425f123fdfc58e2a605676067432971e28a9a /src/gallium/drivers/nv50/nv50_screen.h | |
parent | 1fb3c94f03e07a80bb7a93777d4fef5173da71ca (diff) |
nv50: convert to hwctx-in-screen as nv40 is
Diffstat (limited to 'src/gallium/drivers/nv50/nv50_screen.h')
-rw-r--r-- | src/gallium/drivers/nv50/nv50_screen.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gallium/drivers/nv50/nv50_screen.h b/src/gallium/drivers/nv50/nv50_screen.h index d664816a031..6e4120d6693 100644 --- a/src/gallium/drivers/nv50/nv50_screen.h +++ b/src/gallium/drivers/nv50/nv50_screen.h @@ -8,6 +8,11 @@ struct nv50_screen { struct nouveau_winsys *nvws; unsigned chipset; + + unsigned cur_pctx; + + struct nouveau_grobj *tesla; + struct nouveau_notifier *sync; }; static INLINE struct nv50_screen * |