diff options
author | Ben Skeggs <[email protected]> | 2008-03-02 14:56:42 +1100 |
---|---|---|
committer | Ben Skeggs <[email protected]> | 2008-03-02 15:02:25 +1100 |
commit | b560ed2444383b9634786fe742b8cb6f5cdfc781 (patch) | |
tree | ecaec1297027c749bc212870ffca9b6525063e52 /src/gallium/drivers/nv40/nv40_screen.h | |
parent | 0a12e4587ccf2c4fa71e93bb00b4582deb99a82c (diff) |
nouveau: enable multi-context/single-channel support for nv40
Diffstat (limited to 'src/gallium/drivers/nv40/nv40_screen.h')
-rw-r--r-- | src/gallium/drivers/nv40/nv40_screen.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/nv40/nv40_screen.h b/src/gallium/drivers/nv40/nv40_screen.h index 9f9668dbb6b..3ea78aadfd9 100644 --- a/src/gallium/drivers/nv40/nv40_screen.h +++ b/src/gallium/drivers/nv40/nv40_screen.h @@ -9,6 +9,8 @@ struct nv40_screen { struct nouveau_winsys *nvws; unsigned chipset; + unsigned cur_pctx; + /* HW graphics objects */ struct nouveau_grobj *curie; struct nouveau_notifier *sync; |