summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel/intel_chipset.h
AgeCommit message (Collapse)Author
2009-09-09intel: add B43 chipset supportZhenyu Wang
Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
2009-07-13i965: add support for new chipsetsXiang, Haihao
1. new PCI ids 2. fix some 3D commands on new chipset 3. fix send instruction on new chipset 4. new VUE vertex header 5. ff_sync message (added by Zou Nan Hai <nanhai.zou@intel.com>) 6. the offset in JMPI is in unit of 64bits on new chipset 7. new cube map layout
2009-02-27i915: Add support for a new G33-like chipset.Shaohua Li
Signed-off-by: Shaohua Li <shaohua.li@intel.com> Signed-off-by: Eric Anholt <eric@anholt.net>
2008-11-02i965: Merge GM45 into the G4X chipset define.Eric Anholt
The mobile and desktop chipsets are the same, and having them separate is more typing and more chances to screw up.
2008-09-12i965: Add support for G41 chipset which is another 4 series.Xiang, Haihao
2008-07-08i965: official name for GM45 chipsetXiang, Haihao
2008-06-18i965: add support for Intel 4 series chipsetsXiang, Haihao
2008-02-15Add IS_915(), simplify IS_9XX() a bit.Adam Jackson
2008-02-15Add E7221 variant to i915.Adam Jackson
2008-01-29i965: new integrated graphics chipset supportXiang, Haihao
2007-12-16[i915] Fix missing symbol from 965 changes.Eric Anholt
2007-11-16[intel] Fix typos in intel_chipset.h macros.Eric Anholt
2007-09-27[965] Add batchbuffer dumping under INTEL_DEBUG=bat, like 915.Eric Anholt