Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-03 | ati: fix stub driver loader to load all drivers properly | Dave Airlie | |
Signed-off-by: Dave Airlie <airlied@redhat.com> | |||
2011-10-31 | radeon: do not include xf86PciInfo.h | Tormod Volden | |
We already use atipciids.h instead most places. Signed-off-by: Tormod Volden <debian.tormod@gmail.com> | |||
2010-09-27 | radeon: Convert remaining x(c)alloc/xfree to m/calloc/free. | Nicolas Reinecke | |
Fixes deprecation warnings missed out by f7a91ece264af9f3fd2fc18e99aefcda93ce9f5c | |||
2008-05-12 | Replace CARD{8,16,32} with uint{8,16,32}_t | Matt Turner | |
As has been done with xf86-video-intel, replace all CARD* datatypes with uint*_t datatypes available from stdint.h. | |||
2008-03-19 | [PATCH] Compile warning fixes. | Paulo Cesar Pereira de Andrade | |
Minor changes to avoid declarations mixed with code. Ansified functions with empty prototype to specify they don't receive arguments. Added some prototypes to radeon.h, and major reorder on radeon.h adding prototypes in alphabetical order and specifying to file that defines it. | |||
2008-02-15 | ati wrapper: translate Device lines | George Sapountzis | |
2008-01-18 | use stand-alone drivers for each chip family. | George Sapountzis | |
Do not load the ati wrapper when the user specifies the sub-driver name in the Driver line of xorg.conf. Also, for -configure cause the wrapper to fail and let each sub-driver speak for themselves. | |||
2008-01-16 | ati wrapper: add DriverRec's and use them | George Sapountzis | |
2008-01-16 | atimisc: rename to mach64 | George Sapountzis | |
2008-01-11 | ati wrapper: use pci ids | George Sapountzis | |
2008-01-11 | [mach64] Drop symbol lists. | George Sapountzis | |
egrep LOADER\|SymLists\|Symbols src/*.[hc] not needed after server commit bca9364f3f4a2376edbcf57a34f704ce28be21ba, i.e. xserver 1.2 compile-tested only | |||
2007-08-28 | [mach64] Convert to pci-rework, keeping source-code compatibility.pci-rework | George Sapountzis | |
It still uses the old probe method though, this is due to the ati wrapper. | |||
2007-08-28 | Merge branch 'master' into pci-rework | George Sapountzis | |
Conflicts: src/ati.c | |||
2007-03-24 | Move atichip.c from ati to atimisc. | George Sapountzis | |
2007-03-23 | Drop probing by driver name from "Device" section. | George Sapountzis | |
atimisc is PCI-only now, so we only need to scan the PCI space. | |||
2007-03-23 | Move {atimach64,r128,radeon}_probe.c from ati to subdrivers. | George Sapountzis | |
Subdrivers are now loaded from the wrapper Probe function rather than at screen creation time. The wrapper Identify callback only prints chip families now, chip lists are printed when a subdriver is loaded. This also avoids duplication of subdriver Identify callbacks. Unknown radeons should still get a list of known radeon and then probe fails... Probe for atimisc last to avoid needless loading in most cases (r128, radeon). | |||
2007-03-21 | [mach64] Add macros for pci-rework source-code compatibilty. | George Sapountzis | |
2007-03-08 | Move atioption.c from ati to atimisc. | George Sapountzis | |
2007-03-08 | Move atiprobe.c from ati to atimisc. | George Sapountzis | |
2006-09-25 | remove all CVS annotations from the ATI driver files | Dave Airlie | |
2005-07-11 | Prep for modular builds by adding guarded #include "config.h" everywhere.XORG-6_8_99_16XORG-6_8_99_15 | Adam Jackson | |
2005-06-25 | Bug #3626: _X_EXPORT tags for video and input drivers. | Adam Jackson | |
2004-06-16 | DRI XFree86-4_3_99_12-merge importDRI-XFree86-4_3_99_12-merge | Eric Anholt | |
2004-04-23 | Merging XORG-CURRENT into trunkXACE-SELINUX-MERGE | Egbert Eich | |
2004-03-14 | Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1 | Egbert Eich | |
2004-03-03 | Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0STSF-CURRENT | Egbert Eich | |
2004-02-26 | readding XFree86's cvs IDsxf86-4_3_99_903 | Egbert Eich | |
2004-02-26 | Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004 | Egbert Eich | |
2004-01-29 | Importing vendor version xf86-012804-2330 on Thu Jan 29 00:06:33 PST 2004xf86-012804-2330 | Egbert Eich | |
2003-11-25 | XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16 | Kaleb Keithley | |
2003-11-14 | Initial revision | Kaleb Keithley | |