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_context.h | |
parent | 0a12e4587ccf2c4fa71e93bb00b4582deb99a82c (diff) |
nouveau: enable multi-context/single-channel support for nv40
Diffstat (limited to 'src/gallium/drivers/nv40/nv40_context.h')
-rw-r--r-- | src/gallium/drivers/nv40/nv40_context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/nv40/nv40_context.h b/src/gallium/drivers/nv40/nv40_context.h index 3b669594dc3..e118776306b 100644 --- a/src/gallium/drivers/nv40/nv40_context.h +++ b/src/gallium/drivers/nv40/nv40_context.h @@ -108,6 +108,7 @@ struct nv40_context { struct nouveau_winsys *nvws; struct nv40_screen *screen; + unsigned pctx_id; struct draw_context *draw; |