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