summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-04-14Adjust to Xv ABI change.Luc Verhaegen2-1/+8
2006-04-14Fix missing break when further specifying pATI->Chip.Luc Verhaegen2-0/+7
2006-04-12Git push preparations:Luc Verhaegen3-0/+27
2006-03-21Remove 1 and 4bpp support.Luc Verhaegen14-654/+248
2006-03-20Clean up card ids in ATIChipType; everything that's not mach64 is nowLuc Verhaegen13-1059/+562
2006-03-20Clean up the naming of chips. Stop extensively using the CONFIG_CHIP_IDLuc Verhaegen10-1013/+140
2006-03-19Move pATI->VGAAdapter to pATI->IsVGA. Kill atiadapter.c/h.Luc Verhaegen20-190/+58
2006-03-19pATI->Adapter is always ATI_ADAPTER_MACH64. If not, PreInit fails. So cullLuc Verhaegen15-794/+217
2006-03-19Move BIOS parsing out to its own functions. Take Clock handling out of theLuc Verhaegen2-396/+407
2006-03-19Remove pATI->Chipset and move ATIIdentify to ati.c. Have ATIIdentify onlyLuc Verhaegen8-265/+52
2006-03-17Move actual io poking and privates initialisation to PreInit. Move what'sLuc Verhaegen6-542/+456
2006-03-16Bah. Last minute paste lacked a character. + Changelog fixup.Luc Verhaegen1-1/+1
2006-03-16Add proper PciChipsets, add SymTabRec with all Mach64 names. Move whole ofLuc Verhaegen2-298/+188
2006-03-16Move the CPIO pci poking to a seperate function. Allocate pATI in ATIProbeLuc Verhaegen2-119/+89
2006-03-15Remove extensive checking for sharable VGA. We know that it's sharable, andLuc Verhaegen2-231/+75
2006-03-15Clean up ProbeFlags and SparseIOBase poking.Luc Verhaegen2-183/+14
2006-03-14- Kill off useless pVGA, and kill off anything that depends onLuc Verhaegen2-365/+113
2006-03-13Reorganise all actual device probing in Probe. Now the list of all pciLuc Verhaegen3-177/+100
2006-03-12Remove some clearly unwanted sections from the Probe routine. We will beLuc Verhaegen6-867/+159
2006-03-11Merge atimodule.c and ati.c into ati.c. Add README noise to help meLuc Verhaegen6-259/+341
2006-03-11Move from ati to mach64. Kill atifillin, probably needed for the loaderLuc Verhaegen12-117/+57
2006-03-11Unify ati and atimisc under ati.Luc Verhaegen7-375/+194
2006-03-11Kill all !AVOID_NON_PCI code. Free Probe cleanup.Luc Verhaegen3-341/+7
2006-03-10Add -Wall, -pedantic and -g to GCCs CFLAGS. Spend a few minutes fixing allLuc Verhaegen8-38/+57
2006-03-10Strip out radeon and r128 from xf86-video-mach64.Luc Verhaegen72-51497/+99
2006-03-10Use "FBTexPercent" option for XAA too (only for increasing memory reservedRoland Scheidegger3-17/+47
2006-03-09More memory map fixes !!! This time, we add a way to get the DRM kernelBenjamin Herrenschmidt4-226/+320
2006-03-09RN50: Skip modes that exceed memory bandwidth.Michel Daenzer2-3/+30
2006-03-09Update drivers that support EXA for the new EXA ABI. This consists ofEric Anholt4-47/+63
2006-03-03Add Option "FBTexPercent" to override the amount of video RAM reserved forMichel Daenzer4-8/+50
2006-03-02Fix the fix ... I didn't interpret PciInfo->size properly and forgot thatBenjamin Herrenschmidt2-6/+13
2006-03-01Extend the alignement workaround to post-rv280 chips as well (thanks Hui)Benjamin Herrenschmidt2-10/+27
2006-02-28Workaround for rv280 bug which needs the framebuffer memory mapping to beBenjamin Herrenschmidt2-1/+27
2006-02-28Add the newly added (and tons of previously forgotten ones) pci ids to theRoland Scheidegger4-7/+82
2006-02-26Fix page flipping with XAA. The new code ended up calling ShadowFBInit()Benjamin Herrenschmidt4-8/+39
2006-02-25Add pci ids known to exist (see #4284 for instance). There are stillRoland Scheidegger5-15/+46
2006-02-16Memory map and misc fixes. This completely reworks the way the driverBenjamin Herrenschmidt9-297/+624
2006-02-15The engine setup would trigger a bogus line write before the properBenjamin Herrenschmidt2-10/+18
2006-02-13Fix EXA acceleration of textures with byteswap or tiling From John ClemensBenjamin Herrenschmidt2-10/+16
2006-02-07Fix a copy'n'paste-o in the EXA render implementation that resulted inEric Anholt2-2/+9
2006-01-19Bug #5656: Set all Radeon XPRESS 200 R[CS]4xx-based chips to have IsIGP =Daniel Stone2-2/+8
2006-01-13XF86_VERSION_CURRENT -> XORG_VERSION_CURRENTAlan Coopersmith3-2/+8
2006-01-13When failing to parse MetaModes, reset CRT2pScrn to NULL after free'ing itAlan Coopersmith2-0/+9
2006-01-08Bug #5523: Make radeon compile without USE_XAA. (Tilman Sauerbeck)Adam Jackson2-4/+9
2005-12-21Update package version for X11R7 release.XORG-7_0Kevin E. Martin2-1/+6
2005-12-19Stub COPYING filesAdam Jackson1-0/+12
2005-12-19Typo fixes, mailing list & url updates, and other changes to prepare forAlan Coopersmith3-11/+32
2005-12-15Bugzilla #5238 <https://bugs.freedesktop.org/show_bug.cgi?id=5238> PatchAlan Coopersmith2-3/+12
2005-12-15Update package version number for final X11R7 release candidate. BumpXORG-6_99_99_904Kevin E. Martin4-3/+11
2005-12-14Bug #1760: Fix ati wrapper multihead to be dlloader friendly.Adam Jackson5-12/+48