Age | Commit message (Expand) | Author | Files | Lines |
2006-06-27 | Bump server release to 7.1.99.1. | Eric Anholt | 1 | -3/+3 |
2006-06-22 | Drop libz from the server's link line, it was only needed for LBX. | Adam Jackson | 1 | -1/+1 |
2006-06-20 | Don't add -ldl to XORG_LIBS if it's not needed for dlopen | Alan Coopersmith | 1 | -1/+4 |
2006-06-19 | Another round of loader sense-beating. Remove the (unused) server export | Adam Jackson | 1 | -1/+1 |
2006-06-18 | Xprint/ -> hw/xprint | Adam Jackson | 1 | -36/+36 |
2006-06-03 | Bump to 1.1.99.2. | Daniel Stone | 1 | -1/+1 |
2006-06-03 | Add support for kFreeBSD systems. (Robert Millan, Aurelien Jarno) | Daniel Stone | 1 | -5/+8 |
2006-06-01 | Kill LBX, too. | Daniel Stone | 1 | -29/+9 |
2006-06-01 | Ditch more alternate-loader braindamage. | Daniel Stone | 1 | -4/+0 |
2006-05-24 | On NetBSD, add -li386 for i386 and -lx86_64 for x86_64 to SYS_LIBS. (x86_64 | Jeremy C. Reed | 1 | -2/+6 |
2006-05-23 | Add AC_SUBST([SOLARIS_ASM_CFLAGS]) that I forgot when splitting them out of | Alan Coopersmith | 1 | -0/+1 |
2006-05-15 | Bug #5209: Fix APM/ACPI support, again. (Michel Dänzer, Valery Inozemtsev) | Adam Jackson | 1 | -1/+1 |
2006-05-14 | Don't use AM_CONDITIONAL inside shell conditionals. Bugzilla #6916. | Matthieu Herrb | 1 | -3/+4 |
2006-05-09 | Bug #5209: Re-enable building APM and ACPI support. (Michel Dänzer) | Adam Jackson | 1 | -1/+10 |
2006-05-03 | Make Xephyr build on Solaris: | Alan Coopersmith | 1 | -0/+4 |
2006-05-02 | Fix Solaris build with Sun compilers to work when exa is built before | Alan Coopersmith | 1 | -1/+2 |
2006-04-06 | Remove cfb16, no longer used. | Adam Jackson | 1 | -1/+0 |
2006-04-05 | Put the screensaver extension back in the Xext module. | Fredrik Höglund | 1 | -2/+2 |
2006-04-02 | Bump to 1.1.99.1. | Adam Jackson | 1 | -1/+1 |
2006-04-02 | Reorder link order for Xdmx to fix new screensaver variable reference | Adam Jackson | 1 | -2/+2 |
2006-04-01 | Disable Xprint freetype support momentarily. Needs ttf2pt1.c, which exists | Adam Jackson | 1 | -1/+1 |
2006-04-01 | Bug #5801: Check for MTRR support under Linux. Minor refactoring of MTRR | Daniel Stone | 1 | -5/+11 |
2006-04-01 | Make Xprint AC_ARG_ENABLEs and AC_ARG_WITHs unconditional also. | Daniel Stone | 1 | -3/+5 |
2006-04-01 | Unconditionally run XP_USE_FREETYPE AM_CONDITIONAL, not only in the Xprint | Daniel Stone | 1 | -1/+1 |
2006-03-31 | Move the screensaver extension from module to builtins. | Fredrik Höglund | 1 | -2/+2 |
2006-03-31 | Add full FreeType support for Xprint. (Drew Parsons) | Daniel Stone | 1 | -0/+36 |
2006-03-28 | Fix another typo. | Kristian Høgsberg | 1 | -1/+1 |
2006-03-28 | Fix a couple of typos. | Kristian Høgsberg | 1 | -1/+0 |
2006-03-28 | Add --enable-glx-tls ./configure option to enable use of TLS for storing | Kristian Høgsberg | 1 | -0/+8 |
2006-03-28 | Silence some editorializing in the configure help text. | Adam Jackson | 1 | -2/+2 |
2006-03-27 | Fix remnants of previous busted _XkbStrCaseCmp commit. | Daniel Stone | 1 | -0/+2 |
2006-03-21 | Make the server distcheck and tag 1.0.99.1 snapshot. | Kristian Høgsberg | 1 | -1/+1 |
2006-03-17 | Typo fix, reindent. | Daniel Stone | 1 | -2/+2 |
2006-03-17 | Check for glproto when building GLX and make sure we have at least 1.4.6. | Kristian Høgsberg | 1 | -0/+1 |
2006-03-15 | Bump to requiring fixesproto >= 4.0 and compositeproto >= 0.3. | Adam Jackson | 1 | -2/+2 |
2006-03-15 | - OpenBSD needs -Wl,-export-dynamic to export symbols from main executable | Matthieu Herrb | 1 | -0/+10 |
2006-03-12 | Merge accel_indirect branch to HEAD. | Kristian Høgsberg | 1 | -0/+12 |
2006-03-11 | Add HAS_MMAP for Xvfb | Alan Coopersmith | 1 | -0/+3 |
2006-03-09 | Do Xorg configure checks for Xgl only as well | Matthias Hopf | 1 | -1/+1 |
2006-03-05 | define SYS_LIBS to hold system dependant libraries that may needed. and add | Matthieu Herrb | 1 | -4/+8 |
2006-02-24 | OpenBSD supports PCVT and WSCONS. PCCONS is long gone. | Matthieu Herrb | 1 | -1/+1 |
2006-02-16 | Bug #5453: Don't forget to still do AM_CONDITIONAL for XVMC even if XV is | Eric Anholt | 1 | -4/+7 |
2006-02-16 | Make more extensions optional in build (for kdrive). Fix kdrive build for | Keith Packard | 1 | -9/+23 |
2006-02-16 | Move EXA implementation up to the top level and remove its XFree86 | Eric Anholt | 1 | -0/+1 |
2006-02-15 | Define NO_LIBCWRAPPER in dix-config.h, and rely on Mesa including | Eric Anholt | 1 | -0/+1 |
2006-02-10 | Remove libcwrapper usage from xorg server modules. The libcwrapper is only | Eric Anholt | 1 | -1/+1 |
2006-02-10 | Make kdrive (i.e. Xephyr only) buildable on FreeBSD and probably other OSes | Eric Anholt | 1 | -0/+3 |
2006-01-26 | Speed up checkout and autogen by removing disused iplan2p4 and ilbm. | Adam Jackson | 1 | -2/+0 |
2006-01-25 | Remove xf8_32wid, it's dead code with no maintainer interest. Also remove | Adam Jackson | 1 | -6/+0 |
2006-01-10 | Bomb out if symlink-mesa.sh failed. | Daniel Stone | 1 | -0/+3 |