diff options
author | Stephane Marchesin <[email protected]> | 2008-07-08 01:06:18 +0200 |
---|---|---|
committer | Stephane Marchesin <[email protected]> | 2008-07-08 01:06:18 +0200 |
commit | 52a68dd9eb1d347aa01ce09db9375793d0d0ceaf (patch) | |
tree | dc44e650a9641ff06754e6ad3cd9e716d9ea46c7 /src/gallium/drivers/nouveau/nouveau_winsys.h | |
parent | 6235141fd2c7af21c2b41ca66f06abc3cb0bbc24 (diff) |
nv04.
Diffstat (limited to 'src/gallium/drivers/nouveau/nouveau_winsys.h')
-rw-r--r-- | src/gallium/drivers/nouveau/nouveau_winsys.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gallium/drivers/nouveau/nouveau_winsys.h b/src/gallium/drivers/nouveau/nouveau_winsys.h index 13810460bfe..48feeba309d 100644 --- a/src/gallium/drivers/nouveau/nouveau_winsys.h +++ b/src/gallium/drivers/nouveau/nouveau_winsys.h @@ -58,6 +58,12 @@ struct nouveau_winsys { }; extern struct pipe_screen * +nv04_screen_create(struct pipe_winsys *ws, struct nouveau_winsys *); + +extern struct pipe_context * +nv04_create(struct pipe_screen *, unsigned pctx_id); + +extern struct pipe_screen * nv10_screen_create(struct pipe_winsys *ws, struct nouveau_winsys *); extern struct pipe_context * |