From: Stephane Marchesin Date: Sun, 3 Feb 2008 22:08:06 +0000 (+0100) Subject: Add NV63. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5351e7270f71dbcea9f790d4904327da87f931ba;p=mesa.git Add NV63. --- diff --git a/src/mesa/pipe/nv40/nv40_context.c b/src/mesa/pipe/nv40/nv40_context.c index d0d9583e32e..1351a79fe0a 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,