summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2006-03-01Extend the alignement workaround to post-rv280 chips as well (thanks Hui)Benjamin Herrenschmidt1-10/+18
2006-02-28Workaround for rv280 bug which needs the framebuffer memory mapping to beBenjamin Herrenschmidt1-1/+17
2006-02-28Add the newly added (and tons of previously forgotten ones) pci ids to theRoland Scheidegger3-7/+74
2006-02-26Fix page flipping with XAA. The new code ended up calling ShadowFBInit()Benjamin Herrenschmidt3-8/+30
2006-02-25Add pci ids known to exist (see #4284 for instance). There are stillRoland Scheidegger4-15/+35
2006-02-16Memory map and misc fixes. This completely reworks the way the driverBenjamin Herrenschmidt8-297/+589
2006-02-15The engine setup would trigger a bogus line write before the properBenjamin Herrenschmidt1-10/+8
2006-02-13Fix EXA acceleration of textures with byteswap or tiling From John ClemensBenjamin Herrenschmidt1-10/+10
2006-02-07Fix a copy'n'paste-o in the EXA render implementation that resulted inEric Anholt1-2/+2
2006-01-19Bug #5656: Set all Radeon XPRESS 200 R[CS]4xx-based chips to have IsIGP =Daniel Stone1-2/+2
2006-01-13XF86_VERSION_CURRENT -> XORG_VERSION_CURRENTAlan Coopersmith2-2/+2
2006-01-13When failing to parse MetaModes, reset CRT2pScrn to NULL after free'ing itAlan Coopersmith1-0/+2
2006-01-08Bug #5523: Make radeon compile without USE_XAA. (Tilman Sauerbeck)Adam Jackson1-4/+4
2005-12-15Update package version number for final X11R7 release candidate. BumpXORG-6_99_99_904Kevin E. Martin2-2/+2
2005-12-14Bug #1760: Fix ati wrapper multihead to be dlloader friendly.Adam Jackson4-12/+40
2005-12-09Bug #3869: Don\'t walk off the end of an array in connector detection.MODULAR_COPYAdam Jackson1-2/+8
2005-12-09Bug #1106: Fix memory allocation for Render. (Michel Daenzer)Adam Jackson1-1/+7
2005-12-08Add configure options to allow hard-coded paths to be changed.Kevin E. Martin1-0/+2
2005-12-08Allow hard-coded paths to be configurable.Kevin E. Martin1-0/+7
2005-12-03Bump version numbers for X11R6.9/X11R7 RC3.XORG-6_8_99_903Kevin E. Martin1-1/+1
2005-11-11Bug #1028: Don't (incorrectly) mark the 24/8 z/stencil case as slow, whichEric Anholt1-1/+1
2005-11-09Bump version numbers for X11R6.9/X11R7 RC2.XORG-6_99_99_902XORG-6_8_99_902Kevin E. Martin3-6/+6
2005-11-09Bug #4998: Add ';' and ',' as valid separators for MetaModes as well.Matthias Hopf1-12/+16
2005-11-09Fix DoLoadableServer NO build.Kevin E. Martin1-0/+1
2005-11-08bugzilla #988 (https://bugs.freedesktop.org/show_bug.cgi?id=988) Fix typoMichel Daenzer1-1/+1
2005-11-08bugzilla #4494 (https://bugs.freedesktop.org/show_bug.cgi?id=4494) CallMichel Daenzer1-3/+2
2005-11-08bugzilla #4916 (https://bugs.freedesktop.org/show_bug.cgi?id=4916) FixMichel Daenzer1-2/+2
2005-11-08bugzilla #4951 (https://bugs.freedesktop.org/show_bug.cgi?id=4951)Michel Daenzer2-35/+48
2005-11-07Replaced the variadic macros(gcc) by macros according to C99 standardBogdan Diaconescu2-31/+49
2005-11-06Sun bug #6325220: Xorg dumps core in dual monitor configuration with radeonAlan Coopersmith1-2/+9
2005-10-21Bug #4829: Remove some useless DRI symbol checks.accelerated_indirect-0-0-1Adam Jackson3-3/+0
2005-10-09Secure the Radeon PCIE GART tables in framebuffer memory by not allowingXORG-6_8_99_901Dave Airlie4-35/+24
2005-10-03Bug #4001: Don't crash when PanelSize is unset. (Alan Coopersmith)Adam Jackson1-1/+1
2005-10-01missed one missing return value.Matthieu Herrb1-0/+1
2005-10-01add missing return value on success in RADEONSetupMemXAA().Matthieu Herrb1-0/+1
2005-09-28Make ati driver distcheckSoren Sandmann Pedersen1-0/+3
2005-09-27Move the RADEONEnablePageFlip/RADEONChangeSurfaces calls back to the end ofRoland Scheidegger1-65/+64
2005-09-27Fix Radeon MMIO Render acceleration with EXA by writing out floating- pointEric Anholt2-6/+8
2005-09-24Disable the {Open,Close}FullScreen DRI protocol. Remove empty FullScreenAdam Jackson1-21/+0
2005-09-20Only include radeon_dri.h & radeon_sarea.h if XF86DRI is defined.Alan Coopersmith2-0/+5
2005-09-18Break EXA ABI while we still can. Add coordinates to the UploadToScreenEric Anholt1-3/+7
2005-09-17- Don't try to upload 0 byte-per-pixel (PICT_a1) data usingEric Anholt1-4/+4
2005-09-17Switch radeon driver to using a card type rather than having a IsPCI flag,Dave Airlie5-24/+34
2005-09-14Bug #2573: Remove the disabling of automatic cache flushing on non-r300Eric Anholt1-10/+0
2005-09-13Remove the hardcoded USE_EXA/USE_XAA defines now that they've beenEric Anholt1-1/+1
2005-09-12Fix Radeon EXA for when RENDER isn't definedDave Airlie2-0/+6
2005-09-12Move GART offset/size outside XAADave Airlie1-3/+3
2005-09-11Attempt to fix up the modular pieces for EXA support. (untested)Eric Anholt1-2/+2
2005-09-11Add support for EXA to the radeon driver. Building EXA and XAA support isEric Anholt16-750/+3190
2005-09-11Add support for allocating PCI GART table in framebuffer memory. This isDave Airlie5-4/+58