summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
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
2007-08-24Require xorg-server >= 1.3 for RandR 1.2.Michel Dänzer
2007-08-23updated release numbering for randr 1.2Dave Airlie
2007-08-04update configure.ac for 6.6.193 releaseati-6.6.193Dave Airlie
2007-08-04ati: add -Wall for gccDave Airlie
As per luc's "suggestion" in Novell bug. This may generate warnings on 64-bit until we get rid of CARD32
2007-05-20update to 6.6.192 for rc releaseati-6.6.192Alex Deucher
2007-03-27update number to 6.6.191 for rc releaseati-6.6.191Dave Airlie
2007-01-28Drop 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-19Use portable XORG_RELEASE_VERSION macro.George Sapountzis
2006-11-02Officially require libdrm 2.2.0George 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-26Handle .99 in version patch level.George Sapountzis
2006-10-15radeon: Use xf86XVFillKeyHelperDrawable() when available.Michel Dänzer
2006-10-04update version number to 6.6.99 in preparation for a 6.7 branch at some stageDave Airlie
2006-09-30radeon: 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-29Undo unintended configure.ac change.Adam Jackson
Dammit, git, grow a sensible UI already.
2006-09-29Hook up DFP power to DPMS events.Ronald Wahl
2006-08-24Enable 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-25update version numbers for releaseDave Airlie
2006-06-23Use AC_CHECK_HEADER() to check for exa.hTilman Sauerbeck
2006-06-23Use AC_MSG_RESULT() instead of echo for check results.Tilman Sauerbeck
2006-06-16ati: prepare for releaseDave Airlie
Update some versions for release
2006-05-21Derive ATI_VERSION_{MAJOR,MINOR,PATCH} from package version in order toMichel Daenzer
hopefully confuse bug triagers a little less.
2006-04-25Use a CPPFLAGS with XORG_CFLAGS so that the exa test can actually find itsEric Anholt
headers and not fail. Also correct some nearby spelling.
2006-04-08Bump to 6.6.0 and release. This module's versioning is completely screwed,ati-6_6_0XORG-7_1Adam Jackson
so until we split out mach64/r128/radeon please just increment the package number whenever you make significant changes.
2006-03-15Add some autoconf to keep this driver from building EXA when a slightlyLuc 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-21Update package version for X11R7 release.XORG-7_0Kevin E Martin
2005-12-15Update package version number for final X11R7 release candidate. BumpXORG-6_99_99_904Kevin E Martin
driver version number.
2005-12-03Update package version number for X11R7 RC3 release.XORG-6_99_99_903Kevin E Martin
2005-12-02Remove extraneous AC_MSG_RESULT.Kevin E Martin
2005-11-30Bump libdrm dep to 2.0.Adam Jackson
2005-11-29Only build dlloader modules by default.Adam Jackson
2005-11-09Update package version number for X11R7 RC2 release.Kevin E Martin
2005-11-01Update pkgcheck depedencies to work with separate build roots.Kevin E Martin
2005-10-20Bug #4831 <https://bugs.freedesktop.org/show_bug.cgi?id=4831>. Check forDonnie Berkholz
x86_64 in addition to amd64 in host_cpu.
2005-10-19Update package version number for RC1 release.XORG-6_99_99_901Kevin E Martin
2005-10-17Use sed & cpp to substitute variables in driver man pagesAlan Coopersmith
2005-10-03- For all drivers that have a <driver>.sgml file, add code in their buildSøren Sandmann Pedersen
system to build the README file at make dist time - in util/macros/xorg-macros.m4, add a new XORG_CHECK_LINUXDOC macro that will check if the required tools and files exist, and if so set a conditional. - util/modular/symlink.sh - Link all the <driver>.sgml to xf86-video-<driver>/README.sgml - Add all the README.<driver> to the list of excluded files - xc/programs/Xserver/hw/xfree86/doc/sgml/SiS.sgml: Various changes to make it spew less warnings when the text file is built.
2005-09-12Define USE_XAA and USE_EXA for the time being.Daniel Stone
2005-08-14Make DGA, CPIO, non-PCI, and TV-Out support detected per-platform, usingDaniel Stone
the same semantics as in drivers/ati/Imakefile.
2005-07-29Various changes preparing packages for RC0:Kevin E Martin
- Verify and update package version numbers as needed - Implement versioning scheme - Change bug address to point to bugzilla bug entry form - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to reenable it) - Fix makedepend to use pkgconfig and pass distcheck - Update build script to build macros first - Update modular Xorg version
2005-07-14Fix check for headers. Use {XORG,DRI}_CFLAGS subst instead of replacingKevin E Martin
CFLAGS.
2005-07-14Make compiling with DRI support configurable/autodetecable. Autodetect DRIKevin E Martin
sdk headers. Expand help string for xorg-module-dir option.
2005-07-14fuck you cvsSøren Sandmann Pedersen
2005-07-14Try adding build system for ATI driver again. Who knows, maybe CVS worksSøren Sandmann Pedersen
today.