diff options
author | Stephane Marchesin <marchesin@icps.u-strasbg.fr> | 2008-02-03 23:08:06 +0100 |
---|---|---|
committer | Stephane Marchesin <marchesin@icps.u-strasbg.fr> | 2008-02-03 23:08:06 +0100 |
commit | 5351e7270f71dbcea9f790d4904327da87f931ba (patch) | |
tree | 74250bbb749fcea0fbd2f06de9889cc91030a723 /src | |
parent | ae7dcae81bc54bc16f16127f2fa1d01d9aa2332c (diff) |
Add NV63.
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/pipe/nv40/nv40_context.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/nv40/nv40_context.c b/src/mesa/pipe/nv40/nv40_context.c index d0d9583e32..1351a79fe0 100644 --- a/src/mesa/pipe/nv40/nv40_context.c +++ b/src/mesa/pipe/nv40/nv40_context.c @@ -190,7 +190,7 @@ nv40_init_hwctx(struct nv40_context *nv40, int curie_class) #define NV4X_GRCLASS4097_CHIPSETS 0x00000baf #define NV4X_GRCLASS4497_CHIPSETS 0x00005450 -#define NV6X_GRCLASS4497_CHIPSETS 0x00000080 +#define NV6X_GRCLASS4497_CHIPSETS 0x00000088 struct pipe_context * nv40_create(struct pipe_winsys *pipe_winsys, struct nouveau_winsys *nvws, |