summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2010-02-04config: remove dead LINUXDOC macro usageGaetan Nadon
This module does not generate LINUXDOC documentation. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-01-19Fix configure with --disable-driAlan Coopersmith
AM_CONDITIONAL calls can't be made inside if statements, since automake won't know what to do when the if isn't true. Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-12-30configure.ac: remove unused sdkdir=$(pkg-config...) statementGaetan Nadon
The sdkdir variable isn't use, so remove the statement. Acked-by: Dan Nicholson <dbn.lists@gmail.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2009-12-21Replace shave with automake silent-rulesIngmar Vanhassel
Which are enabled by default in Xorg's util-macros 1.3 if automake-1.11 is used. Signed-off-by: Ingmar Vanhassel <ingmar@exherbo.org>
2009-11-19INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206Gaetan Nadon
Add missing INSTALL file. Use standard GNU file on building tarball README may have been updated Remove AUTHORS file as it is empty and no content available yet. Remove NEWS file as it is empty and no content available yet.
2009-11-19Several driver modules do not have a ChangeLog target in Makefile.am #23814Gaetan Nadon
The git generated ChangeLog replaces the hand written one. Update configure.ac to xorg-macros level 1.3. Use XORG_DEFAULT_OPTIONS which replaces four XORG_* macros Update Makefile.am to add ChangeLog target if missing Remove ChangeLog from EXTRA_DIST or *CLEAN variables This is a pre-req for the INSTALL_CMD
2009-09-20use AC_CHECK_HEADER instead of AC_CHECK_FILEMichael Olbrich
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-17Fix configuration to disable KMS if not finding libdrm_radeon.Pauli Nieminen
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-30radeon: Fix DRI2BufferPtr to be DRI2Buffer2Ptr for xserver 1.6.Pauli Nieminen
Bump requirement for xserver in KMS mode to 1.6.2 for DRI2Buffer2Ptr.
2009-07-16Update to xextproto 7.1 support.Peter Hutterer
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-13Add configure option to disable kms supportAlex Deucher
Useful to building with mixed kms/non-kms setups
2009-07-11xf86-video-ati: use XORG_CHANGELOG macro to create ChangeLog. #22611Gaetan Nadon
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-09radeon: add shave support.Dave Airlie
clean up output a lot
2009-07-02radeon: fix up configure check betterDave Airlie
2009-07-02radeon: enable KMS buildDave Airlie
2009-07-02radeon: add KMS support (still disabled)Dave Airlie
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-30radeon: initial preparation for kms patch.Dave Airlie
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-23Bump version to mark Git snapshot.Michel Dänzer
The fourth version component isn't visible in the log file.
2009-04-08Bump version post releaseAlex Deucher
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