summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2017-07-17xf86-video-radeonhd: remove the GlxSetVisualConfigs stub and friendsHEADmasterEmil Velikov1-1/+1
The function was an empty since 2008 at least. Remove it alongside the unused GLX visuals code. With this all the GL/GLX dependencies in the driver are gone. Note: the driver currently does not build if XAA is missing Cc: Matthias Hopf <mhopf@suse.de> Signed-off-by: Emil Velikov <emil.velikov@collabora.com> --- Analogous to the earlier VIA one - patch is for posterity. Feel free to pick or ignore.
2010-03-25Fix KMS test compilation.Matthias Hopf1-2/+5
2010-01-18Configure: Only compile the KMS check code if xf86drmMode.h is actually present.Egbert Eich1-0/+6
2009-10-12configure: Remove check for GL/gl.hYang Zhao1-4/+0
Check was introduced by 69d4dabe27aba0ed6aff52d210b045876ed36fce, supposedly to work around an old Ubuntu bug. We use GL/glxtokens.h and GL/glxint.h but not GL/gl.h, which is not part of glproto anyway. Removing the check. If this end up causing problems, we can add explicit checks for the proper headers.
2009-10-09Bump to 1.3.0. Update README.1.3.0Matthias Hopf1-1/+1
2009-09-02atombios.h prohibits -std=c99 due to unnamed unionsMatthias Hopf1-3/+3
2009-08-03Fix autoconf issues.Matthias Hopf1-3/+3
Apparently, autoconf 2.64 has "interesting" issues with spaces in double quoted strings, as used in configure.ac. Change that to parantheses. Based on a patch by Jens Lody <radeonhd@jenslody.de>. Additionally, autogen.sh didn't --force so far.
2009-07-23Add check for -Wno-unknown-pragmas in configure.ac.Matthias Hopf1-1/+2
2009-07-16radeonhd: Update to xextproto 7.1 support.Peter Hutterer1-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-06Add shave (nuking excessive libtool output).Matthias Hopf1-0/+5
2009-05-04Fix build on systems without pci_device_enable()Alex Deucher1-0/+4
2009-04-09Bump to 1.2.5. Updated README.1.2.5Matthias Hopf1-1/+1
2009-02-27EXA: fix for (now compatible) PREPARE_AUX buffers.Matthias Hopf1-2/+1
Partially reverts commit 047bd7059bcfec55e06a35db4a2b16d52fe8dbf6.
2009-02-25EXA: fix for (incompatible) upstream EXA version 3.Matthias Hopf1-1/+3
2009-01-22AtomBIOS: Fix build for build w --disable-atombios-parser.Egbert Eich1-11/+0
This also removes commit f45e95cc37a2a9ddf72f5d59a27dd8df152b3ed5 as --enable-atombios --disable-atombios-parser is in fact a valid combination.
2009-01-15build: catch incompatible options in configureHans Ulrich Niedermann1-0/+11
The configure option combination of --enable-atombios --disable-atombios-parser does not make sense with the radeonhd source code. We now have configure abort with an error message to that effect instead of just letting the build fail later.
2008-12-12Bump to 1.2.41.2.4Matthias Hopf1-1/+1
2008-11-19RandR: Add screen rotation.Egbert Eich1-0/+8
2008-10-28Update README and man page only if sed is OKHans Ulrich Niedermann1-0/+17
This checks whether the $SED used can actually substitute tabs and newlines for strings. Only if this check returns a positive result, do we attempt to update README and man/radeonhd.man from src/rhd_id.c. Tested on Fedora 9 with GNU sed and FreeBSD 7.0 with FreeBSD sed. This commit reverts d88f685c.
2008-10-27Autoconf: Fix build on Ubuntu Feisty Fawn.Luc Verhaegen1-0/+14
* Check for glproto.pc still doesn't mean that GL/ headers are there on ubuntuland. * Ubuntu also ships the RandR1.2 protocol headers without shipping the driverside headers in the sdk.
2008-10-22[PATCH] Link with -lpciaccess and -ldrm as neededJulien Cristau1-1/+9
The driver needs to be linked with libpciaccess if XSERVER_LIBPCIACCESS is defined. Likewise, if DRI is enabled, we need -ldrm.
2008-10-22autoconf: Add glproto as a dependency for DRI.Luc Verhaegen1-1/+1
Thanks go to Julien Cristau :)
2008-10-13Bump to 1.2.3.1.2.3Luc Verhaegen1-1/+1
2008-10-13CS: Port over EXA code.Luc Verhaegen1-2/+0
2008-10-13CS: introduce Command Submission infrastructure.Luc Verhaegen1-2/+2
* Adds CS infrastructure for DRM CP and MMIO, plus the necessary engine management. * Disables XAA, EXA and XV.
2008-10-13Bump to 1.2.2.1.2.2Matthias Hopf1-1/+1
2008-07-25Get textured video (Xv) working on R5xxAlex Deucher1-0/+3
2008-07-25First pass at EXA portAlex Deucher1-0/+2
MMIO works and draws correctly, CP path works, but shows pretty heavy corruption.
2008-07-18Define SED var without requiring AC_PROG_SEDHans Ulrich Niedermann1-0/+2
AC_PROG_SED was introduced in autoconf-2.59b from 2004-08-20, but radeonhd wants to be compatible with autoconf-2.57 (from 2002-12-03 :-), so we cannot require AC_PROG_SED and need a fallback option. Fixes the build problems commit 4134177e had on some systems.
2008-07-11Disable unnecessary libtool CXX and F77 checksHans Ulrich Niedermann1-1/+3
Also, check for CC before doing the libtool checks.
2008-05-29Fix build process with DRI disabled.Matthias Hopf1-0/+5
2008-05-27dri: Initial commit of source files from radeon driver.Matthias Hopf1-0/+24
Unaltered, doesn't compile yet.
2008-04-21Adapt to API changes in current upstream X.Egbert Eich1-0/+10
2008-04-14Bump to 1.2.1. Add changes to README.1.2.1Matthias Hopf1-1/+1
2008-04-10Bump to 1.2.0. Add changes to README.1.2.0Matthias Hopf1-1/+1
2008-01-29R5xx: Implement EXA.Luc Verhaegen1-0/+41
MMIO only, so no accelerated up/download yet.
2008-01-21autoconf: Check for libpciaccess.Hans Ulrich Niedermann1-0/+1
If xorg-server.h does not define XSERVER_LIBPCIACCESS, there will be no check for the unused libpciaccess.
2007-12-21Bump to 1.1.0. Add changes to README.1.1.0Matthias Hopf1-1/+1
2007-12-19Make the driver build with the latest ustream git server sources again.Egbert Eich1-0/+6
The driver stopped building due to the removal of xf86_ansic.h and xf86_libc.h in the latest upstream sources. This patch consolidates the heterogenious handling of system functions in this driver. The system function wrappers remain fully supported for older server versions.
2007-12-11[PATCH] Avoid double -l when linking rhd_conntestHans Ulrich Niedermann1-1/+3
If libpci is found via pkg-config, PCIUTILS_LIBS will contain something like "-L/path/to/lib -lpci -lz". So we get rid of the explicit -lpci and -lz in this case. In case pkg-config does not find libpci, though, we just revert to the previous behaviour of assuming that "-lpci -lz" will work. In any case, we make sure linking works before actually using it.
2007-12-11[PATCH] Let pkg-config look for PCIUTILS/libpciColeman Kane1-0/+11
Coleman Kane reports that on FreeBSD, libpci is installed at /usr/local, and so we'd need a -L/usr/local/lib. This switches the responsibility for detecting the libpci location to the libpci.pc file.
2007-11-30Bump to 1.0.01.0.0Matthias Hopf1-1/+1
2007-11-24Patchlevel bump: 0.0.4.Luc Verhaegen1-1/+1
R600 LVDS is a rather big new thing, suddenly RS690M, M72, M74 and M76 devices. Next to that, there were quite a number of fixes.
2007-11-21Bump to 0.0.3initial-randrMatthias Hopf1-1/+1
2007-11-09Merge branch 'master' into initial-randrMatthias Hopf1-2/+13
Conflicts: src/rhd_cursor.c src/rhd_driver.c
2007-11-05Have conntest build require pci/pci.h and -lzHans Ulrich Niedermann1-0/+9
If either of those is not found, rhd_conntest is not built. Affects automake builds only.
2007-11-03Preselect both product AND component in bugzilla URLsHans Ulrich Niedermann1-1/+1
2007-11-02Cover all build aspects with imake+automakeHans Ulrich Niedermann1-0/+1
"make dist" tarballs can now be built with imake. Build, but do not install rhd_conntest by default (am+imake).
2007-11-01Test for missing XORG_ m4 macros at autoconf time (part II)Hans Ulrich Niedermann1-1/+2
2007-10-29AC_SUBST RANDR_VERSION - in case it's ever needed for compiling rhd_randr.cMatthias Hopf1-0/+1