diff options
author | Kenneth Graunke <[email protected]> | 2013-06-21 15:18:46 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2013-06-28 13:35:26 -0700 |
commit | 2e9fe0ca1223df75861b14b8dfbee45b1f78a558 (patch) | |
tree | 8a24c2c26c2a1d8d52acf92874d06d15359e32cd /src/mesa/drivers/dri | |
parent | 1811f5c43d3cd002b86d8e1e63903dac00c53b99 (diff) |
i965: Remove redundant Gen3 PCI IDs.
Acked-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri')
-rw-r--r-- | src/mesa/drivers/dri/i965/intel_context.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/mesa/drivers/dri/i965/intel_context.h b/src/mesa/drivers/dri/i965/intel_context.h index 8c8a6e76a42..12f09331929 100644 --- a/src/mesa/drivers/dri/i965/intel_context.h +++ b/src/mesa/drivers/dri/i965/intel_context.h @@ -404,20 +404,6 @@ extern int INTEL_DEBUG; } \ } while (0) -#define PCI_CHIP_845_G 0x2562 -#define PCI_CHIP_I830_M 0x3577 -#define PCI_CHIP_I855_GM 0x3582 -#define PCI_CHIP_I865_G 0x2572 -#define PCI_CHIP_I915_G 0x2582 -#define PCI_CHIP_I915_GM 0x2592 -#define PCI_CHIP_I945_G 0x2772 -#define PCI_CHIP_I945_GM 0x27A2 -#define PCI_CHIP_I945_GME 0x27AE -#define PCI_CHIP_G33_G 0x29C2 -#define PCI_CHIP_Q35_G 0x29B2 -#define PCI_CHIP_Q33_G 0x29D2 - - /* ================================================================ * intel_context.c: */ |