diff options
author | Stephane Marchesin <marchesin@icps.u-strasbg.fr> | 2008-02-15 02:25:17 +0100 |
---|---|---|
committer | Stephane Marchesin <marchesin@icps.u-strasbg.fr> | 2008-02-15 02:26:03 +0100 |
commit | e538dc52c13eb9225afd8cb6c1099e97e723a558 (patch) | |
tree | 9a42629d920ddbfcc8ac61c5f208b7d65e24bcf3 /src/mesa/pipe | |
parent | e713cb26c9adeff4e35a9b2cac35e7c025ef72b4 (diff) |
nouveau: hook in nv30.
Diffstat (limited to 'src/mesa/pipe')
-rw-r--r-- | src/mesa/pipe/nouveau/nouveau_winsys.h | 3 |
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 * |