Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-21 | Track Radeon driver symlinks in Git. | Michel Dänzer | |
2009-03-24 | r300: remove lock.h link | Dave Airlie | |
2009-02-12 | r200/r300: get up to speed on renamed files | Dave Airlie | |
2009-01-14 | r300: start moving new r300 cmdbuf into common code | Dave Airlie | |
2008-11-14 | r300: cs + DRI2 support | Jerome Glisse | |
If DRI2 is enabled then switch cmd assembly to directly build hw packet. | |||
2007-06-24 | r300: Trivial clean up in radeon_lock.h. | Oliver McFadden | |
2007-05-11 | r300: Corrected another error; regexp replaced something it shouldn't have. | Oliver McFadden | |
2007-05-11 | r300: Corrected some macro errors from the previous commit. | Oliver McFadden | |
2007-05-11 | r300: Reduced the diff on radeon_lock.[ch]. | Oliver McFadden | |
2007-05-11 | r300: Initial work on merging radeon_lock.[ch]. | Oliver McFadden | |
2007-04-29 | r300: Page flipping fixes. | Michel Dänzer | |
Mostly making sure the page flipping state is respected when necessary. | |||
2006-09-12 | Removing some of r200 dependency, cleaning up code a bit, | Jerome Glisse | |
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). | |||
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. | |||
2005-04-24 | Modifying to build against current Mesa. Disabled r200*.c files since they ↵ | Aapo Tahkola | |
didnt want to build anymore. | |||
2004-09-28 | Initial revision | Nicolai Haehnle | |