summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-07-20[PATCH] EXA: reserve offscreen memory for DRI only when it is running.HEADmasterGeorge Sapountzis2-43/+62
2006-07-20[PATCH] Author info for EXA support.George Sapountzis1-2/+2
2006-07-20[PATCH] Merge atii2c.c in atimach64i2c.c, part #2.George Sapountzis5-403/+338
2006-07-20[PATCH] Merge atii2c.c in atimach64i2c.c, part #1.George Sapountzis6-57/+41
2006-06-14[PATCH] Reduce maximum width/height for hardware-accelerated operations to ha...originGeorge Fufutos2-9/+25
2006-06-14[PATCH] Minor MMIO cache testing fixes.George Fufutos1-79/+70
2006-06-14[PATCH] Add memcpy-based UTS/DFS.George Fufutos1-6/+68
2006-05-12Go for full MMIO testing when mapping apertures later on.Luc Verhaegen2-52/+4
2006-05-07[PATCH] Replace ATIMach64Sync() with exaWaitSync() for EXA copy hook.George Fufutos1-2/+4
2006-05-07[PATCH] Update comment explaining the old buggy method for circumventing fram...George Fufutos1-136/+64
2006-05-07[PATCH] Fix corruption associated with the engine randomly not waiting for a ...George Fufutos2-0/+24
2006-05-07[PATCH] Fix corruption when scaling 1-pixel wide pixmaps [1/1] (bug 807, Ivor...George Fufutos1-1/+104
2006-05-07[PATCH] Fix corruption when scaling 1-pixel wide pixmaps [0/1] (bug 807, Ivor...George Fufutos3-1/+17
2006-04-30[PATCH] Force HW cursor when switching to DRI.George Fufutos1-2/+10
2006-04-30[PATCH] Prefer double-buffered visuals for GLX.George Fufutos1-2/+2
2006-04-28Decently define CPPFLAGS before calling AC_PREPROC_IFELSE (Eric Anholt)Luc Verhaegen1-2/+5
2006-04-28Remove PATI_FROM_SCREEN macro.Luc Verhaegen1-33/+36
2006-04-27[PATCH] Fix EXA for pixmaps with depth other than the native framebuffer depth.George Fufutos2-59/+148
2006-04-27When AVOID_CPIO, avoid using CPIO when finding out FB aperture size.Luc Verhaegen1-24/+39
2006-04-25Remove ChangeLog. Will be replaced in packaged releases by git-log output.Luc Verhaegen1-673/+0
2006-04-24Make pATI->Cursor into a Bool pATI->HWCursor.Luc Verhaegen5-22/+17
2006-04-23Remove pATIHW define for the real thing.Luc Verhaegen1-195/+192
2006-04-23Remove MMIOInLinear, we can use pATI->Chips for that now.Luc Verhaegen3-13/+8
2006-04-23Move detection of MMIO area to Mach64MMIODetectAndMap. This takes theLuc Verhaegen3-182/+191
2006-04-23Remove actual ATI_OPTION_LINEAR.Luc Verhaegen1-34/+0
2006-04-21[PATCH] Fix I2C bus Mach64 initialisation failure (Samuel Thibault, #6623)George Fufutos1-6/+25
2006-04-21Cull OptionLinear mindlessly.Luc Verhaegen3-94/+56
2006-04-21Remove atioption.c/h: Consolidate option handling in aticonfig.h/c.Luc Verhaegen7-403/+154
2006-04-20Fix the case where VGA aperture clutters up pATI->pMemory. Banked must die.Luc Verhaegen1-3/+3
2006-04-20Try to tie IO location to pci-id. Still needs to be narrowed down though.Luc Verhaegen1-4/+12
2006-04-20[PATCH] Move ATIInitializeXVideo to atimach64xv.c .George Fufutos7-121/+58
2006-04-20[PATCH] Consolidate ATIXVInitializeAdaptor with ATIMach64XVInitialiseAdaptor.George Fufutos5-85/+44
2006-04-20Remove some trivial ugliness from atividmem.cLuc Verhaegen5-131/+61
2006-04-20[PATCH] Consolidate aticursor.c and atimach64cursor.cGeorge Fufutos9-127/+44
2006-04-20Fix MMIO mapping.Luc Verhaegen3-302/+236
2006-04-18[PATCH] Remove unnecessary check for DRI enabled.George Fufutos1-7/+0
2006-04-18ATI_BUS_PCI was altered, so stop using it to interprete GX/CX bus type.Luc Verhaegen1-1/+1
2006-04-18Consolidate ATIInitializeAcceleration() with ATIMach64AccelInit().George Fufutos6-132/+50
2006-04-18Move memory manager setup for XAA with no DRI from atiaccel.c to atiscreen.cGeorge Fufutos2-33/+47
2006-04-18Move ATIResizeOffscreenLinear() from atiaccel.c to atimach64xv.c and makeGeorge Fufutos3-50/+49
2006-04-18Drop ifdef AVOID_CPIO for xf86HandleColormaps. It's identical in both cases.George Fufutos1-11/+0
2006-04-17Split up Mach64ChipIDInfo:Luc Verhaegen2-58/+74
2006-04-17[PATCH] Move 3 large Panel related blocks out of PreInit into their own funct...Luc Verhaegen2-762/+696
2006-04-16[PATCH] Revert accidental change to list double-buffered visuals first.George Fufutos1-2/+2
2006-04-16[PATCH] EXA support.George Fufutos19-338/+1225
2006-04-16Remove last remnants of checking whether we have PCIInfo.Luc Verhaegen4-116/+37
2006-04-16Remove pATI->IsVGAWonder by replacing it withLuc Verhaegen7-30/+23
2006-04-15The VGAWonder IO range is always 0x1CE, so use a #define and just track a BoolLuc Verhaegen9-121/+105
2006-04-15Start using a cleaned up version of ATIClaimResources again. This dropped offLuc Verhaegen9-229/+85
2006-04-14Unwrap libc and fix a daft AVOID_CPIO dependant formatting warning.Luc Verhaegen17-1/+67