summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2009-04-08Bump for releasexf86-video-ati-6.12.2Alex Deucher
2009-03-18bump version post releaseAlex Deucher
2009-03-18bump for releasexf86-video-ati-6.12.1Alex Deucher
2009-03-13Bump post-releaseAlex Deucher
2009-03-13bump for releasexf86-video-ati-6.12.0Alex Deucher
2009-02-27Revert "EXA: Adapt to EXA changes in xserver Git."Michel Dänzer
This reverts commit de358736dc696559ba99c71cf5b2a97508201630.
2009-02-24EXA: Adapt to EXA changes in xserver Git.Michel Dänzer
The PrepareAccess hook can now get six different indices. Also remove superfluous instances of #include "exa.h". Note that you may need to run autoheader manually to get config.h.in updated.
2009-02-18Bump version post releaseAlex Deucher
2009-02-18bump for releasexf86-video-ati-6.11.0Alex Deucher
2009-02-10Bump version post RC releaseAlex Deucher
2009-02-09Bump for rc releasexf86-video-ati-6.10.99.0Alex Deucher
2009-01-07Bump version post releaseAlex Deucher
2009-01-06Bump version for releasexf86-video-ati-6.10.0Alex Deucher
2008-12-23radeon: update to 6.9.0.91xf86-video-ati-6.9.0.91Dave Airlie
do a prerelease for end of year.
2008-12-10[PATCH] xf86misc extension has been removed, update driver to reflect itBenjamin Close
2008-06-26Bump for 6.9.0 releasexf86-video-ati-6.9.0Alex Deucher
2008-06-26RADEON: sys/endian.h needs sys/types.h on BSDsBrad Smith
See bug 16512
2008-06-25ati: hopefully fix byteswap mess for those other OSes.Dave Airlie
2008-06-24bump for rc releasexf86-video-ati-6.8.192Alex Deucher
2008-06-12Bump for 6.9.0rc1 releasexf86-video-ati-6.8.191Alex Deucher
2008-05-27RADEON: improve support for secondary cardsAlex Deucher
this should fix bugs 16115, 16035
2008-04-29RADEON: assorted fixesAlex Deucher
- free rotate pixmaps on VT switch - save crtc/output status so we only turn on crtcs/outputs if they are off - show/hide cursors when changing modes
2008-03-06RADEON: take 2 on proper pragma pack support for bsdsAlex Deucher
See bug 14594. Based on suggestion by Henry Zhao
2008-03-03ATOMBIOS: fix atombios parser support on *bsdAlex Deucher
bsd requires a different pragma pack than Linux. See bug 14594.
2008-02-27add warning for r128George Sapountzis
2008-02-27add warning for mach64George Sapountzis
2008-02-27drop mach64 (build system)George Sapountzis
2008-02-19Bump for 6.8 releasexf86-video-ati-6.8.0Alex Deucher
2008-01-11[mach64] Drop symbol lists.George Sapountzis
egrep LOADER\|SymLists\|Symbols src/*.[hc] not needed after server commit bca9364f3f4a2376edbcf57a34f704ce28be21ba, i.e. xserver 1.2 compile-tested only
2007-12-21configure.ac fixesArkadiusz Miskiewicz
2007-12-21fix mode bandwidth configure checkDave Airlie
2007-12-21fixup clip test include handlingDave Airlie
2007-12-21Merge remote branch 'origin/atombios-support'Dave Airlie
Conflicts: src/radeon_display.c src/radeon_driver.c
2007-12-20Bump for RC releasexf86-video-ati-6.7.197Alex Deucher
2007-12-20RADEON: check for xf86_crtc_clip_video_helper() in configure.acAlex Deucher
use xf86_crtc_clip_video_helper() from the server if available.
2007-12-19Fix 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-18RADEON: driver cleanups, warning fixesArkadiusz Miskiewicz
2007-12-10add more to configure.ac for using out-of-tree mode srcDave Airlie
2007-12-10add support for building against legacy servers similiar to Intel codepathsDave Airlie
2007-11-15Revert "Portability fix from netbsd"Alex Deucher
This reverts commit c9264aa53bf1470ad9104d1e7c4a8ce13c49c270. This breaks damage support. See bug 13244
2007-11-11bump for RC releasexf86-video-ati-6.7.196Alex Deucher
2007-10-09Portability fix from netbsdJoerg Sonnenberger
2007-10-05Bump for RC releasexf86-video-ati-6.7.195Alex Deucher
2007-10-04Merge remote branch 'origin/pci-rework'Michel Dänzer
2007-09-24bump for RC releasexf86-video-ati-6.7.194Alex Deucher
2007-09-19bump for RC releasexf86-video-ati-6.7.193Alex Deucher
2007-09-19Revert "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-17RADEON: initial pass at external TMDS supportAlex 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.pci-reworkGeorge Sapountzis
It still uses the old probe method though, this is due to the ati wrapper.
2007-08-26Bump for new releasexf86-video-ati-6.7.192Alex Deucher