Revert origin crestline pci id patch
This commit is contained in:
@@ -119,9 +119,6 @@ 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;
|
||||
}
|
||||
|
||||
@@ -384,7 +384,6 @@ 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
|
||||
|
||||
|
||||
/* ================================================================
|
||||
|
||||
Reference in New Issue
Block a user