Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-02-16 | Memory map and misc fixes. This completely reworks the way the driver | Benjamin Herrenschmidt | |
detects available & accessible video memory and initializes the card internal memory map. Along the way, I re-ordered some of the stuffs in pre-init in order to remove some dodgy codepath, fixed various init, exit and vt switch issues, and overall made the driver more robust. The full memory map fix requires an updated DRM. The X driver no longer tries to position the AGP aperture, this becomes entirely DRM responsibility. | |||
2006-02-15 | The engine setup would trigger a bogus line write before the proper | Benjamin Herrenschmidt | |
addresses are setup, thus causing the card to try to bus master over the system bus to some stale location (usually 0 but could depend on whatever was used before X). Remove that useless init bit, and always setup some good enough engine source & destination pointers in case we have some other spurrious engine activity going on. | |||
2006-02-13 | Fix EXA acceleration of textures with byteswap or tiling From John Clemens | Benjamin Herrenschmidt | |
<john@deater.net> | |||
2006-02-07 | Fix a copy'n'paste-o in the EXA render implementation that resulted in | Eric Anholt | |
[ax]8b8g8r8 pict formats not being supported on r200, but no other issues. | |||
2006-01-19 | Bug #5656: Set all Radeon XPRESS 200 R[CS]4xx-based chips to have IsIGP = | Daniel Stone | |
1, fixing modesetting issues. | |||
2006-01-13 | XF86_VERSION_CURRENT -> XORG_VERSION_CURRENT | Alan Coopersmith | |
2006-01-13 | When failing to parse MetaModes, reset CRT2pScrn to NULL after free'ing it | Alan Coopersmith | |
so we don't crash when trying to use it later (such as in RADEONFreeRec). | |||
2006-01-08 | Bug #5523: Make radeon compile without USE_XAA. (Tilman Sauerbeck) | Adam Jackson | |
2005-12-21 | Update package version for X11R7 release.XORG-7_0 | Kevin E Martin | |
2005-12-19 | Typo fixes, mailing list & url updates, and other changes to prepare for | Alan Coopersmith | |
X11R6.9 & 7.0 releases. | |||
2005-12-15 | Bugzilla #5238 <https://bugs.freedesktop.org/show_bug.cgi?id=5238> Patch | Alan Coopersmith | |
#3978 <https://bugs.freedesktop.org/attachment.cgi?id=3978> r128 man page dualhead note update (Alex Deucher) | |||
2005-12-15 | Update package version number for final X11R7 release candidate. BumpXORG-6_99_99_904 | Kevin E Martin | |
driver version number. | |||
2005-12-14 | Bug #1760: Fix ati wrapper multihead to be dlloader friendly. | Adam Jackson | |
2005-12-08 | Add configure options to allow hard-coded paths to be changed. | Kevin E Martin | |
2005-12-06 | Change *man_SOURCES ==> *man_PRE to fix autotools warnings. | Kevin E Martin | |
2005-12-03 | Update package version number for X11R7 RC3 release.XORG-6_99_99_903 | Kevin E Martin | |
2005-12-02 | Remove extraneous AC_MSG_RESULT. | Kevin E Martin | |
2005-11-30 | Bump libdrm dep to 2.0. | Adam Jackson | |
2005-11-29 | Only build dlloader modules by default. | Adam Jackson | |
2005-11-09 | Update package version number for X11R7 RC2 release. | Kevin E Martin | |
2005-11-01 | Update pkgcheck depedencies to work with separate build roots. | Kevin E Martin | |
2005-10-20 | Bug #4831 <https://bugs.freedesktop.org/show_bug.cgi?id=4831>. Check for | Donnie Berkholz | |
x86_64 in addition to amd64 in host_cpu. |