Merge branch 'crestline-qa', adding support for the 965GM chipset.
authorEric Anholt <eric@anholt.net>
Fri, 30 Mar 2007 20:08:14 +0000 (13:08 -0700)
committerEric Anholt <eric@anholt.net>
Fri, 30 Mar 2007 20:11:38 +0000 (13:11 -0700)
src/mesa/drivers/dri/i965/intel_context.c
src/mesa/drivers/dri/i965/intel_context.h

index 34560e4353e118e2dd88c7213305a6673a677ded..10eb9a2e28da04a6fd6b85898f54df7efe3f596e 100644 (file)
@@ -115,6 +115,9 @@ static const GLubyte *intelGetString( GLcontext *ctx, GLenum name )
       case PCI_CHIP_I946_GZ:
         chipset = "Intel(R) 946GZ"; break;
          break;
+      case PCI_CHIP_I965_GM:
+        chipset = "Intel(R) 965GM"; break;
+         break;
       default:
         chipset = "Unknown Intel Chipset"; break;
       }
index a0f392f9353efea2da23804bdd324d910bbfe1a6..808512f7fd53ab37ba70933104dd51007b6e4a2a 100644 (file)
@@ -384,6 +384,7 @@ extern int INTEL_DEBUG;
 #define PCI_CHIP_I965_Q                        0x2992
 #define PCI_CHIP_I965_G_1              0x2982
 #define PCI_CHIP_I946_GZ               0x2972
+#define PCI_CHIP_I965_GM                0x2A02
 
 
 /* ================================================================