diff options
author | Stephane Marchesin <[email protected]> | 2008-04-02 05:10:18 +0200 |
---|---|---|
committer | Stephane Marchesin <[email protected]> | 2008-04-02 05:10:18 +0200 |
commit | b1a361ba7a565063200c033e4939e6b28c006b13 (patch) | |
tree | 981084e003892c261a1be11680c9e3f0bbe90793 /src/gallium/drivers/nv10/nv10_screen.h | |
parent | 6806519a0b2a8af0c950f71705b02e13876d460f (diff) |
nv10: fix stuff and things.
Diffstat (limited to 'src/gallium/drivers/nv10/nv10_screen.h')
-rw-r--r-- | src/gallium/drivers/nv10/nv10_screen.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/gallium/drivers/nv10/nv10_screen.h b/src/gallium/drivers/nv10/nv10_screen.h index ac8c04072ab..4192fe11ef4 100644 --- a/src/gallium/drivers/nv10/nv10_screen.h +++ b/src/gallium/drivers/nv10/nv10_screen.h @@ -4,10 +4,14 @@ #include "pipe/p_screen.h" struct nv10_screen { - struct pipe_screen screen; + struct pipe_screen pipe; struct nouveau_winsys *nvws; unsigned chipset; + + /* HW graphics objects */ + struct nouveau_grobj *celsius; + struct nouveau_notifier *sync; }; static INLINE struct nv10_screen * |