From: Ben Skeggs Date: Mon, 21 Jul 2008 09:05:55 +0000 (+1000) Subject: nv50: add NV86 and NV94 to list of "supported" chips X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a3616067fee97f06fb52131ac13c39aeca6dc06a;p=mesa.git nv50: add NV86 and NV94 to list of "supported" chips --- diff --git a/src/gallium/drivers/nv50/nv50_screen.c b/src/gallium/drivers/nv50/nv50_screen.c index bba5ca4d4e5..2f3cf041d1c 100644 --- a/src/gallium/drivers/nv50/nv50_screen.c +++ b/src/gallium/drivers/nv50/nv50_screen.c @@ -29,8 +29,8 @@ #include "nouveau/nouveau_stateobj.h" #define NV5X_GRCLASS5097_CHIPSETS 0x00000001 -#define NV8X_GRCLASS8297_CHIPSETS 0x00000010 -#define NV9X_GRCLASS8297_CHIPSETS 0x00000004 +#define NV8X_GRCLASS8297_CHIPSETS 0x00000050 +#define NV9X_GRCLASS8297_CHIPSETS 0x00000014 static boolean nv50_screen_is_format_supported(struct pipe_screen *pscreen,