aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300/radeon_lock.h
Commit message (Collapse)AuthorAgeFilesLines
* Track Radeon driver symlinks in Git.Michel Dänzer2009-07-211-0/+1
|
* r300: remove lock.h linkDave Airlie2009-03-241-1/+0
|
* r200/r300: get up to speed on renamed filesDave Airlie2009-02-121-47/+1
|
* r300: start moving new r300 cmdbuf into common codeDave Airlie2009-01-141-73/+1
|
* r300: cs + DRI2 supportJerome Glisse2008-11-141-0/+4
| | | | | If DRI2 is enabled then switch cmd assembly to directly build hw packet.
* r300: Trivial clean up in radeon_lock.h.Oliver McFadden2007-06-241-3/+0
|
* r300: Corrected another error; regexp replaced something it shouldn't have.Oliver McFadden2007-05-111-16/+1
|
* r300: Corrected some macro errors from the previous commit.Oliver McFadden2007-05-111-11/+11
|
* r300: Reduced the diff on radeon_lock.[ch].Oliver McFadden2007-05-111-22/+22
|
* r300: Initial work on merging radeon_lock.[ch].Oliver McFadden2007-05-111-1/+8
|
* r300: Page flipping fixes.Michel Dänzer2007-04-291-0/+1
| | | | Mostly making sure the page flipping state is respected when necessary.
* Removing some of r200 dependency, cleaning up code a bit,Jerome Glisse2006-09-121-0/+3
| | | | | | | and fixing a couple of warning. More cleanup and shuffle to come. I have tested this change they might broke things especialy with r300_texstate.c change (format_x doesn't seems to be use at all by r300).
* First step of Radeon DRI unification:Eric Anholt2005-11-021-1/+1
| | | | | | | | | | | | - 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.
* Modifying to build against current Mesa. Disabled r200*.c files since they ↵Aapo Tahkola2005-04-241-1/+10
| | | | didnt want to build anymore.
* Initial revisionNicolai Haehnle2004-09-281-0/+113