summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/radeon_screen.h
AgeCommit message (Collapse)Author
2009-07-21Track Radeon driver symlinks in Git.Michel Dänzer
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.
2005-10-28fix missing commit for span changesDave Airlie
2005-09-03silence misc warningsBrian Paul
2005-02-12initial r400 support: r400 cards are treated as RV350 for now.Rune Petersen
2004-09-28Initial revisionNicolai Haehnle