summaryrefslogtreecommitdiff
path: root/src/mesa/pipe
diff options
context:
space:
mode:
authorStephane Marchesin <marchesin@icps.u-strasbg.fr>2008-02-15 02:25:17 +0100
committerStephane Marchesin <marchesin@icps.u-strasbg.fr>2008-02-15 02:26:03 +0100
commite538dc52c13eb9225afd8cb6c1099e97e723a558 (patch)
tree9a42629d920ddbfcc8ac61c5f208b7d65e24bcf3 /src/mesa/pipe
parente713cb26c9adeff4e35a9b2cac35e7c025ef72b4 (diff)
nouveau: hook in nv30.
Diffstat (limited to 'src/mesa/pipe')
-rw-r--r--src/mesa/pipe/nouveau/nouveau_winsys.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/pipe/nouveau/nouveau_winsys.h b/src/mesa/pipe/nouveau/nouveau_winsys.h
index 0b394cfce6..818ae9afae 100644
--- a/src/mesa/pipe/nouveau/nouveau_winsys.h
+++ b/src/mesa/pipe/nouveau/nouveau_winsys.h
@@ -50,6 +50,9 @@ struct nouveau_winsys {
};
extern struct pipe_context *
+nv30_create(struct pipe_winsys *, struct nouveau_winsys *, unsigned chipset);
+
+extern struct pipe_context *
nv40_create(struct pipe_winsys *, struct nouveau_winsys *, unsigned chipset);
extern struct pipe_context *