Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-09-20 | use AC_CHECK_HEADER instead of AC_CHECK_FILE | Michael Olbrich | 1 | -9/+15 | |
AC_CHECK_FILE is not possible when cross-compiling. Use AC_CHECK_HEADER / AC_PREPROC_IFELSE instead. [ Michel Dänzer: Shuffled things around slightly to make it work on my setup ] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de> Signed-off-by: Michel Dänzer <daenzer@vmware.com> | |||||
2009-09-17 | Fix configuration to disable KMS if not finding libdrm_radeon. | Pauli Nieminen | 1 | -0/+2 | |
Most of KMS building was disabled if LIBDRM_RADEON was not detected. But at least configure was reporting KMS enabled even tough it was realy disabled. | |||||
2009-08-30 | radeon: Fix DRI2BufferPtr to be DRI2Buffer2Ptr for xserver 1.6. | Pauli Nieminen | 1 | -1/+1 | |
Bump requirement for xserver in KMS mode to 1.6.2 for DRI2Buffer2Ptr. | |||||
2009-07-16 | Update to xextproto 7.1 support. | Peter Hutterer | 1 | -0/+4 | |
DPMS header was split into dpms.h (client) and dpmsconst.h (server). Drivers need to include dpmsconst.h if xextproto 7.1 is available. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> | |||||
2009-07-13 | Add configure option to disable kms support | Alex Deucher | 1 | -10/+19 | |
Useful to building with mixed kms/non-kms setups | |||||
2009-07-11 | xf86-video-ati: use XORG_CHANGELOG macro to create ChangeLog. #22611 | Gaetan Nadon | 1 | -0/+6 | |
Build break: Makefile.am: command not found: git-log Adding the macro in configure.ac and use it in Makefile.am Refer to: https://bugs.freedesktop.org/show_bug.cgi?id=22611 Tested: running autogen.sh, make and 'make dist' Signed-off-by: Gaetan Nadon <memsize@videotron.ca> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> | |||||
2009-07-09 | radeon: add shave support. | Dave Airlie | 1 | -0/+4 | |
clean up output a lot | |||||
2009-07-02 | radeon: fix up configure check better | Dave Airlie | 1 | -2/+1 | |
2009-07-02 | radeon: enable KMS build | Dave Airlie | 1 | -3/+3 | |
2009-07-02 | radeon: add KMS support (still disabled) | Dave Airlie | 1 | -4/+6 | |
This adds DRI2 + KMS + driver pixmaps support to the driver. I've decided to just do a completely separate KMS driver file instead of hacking the crap out of radeon_driver.c. So now I do the KMS check in radeon_probe.c time and set the DDX pointed up to a completely different set at this stage. This avoids a lot of if (kms) type crap in the code at the expense of making sure we make changes to both files if necessary. This code is still disabled in configure.ac as I broke EXA composite rendering somehow in KMS mode | |||||
2009-06-30 | radeon: initial preparation for kms patch. | Dave Airlie | 1 | -0/+41 | |
This patch contains most of the changes to the EXA and texture video accel code. It adds a few bits of pixmap support but doesn't actually do anything useful KMS yet. Testing this should not have any regressions over what we have already, biggest worries are r6xx, I've fixed a textured video one, but no idea what other might lurk It won't build against libdrm radeon yet either | |||||
2009-05-23 | Bump version to mark Git snapshot. | Michel Dänzer | 1 | -1/+1 | |
The fourth version component isn't visible in the log file. | |||||
2009-04-08 | Bump version post release | Alex Deucher | 1 | -1/+1 | |
2009-04-08 | Bump for releasexf86-video-ati-6.12.2 | Alex Deucher | 1 | -1/+1 | |
2009-03-18 | bump version post release | Alex Deucher | 1 | -1/+1 | |
2009-03-18 | bump for releasexf86-video-ati-6.12.1 | Alex Deucher | 1 | -1/+1 | |
2009-03-13 | Bump post-release | Alex Deucher | 1 | -1/+1 | |
2009-03-13 | bump for releasexf86-video-ati-6.12.0 | Alex Deucher | 1 | -1/+1 | |
2009-02-27 | Revert "EXA: Adapt to EXA changes in xserver Git." | Michel Dänzer | 1 | -3/+2 | |
This reverts commit de358736dc696559ba99c71cf5b2a97508201630. | |||||
2009-02-24 | EXA: Adapt to EXA changes in xserver Git. | Michel Dänzer | 1 | -2/+3 | |
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-18 | Bump version post release | Alex Deucher | 1 | -1/+1 | |
2009-02-18 | bump for releasexf86-video-ati-6.11.0 | Alex Deucher | 1 | -1/+1 | |
2009-02-10 | Bump version post RC release | Alex Deucher | 1 | -1/+1 | |
2009-02-09 | Bump for rc releasexf86-video-ati-6.10.99.0 | Alex Deucher | 1 | -1/+1 | |
2009-01-07 | Bump version post release | Alex Deucher | 1 | -1/+1 | |
2009-01-06 | Bump version for releasexf86-video-ati-6.10.0 | Alex Deucher | 1 | -1/+1 | |
2008-12-23 | radeon: update to 6.9.0.91xf86-video-ati-6.9.0.91 | Dave Airlie | 1 | -1/+1 | |
do a prerelease for end of year. | |||||
2008-12-10 | [PATCH] xf86misc extension has been removed, update driver to reflect it | Benjamin Close | 1 | -1/+0 | |
2008-06-26 | Bump for 6.9.0 releasexf86-video-ati-6.9.0 | Alex Deucher | 1 | -1/+1 | |
2008-06-26 | RADEON: sys/endian.h needs sys/types.h on BSDs | Brad Smith | 1 | -0/+2 | |
See bug 16512 | |||||
2008-06-25 | ati: hopefully fix byteswap mess for those other OSes. | Dave Airlie | 1 | -0/+58 | |
2008-06-24 | bump for rc releasexf86-video-ati-6.8.192 | Alex Deucher | 1 | -1/+1 | |
2008-06-12 | Bump for 6.9.0rc1 releasexf86-video-ati-6.8.191 | Alex Deucher | 1 | -1/+1 | |
2008-05-27 | RADEON: improve support for secondary cards | Alex Deucher | 1 | -0/+4 | |
this should fix bugs 16115, 16035 | |||||
2008-04-29 | RADEON: assorted fixes | Alex Deucher | 1 | -0/+8 | |
- 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-06 | RADEON: take 2 on proper pragma pack support for bsds | Alex Deucher | 1 | -7/+2 | |
See bug 14594. Based on suggestion by Henry Zhao | |||||
2008-03-03 | ATOMBIOS: fix atombios parser support on *bsd | Alex Deucher | 1 | -0/+10 | |
bsd requires a different pragma pack than Linux. See bug 14594. | |||||
2008-02-27 | add warning for r128 | George Sapountzis | 1 | -0/+6 | |
2008-02-27 | add warning for mach64 | George Sapountzis | 1 | -0/+6 | |
2008-02-27 | drop mach64 (build system) | George Sapountzis | 1 | -52/+0 | |
2008-02-19 | Bump for 6.8 releasexf86-video-ati-6.8.0 | Alex Deucher | 1 | -1/+1 | |
2008-01-11 | [mach64] Drop symbol lists. | George Sapountzis | 1 | -1/+1 | |
egrep LOADER\|SymLists\|Symbols src/*.[hc] not needed after server commit bca9364f3f4a2376edbcf57a34f704ce28be21ba, i.e. xserver 1.2 compile-tested only | |||||
2007-12-21 | configure.ac fixes | Arkadiusz Miskiewicz | 1 | -1/+2 | |
2007-12-21 | fix mode bandwidth configure check | Dave Airlie | 1 | -1/+2 | |
2007-12-21 | fixup clip test include handling | Dave Airlie | 1 | -1/+4 | |
2007-12-21 | Merge remote branch 'origin/atombios-support' | Dave Airlie | 1 | -1/+52 | |
Conflicts: src/radeon_display.c src/radeon_driver.c | |||||
2007-12-20 | Bump for RC releasexf86-video-ati-6.7.197 | Alex Deucher | 1 | -1/+1 | |
2007-12-20 | RADEON: check for xf86_crtc_clip_video_helper() in configure.ac | Alex Deucher | 1 | -0/+5 | |
use xf86_crtc_clip_video_helper() from the server if available. | |||||
2007-12-19 | Fix RN50 mode filtering. | Adam Jackson | 1 | -0/+5 | |
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 | 1 | -1/+1 | |