diff options
author | Wang Zhenyu <[email protected]> | 2007-02-02 10:04:48 +0800 |
---|---|---|
committer | Wang Zhenyu <[email protected]> | 2007-02-02 10:04:48 +0800 |
commit | 51bfb8fc8c78bb066d24e6ecbc20f00af7210386 (patch) | |
tree | b2d30bc4f24f853d97cd918fc08b5f6149ea0f49 /src/mesa/drivers/dri/i965/intel_context.h | |
parent | 6b6760d6bc23b98ee1de27ba78189e56e248ce9b (diff) |
Add Intel 965GM chipset info
Diffstat (limited to 'src/mesa/drivers/dri/i965/intel_context.h')
-rw-r--r-- | src/mesa/drivers/dri/i965/intel_context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/intel_context.h b/src/mesa/drivers/dri/i965/intel_context.h index d51536c3fe8..74a795c96d2 100644 --- a/src/mesa/drivers/dri/i965/intel_context.h +++ b/src/mesa/drivers/dri/i965/intel_context.h @@ -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 /* ================================================================ |