Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-01-24 | Correct help lines for configure's --with-vendor-name flags | Alan Coopersmith | 1 | -2/+2 | |
2007-01-10 | Bug #9555: Always define _GNU_SOURCE in glibc environments. | Eric Anholt | 1 | -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. | |||||
2007-01-09 | Require glproto >= 1.4.8 for GLX. | Michel Dänzer | 1 | -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. | |||||
2007-01-08 | Use PKG_CHECK_EXISTS(libdrm) to determine if DRI should be enabled on Solaris | Alan Coopersmith | 1 | -0/+5 | |
2007-01-05 | Add support for the DamagePost (XDamage 1.1) request. | Eric Anholt | 1 | -1/+1 | |
This makes damageproto >= 1.1 a requirement to build. | |||||
2007-01-03 | Make GLX byteswap macros more portable | Alan Coopersmith | 1 | -0/+58 | |
- Use autoconf tests instead of platform-specific #ifdef's to decide which macros to use. - Provide fallbacks for platforms like Solaris that don't provide any of the existing known forms. | |||||
2006-12-16 | Fix RENDER issues (bug #7555) and implement RENDER add/remove screen | James Steven Supancic III | 1 | -1/+1 | |
support (bug #8485). | |||||
2006-12-06 | configure.ac: add CONFIG_LIB to Xvfb | Daniel Stone | 1 | -1/+1 | |
2006-12-06 | remove CID support (bug #5553) | Daniel Stone | 1 | -1/+1 | |
Remove CID from all our fontpaths. (cherry picked from 69820a10e33e4582c192360996e866007114639d commit) | |||||
2006-12-01 | Fix syntax error in configure check for SYSV_IPC that broke with Sun cc | Alan Coopersmith | 1 | -1/+1 | |
2006-11-27 | Register dependency on new RandR protocol. | Eric Anholt | 1 | -1/+1 | |
2006-11-27 | Merge branch 'randr-1.2' | Eric Anholt | 1 | -4/+5 | |
Conflicts: dix/events.c dix/getevents.c hw/xfree86/common/xf86Mode.c hw/xfree86/dri/Makefile.am hw/xfree86/os-support/drm/xf86drm.c hw/xfree86/os-support/xf86drm.h | |||||
2006-11-22 | Add a -showDefaultLibPath option. | Aaron Plattner | 1 | -0/+1 | |
A corollary to the previous change, this option prints $libdir. | |||||
2006-11-14 | For NetBSD, define PCVT_SUPPORT (System has PCVT console). | Jeremy C. Reed | 1 | -0/+1 | |
Noticed by Joerg Sonnenberger. This fixes problem with console switching. This was in original imake NetBSD.cf. | |||||
2006-11-13 | Disable Xprt server build by default. | Adam Jackson | 1 | -1/+1 | |
2006-11-13 | DRI: call drmSetServerInfo() before drmOpen(). | George Sapountzis | 1 | -2/+0 | |
Also, remove some libdrm remnants. | |||||
2006-11-09 | make X server use system libdrm - this requires libdrm >= 2.3.0 | Dave Airlie | 1 | -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 | |||||
2006-11-08 | configure.ac: axe redundant SDL test | Daniel Stone | 1 | -6/+1 | |
2006-11-04 | Merge master back to randr-1.2 | Keith Packard | 1 | -117/+217 | |
2006-11-04 | Allow X server to build against libdrm 2.1 | Keith Packard | 1 | -0/+3 | |
2006-11-04 | kdrive: make building of Linux support conditional (bug #5613) | Samuel Thibault | 1 | -1/+7 | |
Only try to build Linux support on Linux. We should probably disable all OS-dependent DDXes if we don't have a workable OS (and only build Xephyr/Xfake), but that's future work. | |||||
2006-11-03 | Add DTrace probe points for X server <-> client communications | Alan Coopersmith | 1 | -2/+27 | |
See http://people.freedesktop.org/~alanc/dtrace/ for more details | |||||
2006-11-02 | Merge branch 'origin' into randr-1.2 | Keith Packard | 1 | -2/+43 | |
2006-11-02 | bump to 1.2.99.0 | Daniel Stone | 1 | -1/+1 | |
2006-11-02 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ↵ | Daniel Stone | 1 | -8/+11 | |
input-hotplug | |||||
2006-11-01 | Propogate $LIBS for xtrans, clock_gettime, libm, etc. to libs used for each ↵ | Alan Coopersmith | 1 | -7/+8 | |
server | |||||
2006-11-01 | configure.ac: remove check for rate/period | Daniel Stone | 1 | -19/+0 | |
Keyboard stuff is now handled in the kbd driver. | |||||
2006-10-29 | Make sure we have 64-bit file-offsets in libdrm. | Thomas Hellstrom | 1 | -2/+2 | |
2006-10-27 | Import libdrm functions for the drm memory manager. | Thomas Hellstrom | 1 | -0/+2 | |
2006-10-26 | GetTimeInMillis: simplify monotonic test | Daniel Stone | 1 | -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. | |||||
2006-10-26 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ↵ | Daniel Stone | 1 | -1/+40 | |
input-hotplug | |||||
2006-10-25 | GetTimeInMillis: spuport monotonic clock | Daniel Stone | 1 | -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). | |||||
2006-10-24 | Merge branch 'master' into randr-1.2 | Keith Packard | 1 | -10/+25 | |
2006-10-23 | configure.ac: add XSERVER_LIBS to XNEST_LIBS | Daniel Stone | 1 | -1/+1 | |
2006-10-20 | Create xorg.conf.example (Gentoo bug #138623). | Joshua Baergen | 1 | -0/+1 | |
2006-10-20 | Use getisax() instead of asm code to determine available x86 ISA extensions ↵ | Alan Coopersmith | 1 | -1/+2 | |
on Solaris | |||||
2006-10-20 | Stop building xorgcfg by default. | Adam Jackson | 1 | -7/+3 | |
2006-10-19 | Create xorg.conf.example (Gentoo bug #138623). | Joshua Baergen | 1 | -0/+1 | |
2006-10-18 | Use getisax() instead of asm code to determine available x86 ISA extensions ↵ | Alan Coopersmith | 1 | -1/+2 | |
on Solaris | |||||
2006-10-17 | Stop building xorgcfg by default. | Adam Jackson | 1 | -2/+2 | |
2006-10-13 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ↵ | Daniel Stone | 1 | -7/+20 | |
input-hotplug | |||||
2006-10-09 | Use bash on Solaris to run symlink-mesa.sh | Alan Coopersmith | 1 | -1/+6 | |
symlink-mesa.sh won't run with Solaris Bourne Shell (/bin/sh) so explicitly run it with /usr/bin/bash instead (cherry picked from cde68728860179dc84e615ccb378ce992513fd62 commit) | |||||
2006-10-08 | configure.ac: reactivate warnings when building with gcc | Daniel Stone | 1 | -22/+23 | |
We were inadvertently stomping XSERVER_CFLAGS after adding the warnings, so move them after we do that. | |||||
2006-10-06 | Merge branch 'XACE-modular' | Alan Coopersmith | 1 | -6/+14 | |
2006-10-04 | Merge branch 'master' into randr-1.2 | Keith Packard | 1 | -0/+3 | |
2006-09-27 | remove merge detritus | Daniel Stone | 1 | -1/+0 | |
2006-09-24 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ↵ | Daniel Stone | 1 | -0/+3 | |
input-hotplug | |||||
2006-09-21 | Allow the xfree86 ddx utils to be optionally built. Patch by Eugene Konev. | David Nusinow | 1 | -0/+3 | |
2006-09-18 | Remove smashing of CFLAGS from server build. | Keith Packard | 1 | -4/+2 | |
CFLAGS is a user variable, extracted from the environment at configure time and settable by the user at build time. We must not override this variable. | |||||
2006-09-07 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ↵ | Daniel Stone | 1 | -4/+28 | |
input-hotplug |