summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nouveau/nouveau_winsys.h
diff options
context:
space:
mode:
authorStephane Marchesin <marchesin@icps.u-strasbg.fr>2008-07-08 01:06:18 +0200
committerStephane Marchesin <marchesin@icps.u-strasbg.fr>2008-07-08 01:06:18 +0200
commit52a68dd9eb1d347aa01ce09db9375793d0d0ceaf (patch)
treedc44e650a9641ff06754e6ad3cd9e716d9ea46c7 /src/gallium/drivers/nouveau/nouveau_winsys.h
parent6235141fd2c7af21c2b41ca66f06abc3cb0bbc24 (diff)
nv04.
Diffstat (limited to 'src/gallium/drivers/nouveau/nouveau_winsys.h')
-rw-r--r--src/gallium/drivers/nouveau/nouveau_winsys.h6
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 13810460bf..48feeba309 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 *