Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-12-20 | RADEON: check for xf86_crtc_clip_video_helper() in configure.ac | Alex Deucher | |
use xf86_crtc_clip_video_helper() from the server if available. | |||
2007-12-19 | Fix RN50 mode filtering. | Adam Jackson | |
The old code would attempt to limit the maximum pixel size of the screen by limiting the maximum PLL frequency. This ends up confusing the PLL computation code since sometimes your maximum freq can be lower than your minimum freq. More to the point it's just wrong, maximum PLL frequency isn't the same thing as maximum pixel clock, and even that isn't the same thing as maximum scanout pixels per second. The correct thing to do is filter by the mode's effective memory bandwidth. | |||
2007-12-18 | RADEON: driver cleanups, warning fixes | Arkadiusz Miskiewicz | |
2007-12-10 | add more to configure.ac for using out-of-tree mode src | Dave Airlie | |
2007-12-10 | add support for building against legacy servers similiar to Intel codepaths | Dave Airlie | |
2007-11-15 | Revert "Portability fix from netbsd" | Alex Deucher | |
This reverts commit c9264aa53bf1470ad9104d1e7c4a8ce13c49c270. This breaks damage support. See bug 13244 | |||
2007-11-11 | bump for RC releasexf86-video-ati-6.7.196 | Alex Deucher | |
2007-10-09 | Portability fix from netbsd | Joerg Sonnenberger | |
2007-10-05 | Bump for RC releasexf86-video-ati-6.7.195 | Alex Deucher | |
2007-10-04 | Merge remote branch 'origin/pci-rework' | Michel Dänzer | |
2007-09-24 | bump for RC releasexf86-video-ati-6.7.194 | Alex Deucher | |
2007-09-19 | bump for RC releasexf86-video-ati-6.7.193 | Alex Deucher | |
2007-09-19 | Revert "RADEON: initial pass at external TMDS support" | Alex Deucher | |
This reverts commit 4000a710c93dd2d82891e4082bc7fa922ba9c5f4. This needs to be reworked and needs more soak time. so revert for now. | |||
2007-09-17 | RADEON: initial pass at external TMDS support | Alex Deucher | |
- Based on Dave Airlie's initial work and the dvo support in the intel driver. - Only sil164 is supported at the moment. - Once we get some testing and such, we ought to move the dvo drivers out of the drivers so they can be shared among all drivers - Doesn't seem to work on my card (r4xx ATOM) card ATM - Legacy bios table programming sequence not implemented yet | |||
2007-08-28 | [mach64] Convert to pci-rework, keeping source-code compatibility. | George Sapountzis | |
It still uses the old probe method though, this is due to the ati wrapper. | |||
2007-08-26 | Bump for new releasexf86-video-ati-6.7.192 | Alex Deucher | |
2007-08-24 | Require xorg-server >= 1.3 for RandR 1.2. | Michel Dänzer | |
2007-08-23 | updated release numbering for randr 1.2 | Dave Airlie | |
2007-08-04 | update configure.ac for 6.6.193 releaseati-6.6.193 | Dave Airlie | |
2007-08-04 | ati: add -Wall for gcc | Dave Airlie | |
As per luc's "suggestion" in Novell bug. This may generate warnings on 64-bit until we get rid of CARD32 | |||
2007-05-20 | update to 6.6.192 for rc releaseati-6.6.192 | Alex Deucher | |
2007-03-27 | update number to 6.6.191 for rc releaseati-6.6.191 | Dave Airlie | |
2007-01-28 | Drop AVOID_NON_PCI. | George Sapountzis | |
This was not set anyway, because configure.ac would compute ATIMISC_NON_PCI and then test ATI_AVOID_NON_PCI to set AVOID_NON_PCI... | |||
2006-12-19 | Use portable XORG_RELEASE_VERSION macro. | George Sapountzis | |
2006-11-02 | Officially require libdrm 2.2.0 | George Sapountzis | |
Note that this is only for the headers at compile-time. The driver still uses libdrm 1.2.0 from Xserver at run-time. | |||
2006-10-26 | Handle .99 in version patch level. | George Sapountzis | |
2006-10-15 | radeon: Use xf86XVFillKeyHelperDrawable() when available. | Michel Dänzer | |
2006-10-04 | update version number to 6.6.99 in preparation for a 6.7 branch at some stage | Dave Airlie | |
2006-09-30 | radeon: Add support for page flipping with EXA. | Michel Dänzer | |
Also use the damage layer directly instead of via shadowfb and blit dirty rectangles to the second page in LeaveServer in order to try and improve the tradeoff between performance and correctness. | |||
2006-09-29 | Undo unintended configure.ac change. | Adam Jackson | |
Dammit, git, grow a sensible UI already. | |||
2006-09-29 | Hook up DFP power to DPMS events. | Ronald Wahl | |
2006-08-24 | Enable CPIO in the atimisc driver on ia64 platforms. | Adam Jackson | |
This fixes many mach64s, but potentially breaks mach32. Mach64 is widespread on ia64 machines but PCI mach32's are quite rare on any platform. | |||
2006-08-25 | update version numbers for release | Dave Airlie | |
2006-06-23 | Use AC_CHECK_HEADER() to check for exa.h | Tilman Sauerbeck | |
2006-06-23 | Use AC_MSG_RESULT() instead of echo for check results. | Tilman Sauerbeck | |
2006-06-16 | ati: prepare for release | Dave Airlie | |
Update some versions for release | |||
2006-05-21 | Derive ATI_VERSION_{MAJOR,MINOR,PATCH} from package version in order to | Michel Daenzer | |
hopefully confuse bug triagers a little less. | |||
2006-04-25 | Use a CPPFLAGS with XORG_CFLAGS so that the exa test can actually find its | Eric Anholt | |
headers and not fail. Also correct some nearby spelling. | |||
2006-04-08 | Bump to 6.6.0 and release. This module's versioning is completely screwed,ati-6_6_0XORG-7_1 | Adam Jackson | |
so until we split out mach64/r128/radeon please just increment the package number whenever you make significant changes. | |||
2006-03-15 | Add some autoconf to keep this driver from building EXA when a slightly | Luc Verhaegen | |
older server with older exa is installed. The way in which this problem was treated by the actually related developers explains a lot about this driver. | |||
2005-12-21 | Update package version for X11R7 release.XORG-7_0 | Kevin E Martin | |
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-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. | |||
2005-10-19 | Update package version number for RC1 release.XORG-6_99_99_901 | Kevin E Martin | |