Age | Commit message (Expand) | Author | Files | Lines |
2007-03-24 | Move atichip.c from ati to atimisc. | George Sapountzis | 5 | -540/+540 |
2007-03-24 | [mach64] Use Mach64Chipsets[] instead of ATIChipNames[]. | George Sapountzis | 3 | -2/+6 |
2007-03-24 | [mach64] Set pATI->ChipRevision correctly, instead of overriding. | George Sapountzis | 1 | -40/+4 |
2007-03-23 | Drop probing by driver name from "Device" section. | George Sapountzis | 1 | -30/+17 |
2007-03-23 | Fold FillIn() back to Probe(). | George Sapountzis | 11 | -149/+55 |
2007-03-23 | Drop now unneeded _X_EXPORT's. | George Sapountzis | 9 | -31/+31 |
2007-03-23 | Move {atimach64,r128,radeon}_probe.c from ati to subdrivers. | George Sapountzis | 7 | -104/+121 |
2007-03-20 | Fix advertised minimum minor version of the DRI module. | Michel Dänzer | 3 | -6/+6 |
2007-03-20 | radeon: Only sync to hardware when really necessary with EXA. | Michel Dänzer | 2 | -2/+23 |
2007-03-20 | radeon: Unify code to release the CP. | Michel Dänzer | 2 | -22/+12 |
2007-03-20 | radeon: Minor BlockHandler cleanups. | Michel Dänzer | 1 | -8/+4 |
2007-03-20 | radeon: Disable CP line acceleration on RV280s. | Michel Dänzer | 1 | -2/+8 |
2007-03-20 | radeon: Make sure 3D clients will re-upload textures to video RAM after LeaveVT. | Michel Dänzer | 1 | -0/+13 |
2007-03-15 | atimisc: Fix strict aliasing violation flagged by -Wall. | Michel Dänzer | 1 | -1/+8 |
2007-03-15 | radeon: Fix build warnings. | Michel Dänzer | 1 | -1/+2 |
2007-03-08 | Move atioption.c from ati to atimisc. | George Sapountzis | 10 | -295/+241 |
2007-03-08 | Move atiprobe.c from ati to atimisc. | George Sapountzis | 12 | -292/+283 |
2007-03-04 | [mach64] Bug 5586: overlay scaler limited to 720 pixels on ATI Rage Pro. | George Sapountzis | 1 | -6/+21 |
2007-03-04 | [mach64] Xv: use single surface and encoding structs. | George Sapountzis | 1 | -87/+24 |
2007-03-04 | radeon: add option to set pci aperture size from config file | Dave Airlie | 6 | -35/+76 |
2007-02-25 | [mach64] Consolidate adjustments of mode timings, part 3. | George Sapountzis | 1 | -26/+25 |
2007-02-25 | [mach64] Consolidate adjustments of mode timings, part 2. | George Sapountzis | 1 | -4/+20 |
2007-02-25 | [mach64] Consolidate adjustments of mode timings, part 1. | George Sapountzis | 2 | -40/+38 |
2007-02-21 | add missing part of last commit... | Roland Scheidegger | 1 | -0/+1 |
2007-02-21 | fix alignment issues with planar yuv and a bug with packed uyvy | Roland Scheidegger | 1 | -10/+12 |
2007-02-20 | radeon: move some i2c registers out into common register file | Dave Airlie | 2 | -49/+48 |
2007-02-16 | Add "DRI" option | Alex Deucher | 3 | -8/+16 |
2007-02-13 | [mach64] PreInit: maxPitch, minor cosmetic. | George Sapountzis | 1 | -19/+16 |
2007-02-13 | [mach64] PreInit: pitchInc is local. | George Sapountzis | 2 | -9/+4 |
2007-02-13 | [mach64] PreInit: Use goto bail. | George Sapountzis | 1 | -61/+19 |
2007-02-12 | [mach64] Enable RENDER acceleration on the Pro variants. | George Sapountzis | 2 | -20/+14 |
2007-02-05 | Consolidate atixv.c w/ atimach64xv.c, part 2. | George Sapountzis | 4 | -132/+53 |
2007-02-05 | Consolidate atixv.c w/ atimach64xv.c, part 1. | George Sapountzis | 3 | -54/+31 |
2007-02-05 | Consolidate aticursor.c w/ atimach64cursor.c | George Sapountzis | 6 | -107/+30 |
2007-02-05 | Consolidate atiaccel.c w/ atimach64accel.c, part 2. | George Sapountzis | 6 | -109/+23 |
2007-02-05 | Consolidate atiaccel.c w/ atimach64accel.c, part 1. | George Sapountzis | 3 | -50/+51 |
2007-02-05 | Drop non-PCI support from atividmem.c | George Sapountzis | 1 | -18/+1 |
2007-02-05 | Minor refactoring of pATI->Block0Base computation. | George Sapountzis | 1 | -21/+18 |
2007-02-05 | Cleanup checks for pATI->PCIInfo. | George Sapountzis | 2 | -23/+4 |
2007-02-05 | Merge branch 'mach64-pci-1' | George Sapountzis | 50 | -6677/+516 |
2007-01-30 | add option to force the DRI on for RN50 chips | Alex Deucher | 3 | -5/+20 |
2007-01-28 | Drop pATI->Chipset, no longer used. | George Sapountzis | 4 | -87/+3 |
2007-01-28 | Add option "probe_sparse" to force probing sparse I/O bases. | George Sapountzis | 5 | -0/+35 |
2007-01-28 | Sane probe, based on work by Luc Verhaegen <libv@skynet.be>. | George Sapountzis | 4 | -655/+300 |
2007-01-28 | Drop checking of sparse I/O bases conflicts | George Sapountzis | 1 | -247/+9 |
2007-01-28 | Minor refactoring of module (un)loading for TV_OUT. | George Sapountzis | 3 | -35/+26 |
2007-01-28 | Drop support for non-programmable clocks. | George Sapountzis | 9 | -1051/+24 |
2007-01-28 | Banked memory is no longer needed. | George Sapountzis | 12 | -378/+26 |
2007-01-28 | Always use the linear aperture. | George Sapountzis | 9 | -294/+15 |
2007-01-28 | We always use the accelerator CRTC within the xserver. | George Sapountzis | 8 | -371/+44 |