aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300/radeon_screen.h
Commit message (Collapse)AuthorAgeFilesLines
* Track Radeon driver symlinks in Git.Michel Dänzer2009-07-211-0/+1
|
* First step of Radeon DRI unification:Eric Anholt2005-11-021-113/+0
| | | | | | | | | | | | - 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.
* fix missing commit for span changesDave Airlie2005-10-281-0/+1
|
* silence misc warningsBrian Paul2005-09-031-1/+1
|
* initial r400 support: r400 cards are treated as RV350 for now.Rune Petersen2005-02-121-0/+1
|
* Initial revisionNicolai Haehnle2004-09-281-0/+111