Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-31 | r600: add missing r7xx pci id | Alex Deucher | |
2009-08-22 | r600: add support for RS880 | Alex Deucher | |
2009-08-03 | r600: add some new r7xx pci ids | Alex Deucher | |
2009-08-03 | r600: add some missing pci ids | Alex Deucher | |
2009-06-11 | Add RV740 support | Alex Deucher | |
2009-05-26 | add missing RS780 pci id | Alex Deucher | |
2009-04-08 | R600: initial copy of r300 code | Alex Deucher | |
2009-02-27 | R300: add support for RS600 chips | Alex Deucher | |
2008-06-21 | R300: 1002:5657 is actually RV410 | Alex Deucher | |
See bug 14289 | |||
2008-05-02 | R5xx: Add R5xx pci ids | Alex Deucher | |
2008-05-02 | r300: add rv530 pci id for the t60p laptop | Dave Airlie | |
2008-05-02 | some basic r500 portage | Dave Airlie | |
2008-03-18 | r300: add new rs690 pci id | Dave Airlie | |
2008-01-29 | Add new RV380 pci id | Alex Deucher | |
bug 14289 | |||
2008-01-27 | r300: add initial rs690 support to Mesa | Dave 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-25 | Add 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-02 | Added PCI_CHIP_RV410_5E4B (Adam Kirchhoff) | Brian Paul | |
2005-11-02 | First 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. |