summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Skeggs <skeggsb@nisroch.keine.ath.cx>2008-07-21 19:05:55 +1000
committerBen Skeggs <skeggsb@nisroch.keine.ath.cx>2008-07-21 19:07:07 +1000
commita3616067fee97f06fb52131ac13c39aeca6dc06a (patch)
tree66c3c77fa61c8ef866388f16ef8cb501c14c2333
parentc243573fafe8e83d4964535b201c499164d7c172 (diff)
nv50: add NV86 and NV94 to list of "supported" chips
-rw-r--r--src/gallium/drivers/nv50/nv50_screen.c4
1 files changed, 2 insertions, 2 deletions
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,