summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/radeon/radeon_chipset.h
AgeCommit message (Collapse)Author
2009-02-25R300: Add support for RS600 chipsAlex Deucher
2008-06-21R300: 1002:5657 is actually RV410Alex Deucher
See bug 14289
2008-05-02R5xx: Add R5xx pci idsAlex Deucher
2008-05-02r300: add rv530 pci id for the t60p laptopDave Airlie
2008-05-02some basic r500 portageDave Airlie
2008-03-18r300: add new rs690 pci idDave Airlie
2008-01-29Add new RV380 pci idAlex Deucher
bug 14289
2008-01-27r300: add initial rs690 support to MesaDave Airlie
The rs690 has an rs4xx style vertex-shader less 3D engine. It uses the new r500 output engine though. It also needs a new drm with rs690 support, which is just getting cleaned up.
2006-02-25Add all pci ids known by ddx to radeon dri driver. Remove the entries not ↵Roland Scheidegger
known by ddx (probably secondary ids, non-existant cards and similar). Add rs400 to the family enum, and configure the rv410 like a 2 quad chip (?)
2005-12-02Added PCI_CHIP_RV410_5E4B (Adam Kirchhoff)Brian Paul
2005-11-02First step of Radeon DRI unification:Eric Anholt
- Makes all three drivers use the same screen structure and setup code, with a few ifdefs for the separate compilation to deal with symbols not being available to all drivers and the fact that we have no mechanism for dealing with different config options for different chip families in the same driver. These issues should be dealt with later. - Introduces IS_R[123]00_CLASS(radeonScreenPtr) macro for code for taking different paths depending on the general class of chipset. - Adds many new R300-class PCI IDs, though not all those listed in radeon_driver.c.