Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | radeon/r200: add RV200 detiling + add an always tiled flag | Dave Airlie | 2011-12-06 | 1 | -0/+1 |
| | | | | | | passes readpix sanity on the M7. Signed-off-by: Dave Airlie <[email protected]> | ||||
* | radeon: further cleanup of shared code | Fabio Pedretti | 2011-11-14 | 1 | -10/+3 |
| | | | | Signed-off-by: Alex Deucher <[email protected]> | ||||
* | radeon: cleanup radeon shared code after r300 and r600 classic drivers removal | Fabio Pedretti | 2011-11-07 | 1 | -45/+6 |
| | | | | Signed-off-by: Dave Airlie <[email protected]> | ||||
* | radeon: Use pciid list to generate PCI_CHIP_<FAMILY>_<ID> defines | Benjamin Franzke | 2011-06-07 | 1 | -491/+9 |
| | | | | Reviewed-by: Alex Deucher <[email protected]> | ||||
* | r600c: add support for llano | Alex Deucher | 2011-05-31 | 1 | -0/+14 |
| | | | | Signed-off-by: Alex Deucher <[email protected]> | ||||
* | Add pci id for FirePro 2270 | Kostas Georgiou | 2011-05-06 | 1 | -0/+1 |
| | | | | Signed-off-by: Kostas Georgiou <[email protected]> | ||||
* | r600c: add some new pci ids | Alex Deucher | 2011-05-03 | 1 | -0/+4 |
| | | | | Signed-off-by: Alex Deucher <[email protected]> | ||||
* | r600c: add new ontario pci ids | Alex Deucher | 2011-04-04 | 1 | -0/+2 |
| | | | | Signed-off-by: Alex Deucher <[email protected]> | ||||
* | r200: remove 0x4243 pci id | Alex Deucher | 2011-02-01 | 1 | -1/+0 |
| | | | | | | | There's no such device. 0x4243 is a pci bridge id, not a GPU. Signed-off-by: Alex Deucher <[email protected]> | ||||
* | r600c: add support for NI asics | Alex Deucher | 2011-01-06 | 1 | -0/+42 |
| | |||||
* | r600c: add Ontario Fusion APU support | Alex Deucher | 2010-11-22 | 1 | -0/+6 |
| | | | | Signed-off-by: Alex Deucher <[email protected]> | ||||
* | radeon: print chip family for evergreen in renderer string | Alex Deucher | 2010-08-23 | 1 | -2/+0 |
| | |||||
* | evergreen : initial support driver code. | richard | 2010-08-20 | 1 | -0/+47 |
| | |||||
* | r300c: do not advertise half float vertex on RV3xx, RS4xx, RC4xx | Marek Olšák | 2010-08-07 | 1 | -1/+1 |
| | | | | | | | Fixes a hardlock. NOTE: this is a candidate for the 7.8 branch, provided the half float vertex is really implemented there. | ||||
* | r300c/r300g: add 3155 rv380 pci id | Dave Airlie | 2010-04-19 | 1 | -0/+1 |
| | |||||
* | r600: add new r7xx pci ids | Alex Deucher | 2010-04-09 | 1 | -0/+3 |
| | |||||
* | r600: add new rs880 pci id | Alex Deucher | 2010-03-03 | 1 | -0/+1 |
| | |||||
* | r600: add missing r7xx pci id | Alex Deucher | 2009-08-31 | 1 | -0/+1 |
| | |||||
* | r600: add support for RS880 | Alex Deucher | 2009-08-22 | 1 | -0/+7 |
| | |||||
* | r600: add some new r7xx pci ids | Alex Deucher | 2009-08-03 | 1 | -0/+5 |
| | |||||
* | r600: add some missing pci ids | Alex Deucher | 2009-08-03 | 1 | -0/+2 |
| | |||||
* | Add RV740 support | Alex Deucher | 2009-06-11 | 1 | -0/+7 |
| | |||||
* | add missing RS780 pci id | Alex Deucher | 2009-05-26 | 1 | -0/+1 |
| | |||||
* | R600: initial copy of r300 code | Alex Deucher | 2009-04-08 | 1 | -0/+129 |
| | |||||
* | R300: add support for RS600 chips | Alex Deucher | 2009-02-27 | 1 | -0/+4 |
| | |||||
* | R300: 1002:5657 is actually RV410 | Alex Deucher | 2008-06-21 | 1 | -1/+1 |
| | | | | See bug 14289 | ||||
* | R5xx: Add R5xx pci ids | Alex Deucher | 2008-05-02 | 1 | -0/+104 |
| | |||||
* | r300: add rv530 pci id for the t60p laptop | Dave Airlie | 2008-05-02 | 1 | -0/+3 |
| | |||||
* | some basic r500 portage | Dave Airlie | 2008-05-02 | 1 | -0/+2 |
| | |||||
* | r300: add new rs690 pci id | Dave Airlie | 2008-03-18 | 1 | -0/+1 |
| | |||||
* | Add new RV380 pci id | Alex Deucher | 2008-01-29 | 1 | -0/+1 |
| | | | | bug 14289 | ||||
* | r300: add initial rs690 support to Mesa | Dave Airlie | 2008-01-27 | 1 | -0/+2 |
| | | | | | | 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. | ||||
* | Add all pci ids known by ddx to radeon dri driver. Remove the entries not ↵ | Roland Scheidegger | 2006-02-25 | 1 | -30/+74 |
| | | | | 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 (?) | ||||
* | Added PCI_CHIP_RV410_5E4B (Adam Kirchhoff) | Brian Paul | 2005-12-02 | 1 | -0/+2 |
| | |||||
* | First step of Radeon DRI unification: | Eric Anholt | 2005-11-02 | 1 | -0/+135 |
- 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. |