Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-11-03 | Initial support for r4xx | Alex Deucher | |
- add r3xx/r4xx MC access macros and functions | |||
2007-11-03 | Initial integration of Atom code and some of Dave's code. | Alex Deucher | |
ATOM builds, but it's not hooked up yet. | |||
2007-10-09 | theatre compiles with pci-rework. | George Sapountzis | |
2007-10-04 | radeon: 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-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-07-29 | RADEON: Initial pass at integrated tv out support | Alex 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-07 | Fixed 'make dist'. | Tilman Sauerbeck | |
2007-05-13 | RADEON: re-org randr code | Alex Deucher | |
- move crtc stuff to radeon_crtc.c - move output stuff to radeon_output.c | |||
2007-05-08 | Merge branch 'master' into randr-1.2 and fix conflicts | Alex Deucher | |
2007-03-24 | Move atichip.c from ati to atimisc. | George Sapountzis | |
2007-03-23 | Fold FillIn() back to Probe(). | George Sapountzis | |
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 | |
2007-02-25 | Merge branch 'radeon-randrv12-v4' | Dave Airlie | |
Conflicts: src/radeon_display.c src/radeon_driver.c | |||
2007-02-25 | cleanup radeon code against master server | Dave Airlie | |
2007-02-25 | make radeon randr build against master server | Dave Airlie | |
2007-02-05 | Consolidate atixv.c w/ atimach64xv.c, part 2. | George Sapountzis | |
Move {Initialize,Close}XVideo from atixv.c to atimach64xv.c . | |||
2007-02-05 | Consolidate aticursor.c w/ atimach64cursor.c | George Sapountzis | |
2007-02-05 | Consolidate atiaccel.c w/ atimach64accel.c, part 2. | George Sapountzis | |
Merge ATIInitializeAcceleration() in ATIMach64AccelInit(). | |||
2007-02-01 | update to latest intel codebase modulo using their mode set | David Airlie | |
and it breaks my cursor | |||
2007-01-28 | Clean pATI->Adapter and pATI->VGAAdapter. | George Sapountzis | |
- cull (pATI->Adapter != ATI_ADAPTER_MACH64) - treat pATI->VGAAdapter as Bool | |||
2007-01-28 | Keep PCI mach64 only, drop: | George Sapountzis | |
- Chip < ATI_CHIP_88800GXC - Chipset != ATI_CHIPSET_ATI - Adapter != ATI_ADAPTER_MACH64 - depth < 8 | |||
2007-01-28 | Keep 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-18 | remove mergedfb | Dave Airlie | |
2007-01-04 | add more files for back compat | Dave Airlie | |
2006-12-04 | update radeon driver to Intel driver xf86Crtc interfaces | Dave Airlie | |
2006-12-03 | Add radeon randr 1.2 initial attempt at support | Dave Airlie | |
This doesn't do a huge amount yet | |||
2006-12-03 | add generic mode handling code from Intel driver | airlied | |
2006-11-17 | split mode handling code into separate modes source file | airlied | |
2006-09-18 | radeon: restructure files along lines of Alex's superpatch | Alex 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-23 | Add atipciids.h. | Kristian Høgsberg | |
2006-03-15 | Add some autoconf to keep this driver from building EXA when a slightly | Luc Verhaegen | |
older server with older exa is installed. The way in which this problem was treated by the actually related developers explains a lot about this driver. | |||
2005-12-08 | Add configure options to allow hard-coded paths to be changed. | Kevin E Martin | |
2005-09-28 | Make ati driver distcheck | Søren Sandmann Pedersen | |
radeon_commonfuncs.c \ radeon_exa_render.c \ radeon_exa_funcs.c \ | |||
2005-09-13 | Remove the hardcoded USE_EXA/USE_XAA defines now that they've been | Eric Anholt | |
hardcoded in configure.ac (config.h). | |||
2005-09-11 | Attempt to fix up the modular pieces for EXA support. (untested) | Eric Anholt | |
2005-08-14 | Make DGA, CPIO, non-PCI, and TV-Out support detected per-platform, using | Daniel Stone | |
the same semantics as in drivers/ati/Imakefile. | |||
2005-07-15 | Install theathre drivers in @moduledir@/multimedia | Søren Sandmann Pedersen | |
2005-07-15 | Fix filename typo | Kevin E Martin | |
2005-07-14 | Fix check for headers. Use {XORG,DRI}_CFLAGS subst instead of replacing | Kevin E Martin | |
CFLAGS. | |||
2005-07-14 | Make compiling with DRI support configurable/autodetecable. Autodetect DRI | Kevin E Martin | |
sdk headers. Expand help string for xorg-module-dir option. | |||
2005-07-14 | fuck you cvs | Søren Sandmann Pedersen | |