summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2007-02-15configure.ac: exit 1 to encourage use of 1.3 branchserver-1.2-branchDaniel Stone1-0/+4
2007-02-15revert accidental testDaniel Stone1-1/+1
That'll learn me ...
2007-02-15testDaniel Stone1-1/+1
2007-02-14Merge crtc/output-based mode selection code.Keith Packard1-0/+1
This code comes from the intel driver, so there's no history in this tree. As the crtc/output-based mode selection code uses ddc, the ddc and i2c modules have been merged into the server. Attempts to load them are safely ignored now.
2007-01-29Add support for the DamagePost (XDamage 1.1) request.Keith Packard1-1/+1
This makes damageproto >= 1.1 a requirement to build. (cherry picked from 0b73a7eb17fd848c6bdc6a65ba835aa2cbfc3cfd)
2007-01-23Fix release date.xorg-server-1.2.0Adam Jackson1-1/+1
2007-01-22Bug #9555: Always define _GNU_SOURCE in glibc environments.Adam Jackson1-14/+7
This keeps us from having to define _POSIX_C_SOURCE, _BSD_SOURCE, and _XOPEN_SORUCE to get the C environment we want in different places. It also fixes the build on linux due to RTLD_DEFAULT having not been defined. (cherry picked from 7fccec91c46baac4f8d2965180dc535b4eb7d65c commit)
2007-01-21sparc: don't include asm/kbio.h -- it no longer exists in current headers.Donnie Berkholz1-4/+0
2007-01-10Require glproto >= 1.4.8 for GLX.Michel Dänzer1-1/+1
It builds against 1.4.7 as well, but it hardcodes the GLX_EXT_tfp tokens that were finalized in 1.4.8, so GLX_EXT_tfp breaks if the client side was built against an older glproto. This will hopefully alert people to rebuild other components (in particular Mesa) against the new glproto as well. (cherry picked from 359d20532bdcef6a540a551578d000afbb609c2d commit)
2006-12-24configure.ac: prepare for 1.2.0 (X11R7.2)Daniel Stone1-5/+5
No, it's not released yet. Settle down.
2006-12-24remove last remaning 'linux'isms (bug #5613)Samuel Thibault1-1/+7
Make sure we don't build non-Linux stuff in configure.ac, and test based on userland, rather than kernel.
2006-12-16Fix RENDER issues (bug #7555) and implement RENDER add/remove screenJames Steven Supancic III1-1/+1
support (bug #8485).
2006-12-01Fix syntax error in configure check for SYSV_IPC that broke with Sun ccAlan Coopersmith1-1/+1
(cherry picked from a5d6499d666fea4a9988118ddd3a5e4c9cfcc32c commit)
2006-12-01Fix release date, and tag 1.1.99.903xorg-server-1.1.99.903Adam Jackson1-1/+1
2006-12-01DRI: call drmSetServerInfo() before drmOpen().airlied1-1/+0
Also, remove some libdrm remnants. (cherry picked from 5bfe7f4dfc6ab51b6790d74faf11574385234423 commit)
2006-12-01make X server use system libdrm - this requires libdrm >= 2.3.0airlied1-2/+2
This patch blacklists the load "drm" line, moves some functions in dri module links dri module against libdrm, and removes the X copy of libdrm (cherry picked from fd91630b73100e9d77ccb492c52807448bc772a5 commit)
2006-12-01remove CID support (bug #5553)Daniel Stone1-1/+1
Remove CID from all our fontpaths.
2006-12-01bump to 1.1.99.903Daniel Stone1-3/+3
2006-11-30Add a -showDefaultLibPath option.Aaron Plattner1-0/+1
A corollary to the previous change, this option prints $libdir. (cherry picked from 64de3baf85f6df274f71f736016f0848567cd9f6 commit)
2006-11-13configure.ac bump.xorg-server-1.1.99.902Adam Jackson1-3/+3
2006-11-08GetTimeInMillis: simplify monotonic testDaniel Stone1-1/+1
We don't actually need to get the CPU clock ID, which means we don't need the monotonic_usable test. Since there's now only one branch, the compiler will treat that as likely, so we don't need xproto 7.0.9 anymore. The fallthrough to gettimeofday() is preserved. (cherry picked from 004d00e6689f452fc9fdf91f5ffc6d6aed697d54 commit)
2006-11-08GetTimeInMillis: spuport monotonic clockDaniel Stone1-2/+41
Add support for CLOCK_MONOTONIC from clock_gettime, and use that in GetTimeInMillis() if available, falling back to the old gettimeofday() implementation. This is _slightly_ faster on some 64-bit architectures, and _slightly_ slower on others (though barely measurable). (cherry picked from d285833290316cb5dd1e7f1e52c96be3e9cf21cd commit)
2006-10-26Revert "GetTimeInMillis: spuport monotonic clock"Daniel Stone1-41/+2
This reverts d04e2545a7238133692aa4501d24e5fdae30df08 commit.
2006-10-26GetTimeInMillis: spuport monotonic clockDaniel Stone1-2/+41
Add support for CLOCK_MONOTONIC from clock_gettime, and use that in GetTimeInMillis() if available, falling back to the old gettimeofday() implementation. This is _slightly_ faster on some 64-bit architectures, and _slightly_ slower on others (though barely measurable). (cherry picked from d285833290316cb5dd1e7f1e52c96be3e9cf21cd commit)
2006-10-24Create xorg.conf.example (Gentoo bug #138623).Joshua Baergen1-0/+1
(cherry picked from 62d24097932708fbbb62a23614fe63b4b7acf3bd commit)
2006-10-18Use getisax() instead of asm code to determine available x86 ISA extensions ↵Alan Coopersmith1-1/+2
on Solaris (cherry picked from 357b37b3826fa6e9878c0bd895164259c2ed3c0d commit)
2006-10-13Bump to 1.1.99.901xorg-server-1.1.99.901Adam Jackson1-1/+1
2006-10-09Use bash on Solaris to run symlink-mesa.shAlan Coopersmith1-1/+6
symlink-mesa.sh won't run with Solaris Bourne Shell (/bin/sh) so explicitly run it with /usr/bin/bash instead
2006-10-06Allow the xfree86 ddx utils to be optionally built. Patch by Eugene Konev.David Nusinow1-0/+3
(cherry picked from a10039a100dfe5f87e29e9cc4fa656176e0890f9 commit)
2006-09-05Merge branch 'master' into my-XACE-modularEamon Walsh1-9/+25
Conflicts: configure.ac
2006-08-29Re-add support for tslib (1.0 release) and Xcalibrate extension.Matthew Allum1-3/+20
2006-08-29configure.ac: allow disabling of XSDLDaniel Stone1-6/+5
2006-08-21Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ↵Alan Coopersmith1-0/+6
XACE-modular
2006-08-12xfree86: add Hurd support (#5613)Samuel Thibault1-0/+5
Add support for GNU/Hurd.
2006-08-12configure.ac: fix execinfo.h test (Debian #363218)Daniel Stone1-0/+1
Define HAVE_EXECINFO_H as well as HAVE_BACKTRACE, when we find execinfo.h.
2006-08-10Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ↵Alan Coopersmith1-27/+30
XACE-modular
2006-07-30bump to 1.1.99.3Daniel Stone1-1/+1
2006-07-26Remove getconfig horrorshow. Replace with a static built-in rule list for now.Adam Jackson1-1/+0
2006-07-21fix kbproto dependencyDaniel Stone1-1/+1
Depend on kbproto >= 1.0.3, for unconditional definition of XkbSA_XFree86Private.
2006-07-21fix minor typoDaniel Stone1-1/+1
2006-07-18get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULEDaniel Stone1-14/+1
Get rid of almost all uses of these definitions. They're still defined for delinquent out-of-tree drivers, and also for the Mesa build. As well as for miinitext.c. But largely gone.
2006-07-10Fix the configure check for the --{enable,disable}-dpms optionGustavo Pichorim Boiko1-1/+1
2006-07-08Bug #3042: Use autoconf to get the correct name of a struct member.Tilman Sauerbeck1-0/+19
This allows us to remove the kernel version ifdefs from the code, which are ugly and broken.
2006-07-06xorgcfg now needs libxkbui version 1.0.2 or better.Keith Packard1-1/+1
Old versions of libxkbui use XkbStrCaseCmp which doesn't exist any longer; the server fails to link with that version of the libkbui library, so require the current version (1.0.2).
2006-07-06GL proto version 1.4.7 needed for texture-from-pixmap defines.Keith Packard1-1/+1
GLX_TEXTURE_TARGET_EXT and GLX_TEXTURE_RECTANGLE_EXT are defined as a part of the new texture from pixmap GL extension in gl proto version 1.4.7 and are now used by the X server code.
2006-07-06Drop unused GL/include subtree.Kristian Høgsberg1-2/+0
Woo, less Makefile's to generate.
2006-07-03Bump server version to 7.1.99.2 for gradient and repeat fixes.Eric Anholt1-1/+1
2006-06-27Bump server release to 7.1.99.1.Eric Anholt1-3/+3
This will be important for a couple of cairo workaround tests.
2006-06-22Drop libz from the server's link line, it was only needed for LBX.Adam Jackson1-1/+1
2006-06-21APPGROUP requires both X-ACE & XC-SECURITY nowAlan Coopersmith1-5/+4