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/nv50/nv50_context.c | |
parent | 0a12e4587ccf2c4fa71e93bb00b4582deb99a82c (diff) |
nouveau: enable multi-context/single-channel support for nv40
Diffstat (limited to 'src/gallium/drivers/nv50/nv50_context.c')
-rw-r--r-- | src/gallium/drivers/nv50/nv50_context.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/nv50/nv50_context.c b/src/gallium/drivers/nv50/nv50_context.c index e5054e34f6b..c937b8de6d4 100644 --- a/src/gallium/drivers/nv50/nv50_context.c +++ b/src/gallium/drivers/nv50/nv50_context.c @@ -56,7 +56,7 @@ nv50_init_hwctx(struct nv50_context *nv50, int tesla_class) #define GRCLASS5097_CHIPSETS 0x00000000 #define GRCLASS8297_CHIPSETS 0x00000010 struct pipe_context * -nv50_create(struct pipe_screen *pscreen) +nv50_create(struct pipe_screen *pscreen, unsigned pctx_id) { struct pipe_winsys *pipe_winsys = pscreen->winsys; struct nouveau_winsys *nvws = nv50_screen(pscreen)->nvws; |