summaryrefslogtreecommitdiff
path: root/src/Makefile.am
AgeCommit message (Collapse)Author
2008-02-23RADEON: add textured video support for r1xx-r4xx radeonsAlex Deucher
Based on the kdrive ati video code by Eric Anholt. R3xx/R4xx still have some clipping issues in certain situations
2008-02-15ati: convert to pci probeGeorge Sapountzis
add pciids for each subdriver, make no use of the match_data functionality. thanks to Alex Deucher for reviewing and testing.
2008-02-15r128: do not compile in PciChipsets twiceGeorge Sapountzis
2008-02-15make distcheck passDave Airlie
2008-01-16atimisc: rename to mach64George Sapountzis
2008-01-11r128: pci-rework conversionGeorge Sapountzis
compile-tested only
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
2008-01-03radeon: Miscellaneous warning fixes.Michel Dänzer
2007-12-21RADEON: re-org legacy crtc/output code into separate filesAlex Deucher
2007-12-10add support for building against legacy servers similiar to Intel codepathsDave Airlie
2007-11-21add missing files for make distDave Airlie
noted by ndim on #radeonhd
2007-11-20Merge branch 'master' into atombios-supportDave Airlie
Conflicts: src/radeon_chipset.h src/radeon_driver.c src/radeon_probe.c
2007-11-20radeon: restructure pci ids to avoid effort laterDave Airlie
This uses a single file with all the pciids and parameters for radeon family and setup in it. I don't run the perl script at build time to avoid a perl dependency on build but adding pci ids should be done via the csv file with openoffice or gnumeric if possible.
2007-11-18WIP: new atom code comples.Alex Deucher
I commented out the object parsing for the time being as using it will require some thought as to new output related data structures.
2007-11-03Initial support for r4xxAlex Deucher
- add r3xx/r4xx MC access macros and functions
2007-11-03Initial integration of Atom code and some of Dave's code.Alex Deucher
ATOM builds, but it's not hooked up yet.
2007-10-09theatre compiles with pci-rework.George Sapountzis
2007-10-04radeon: Fix for pci-rework.Michel Dänzer
Surprisingly easy, thanks to George's pci-rework changes.
2007-08-28[mach64] Convert to pci-rework, keeping source-code compatibility.pci-reworkGeorge Sapountzis
It still uses the old probe method though, this is due to the ati wrapper.
2007-08-28Merge branch 'master' into pci-reworkGeorge Sapountzis
Conflicts: src/ati.c
2007-07-29RADEON: Initial pass at integrated tv out supportAlex Deucher
Based on the GATOS tv-out support by Federico Ulivi <fulivi@lycos.com> and information from ati with substantial rework by myself. Code is not actually hooked up yet.
2007-06-07Fixed 'make dist'.Tilman Sauerbeck
2007-05-13RADEON: re-org randr codeAlex Deucher
- move crtc stuff to radeon_crtc.c - move output stuff to radeon_output.c
2007-05-08Merge branch 'master' into randr-1.2 and fix conflictsAlex Deucher
2007-03-24Move atichip.c from ati to atimisc.George Sapountzis
2007-03-23Fold FillIn() back to Probe().George Sapountzis
2007-03-23Move {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-08Move atioption.c from ati to atimisc.George Sapountzis
2007-03-08Move atiprobe.c from ati to atimisc.George Sapountzis
2007-02-25Merge branch 'radeon-randrv12-v4'Dave Airlie
Conflicts: src/radeon_display.c src/radeon_driver.c
2007-02-25cleanup radeon code against master serverDave Airlie
2007-02-25make radeon randr build against master serverDave Airlie
2007-02-05Consolidate atixv.c w/ atimach64xv.c, part 2.George Sapountzis
Move {Initialize,Close}XVideo from atixv.c to atimach64xv.c .
2007-02-05Consolidate aticursor.c w/ atimach64cursor.cGeorge Sapountzis
2007-02-05Consolidate atiaccel.c w/ atimach64accel.c, part 2.George Sapountzis
Merge ATIInitializeAcceleration() in ATIMach64AccelInit().
2007-02-01update to latest intel codebase modulo using their mode setDavid Airlie
and it breaks my cursor
2007-01-28Clean pATI->Adapter and pATI->VGAAdapter.George Sapountzis
- cull (pATI->Adapter != ATI_ADAPTER_MACH64) - treat pATI->VGAAdapter as Bool
2007-01-28Keep PCI mach64 only, drop:George Sapountzis
- Chip < ATI_CHIP_88800GXC - Chipset != ATI_CHIPSET_ATI - Adapter != ATI_ADAPTER_MACH64 - depth < 8
2007-01-28Keep PCI mach64 only (atipreinit.c, atimode.c), drop:George Sapountzis
- Chip < ATI_CHIP_88800GXC - Chipset != ATI_CHIPSET_ATI - Adapter != ATI_ADAPTER_MACH64 - depth < 8 atimode.c only: - NewHW.crtc != ATI_CRTC_MACH64 This allows to drop VGACalculate(), VGAWonderCalculate() cruft early.
2007-01-18remove mergedfbDave Airlie
2007-01-04add more files for back compatDave Airlie
2006-12-04update radeon driver to Intel driver xf86Crtc interfacesDave Airlie
2006-12-03Add radeon randr 1.2 initial attempt at supportDave Airlie
This doesn't do a huge amount yet
2006-12-03add generic mode handling code from Intel driverairlied
2006-11-17split mode handling code into separate modes source fileairlied
2006-09-18radeon: restructure files along lines of Alex's superpatchAlex Deucher
2006-08-12[mach64] RENDER support (bug #6877).George Sapountzis
RENDER accleration is disabled by default. It is strongly recommended that the patch from bug #6772 and the 'exa-damagetrack branch' are merged in the xserver before enabling RENDER acceleration. To enable RENDER acceleration, add the following in xorg.conf: Section "Device" [...] Option "AccelMethod" "exa" Option "RenderAccel" "true" EndSection
2006-08-05[mach64] EXA support.George Sapountzis
2006-03-23Add atipciids.h.Kristian Høgsberg