OSDN Git Service

adding pci id of Crestline
authorWang Zhenyu <zhenyu.z.wang@intel.com>
Tue, 22 Aug 2006 15:29:03 +0000 (23:29 +0800)
committerEric Anholt <eric@anholt.net>
Sun, 10 Dec 2006 20:24:40 +0000 (12:24 -0800)
src/mesa/drivers/dri/i965/intel_context.c
src/mesa/drivers/dri/i965/intel_context.h

index d13e287..5fc3d71 100644 (file)
@@ -117,6 +117,9 @@ static const GLubyte *intelGetString( GLcontext *ctx, GLenum name )
       case PCI_CHIP_I946_GZ:
         chipset = "Intel(R) 946GZ"; break;
          break;
+      case PCI_CHIP_CRESTLINE:
+        chipset = "Intel(R) Crestline"; break;
+         break;
       default:
         chipset = "Unknown Intel Chipset"; break;
       }
index 8367a95..85e574c 100644 (file)
@@ -383,6 +383,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_CRESTLINE             0x2A02
 
 
 /* ================================================================