summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2005-12-03Disable the xf8_32wid logic for now, breaks distcheckXORG-6_99_99_903Adam Jackson1-1/+1
2005-12-03Bugzilla #4809 <https://bugs.freedesktop.org/show_bug.cgi?id=4809> PatchAlan Coopersmith5-3/+27
2005-12-03Update package version number for X11R7 RC3 release. Update release stringKevin E Martin2-3/+9
2005-12-02Define XFree86Server only where it is required.Kevin E Martin89-103/+194
2005-12-01Fix GL build when srcdir != builddir (Donnie Berkholz).Kevin E Martin2-0/+6
2005-12-01Add missing XvExtension and XvMCExtension defines.Kevin E Martin4-0/+25
2005-12-01Fix typo: xorg_bus_linuxbsdpci ==> xorg_bus_linuxpciKevin E Martin2-1/+6
2005-12-01Bug #5160: Fix the modular build to try to use the same logic for choosingEric Anholt3-38/+112
2005-11-30Import libdrm 2.0XORG-6_8_99_903DRM-2_0_0Adam Jackson5-19/+35
2005-11-30Bug #5093: Fix fb for non-SSE machines. (Xavier Bachelot)Adam Jackson2-109/+118
2005-11-29Only build dlloader modules by default.Adam Jackson2-0/+6
2005-11-29Fix usage of XFree86LOADER/XFree86Module/IN_MODULE and update loadableKevin E Martin78-132/+359
2005-11-28Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4Alan Coopersmith15-17/+17
2005-11-23Add configure option to install libxf86config.a (disabled by default).Kevin E Martin5-6/+43
2005-11-22Bug #5118: Use "rm -f" instead of "$(RM)", which isn't always defined.Eric Anholt2-2/+7
2005-11-21Fix Xprt library dependencies in the case that Xprint is auto-detected byFelix Kuehling2-1/+7
2005-11-20Make sure XKM_OUTPUT_DIR (used in code) ends in / (so paths don't get hosedAlan Coopersmith3-3/+18
2005-11-20Add xext to list of modules xorgcfg depends on.Alan Coopersmith2-1/+6
2005-11-19Update pkgconfig files to separate library build-time dependencies fromKevin E Martin9-11/+32
2005-11-19Bug #4824: Build XTrap support by default, matching monolith.Adam Jackson2-10/+12
2005-11-18Bug #5060: Fix non-Linux DRI on 64 bit post Linux 32/64 changes.Eric Anholt1-0/+8
2005-11-18Bug #4928: Unbreak Makefile.am for Alpha chips. (Stefan DeRoeck)Adam Jackson2-2/+7
2005-11-18Bug #4859: Don't segfault on bad DDC read. (Tony Houghton)Adam Jackson1-5/+8
2005-11-16Fix builds when not building the Xorg DDX.Adam Jackson2-2/+9
2005-11-15Make fb build on darwin/ppc without addition #define hacksAdam Jackson1-1/+1
2005-11-14Use glcontextmodes.[ch] from Mesa.Kevin E Martin4-556/+12
2005-11-14Add GL_CFLAGS so that GLX can find its proto headers when using separateKevin E Martin2-1/+7
2005-11-14Dont prevent SCO platforms for using the default ZAxisMapping now that theKean Johnson1-3/+1
2005-11-14Default xkb-output directory needs trailing slash.Alan Coopersmith2-2/+7
2005-11-13Bug #5019 <https://bugs.freedesktop.org/show_bug.cgi?id=5019> xserverAlan Coopersmith15-33/+194
2005-11-12use RGB_DB not RGB_PATH as that's what configure defines (Jürg BilleterAlan Coopersmith2-1/+7
2005-11-10Fix typo to enable DGA support.XORG-6_99_99_902Kevin E Martin5-4/+14
2005-11-10Dont pass wheel mouse buttons as real buttons, map them as Z-Axis movementXORG-6_8_99_902Kean Johnson3-30/+16
2005-11-09Update package version number for X11R7 RC2 release. Update release stringKevin E Martin2-2/+8
2005-11-09Bug #4915: ButtonMapping option which allows to define arbitrary buttonMatthias Hopf4-13/+18
2005-11-09DRM 1.0.5 importDRM-1_0_5Kevin E Martin2-5/+4
2005-11-08Add newly checked in files to Xorg server build.Kevin E Martin6-5/+60
2005-11-08Bug #2880, add functions for byte and word level access to pci configKristian Høgsberg3-14/+128
2005-11-08See ChangeLog entry 2005-11-07 for details.Kean Johnson45-178/+3310
2005-11-08Don't reference noXkbExtension when building without XKB. (Bob Terek - SunAlan Coopersmith1-2/+9
2005-11-07Fix Xvfb to work properly in depth 15 mode. Fixes XTS5 XCloseDisplay-3Kevin E Martin1-7/+4
2005-11-06Fix a bug where a system memory pixmap got a wrong address if memcpy()Thomas Hellstrom6-6/+6
2005-11-05Bug #4948: <https://bugs.freedesktop.org/show_bug.cgi?id=4948> IncorrectAlan Coopersmith1-3/+3
2005-11-04Only use fbCopyAreammx if planemask is FB_ALLONES (fixes XTS5 XCopyAreaKevin E Martin1-1/+2
2005-11-03Whitespace change just to make sure I created the branch correctly.Ian Romanick1-1/+0
2005-11-03Fix vendor string and release version reported by the servers. EnableKevin E Martin4-17/+53
2005-11-03Use APP_MAN_SUFFIX for Xserver man page instead of hardcoding section 1Alan Coopersmith2-5/+17
2005-11-02Add support for enabling/disabling DBE (part of generic enable/disableKevin E Martin3-9/+26
2005-11-02Fix support for enabling/disabling extensions loaded from modules.Kevin E Martin4-19/+24
2005-11-01Add xorg-server.m4 for driver dependency checking.Kevin E Martin8-12/+99