Age | Commit message (Expand) | Author | Files | Lines |
2005-08-05 | EXTRA_DIST hacks to get all the OS support files into the tarball.xorg-server-0_99_1 | Adam Jackson | 2 | -2/+14 |
2005-08-04 | - Bug #3960: Add remaining GLX and pci.ids stuff to DIST (Cha Young-Ho, | Adam Jackson | 2 | -5/+9 |
2005-08-04 | Fix inline assembly versions of in*/out* for Sun compilers Add check for | Alan Coopersmith | 2 | -31/+24 |
2005-08-02 | Only build ix86Pci.c on x86 & amd64 platforms Set DEFAULT_INT10 to x86emu | Alan Coopersmith | 1 | -2/+6 |
2005-08-02 | distcheck fixesXORG-6_99_99_900 | Adam Jackson | 1 | -1/+2 |
2005-08-02 | Fix Solaris assembly source to work with libtool | Alan Coopersmith | 1 | -3/+1 |
2005-08-02 | - Workaround for AS_HELP_STRING compatibility with older autoconf. | Adam Jackson | 5 | -16/+37 |
2005-08-01 | Bug #3739: Fail soft on unknown extension string. | Adam Jackson | 1 | -3/+2 |
2005-07-30 | Clear compiler warnings. (Stefan Dirsch) | Alan Coopersmith | 1 | -0/+3 |
2005-07-29 | Fix code to handle printing 7.0 release candidates properly. | Kevin E Martin | 1 | -0/+4 |
2005-07-28 | Fix distcheck for server | Kevin E Martin | 4 | -3/+29 |
2005-07-28 | Rework wrapping of common mouse driver to not require mousePriv.h, so that | Alan Coopersmith | 1 | -67/+98 |
2005-07-26 | Add these files to the sdk: | Søren Sandmann Pedersen | 2 | -3/+3 |
2005-07-26 | Install xorgVersion.h | Søren Sandmann Pedersen | 1 | -1/+1 |
2005-07-26 | fb/Makefile.am: add fbpseudocolor.h to sdk_HEADERS | Søren Sandmann Pedersen | 1 | -2/+2 |
2005-07-24 | Add xf86DeallocateGARTMemory stub so that Xorg can be built on SolarisXORG-6_8_99_16 | Alan Coopersmith | 1 | -0/+6 |
2005-07-19 | programs/Xserver/hw/xfree86/os-support/shared/agp_noop.c | Alan Hourihane | 4 | -0/+28 |
2005-07-19 | Change #include "X.h" to <X11/X.h> | Alan Coopersmith | 1 | -1/+1 |
2005-07-17 | objdir != srcdir fixes. | Daniel Stone | 2 | -15/+15 |
2005-07-16 | Typo fix, and re-add GLcore to the dixmods build | Adam Jackson | 1 | -2/+2 |
2005-07-16 | Update build instructions. Add details about how the expat, fontconfig,XORG-6_8_99_15 | Alan Coopersmith | 1 | -68/+44 |
2005-07-16 | Only pass -rdynamic when using gcc | Alan Coopersmith | 1 | -1/+1 |
2005-07-16 | Fix the *-config.h includes so that it is possible to build modules without | Kevin E Martin | 15 | -48/+28 |
2005-07-16 | Add record module building support Change module building to not use | Kevin E Martin | 2 | -25/+46 |
2005-07-16 | Update to match recent changes to pci.ids & extrapci.ids for people | Alan Coopersmith | 1 | -239/+3799 |
2005-07-15 | Fix the *-config.h includes for the files that have moved in the modular | Kevin E Martin | 3 | -6/+6 |
2005-07-15 | Move drm up to os-support since the files are shared by multiple platforms. | Kevin E Martin | 6 | -22/+32 |
2005-07-15 | disable GLcore momentarily until a build system exists. --enable-glx should | Adam Jackson | 1 | -1/+1 |
2005-07-14 | Fix the build when DRI is enabled | Kevin E Martin | 2 | -2/+6 |
2005-07-14 | Add support for Xnest | Kevin E Martin | 2 | -2/+6 |
2005-07-14 | Add partial in*/out* assembly support for Sun compilers on x86 | Alan Coopersmith | 1 | -1/+26 |
2005-07-14 | loadable extmod build system. | Adam Jackson | 3 | -5/+6 |
2005-07-14 | loader support for extmod | Adam Jackson | 1 | -0/+23 |
2005-07-14 | First pass at Solaris os-support | Alan Coopersmith | 1 | -0/+35 |
2005-07-14 | - Add build system for xf86-video-ati | Søren Sandmann Pedersen | 3 | -2/+15 |
2005-07-14 | Merge SVR4/pre-Solaris 8 and Solaris 8+ sections for greater consistency, | Alan Coopersmith | 1 | -43/+28 |
2005-07-13 | - Use fbdevhwstub.c if <linux/fb.h> is not found | Alan Coopersmith | 3 | -6/+8 |
2005-07-13 | updated comment for libbitmap | Adam Jackson | 1 | -1/+2 |
2005-07-13 | Dear libtool: Loadable modules do not need version numbers. kthnxbye. | Adam Jackson | 15 | -0/+27 |
2005-07-13 | Generate useful loadable modules by actually linking in the blobs from the | Adam Jackson | 1 | -15/+57 |
2005-07-13 | xc/programs/Xserver/hw/xfree86/drivers/i2c/*.c: include xorg-config.h | Søren Sandmann Pedersen | 15 | -29/+74 |
2005-07-12 | Use builddir, not srcdir, for built files. | Daniel Stone | 1 | -1/+1 |
2005-07-12 | Fix scanpci -v core dump when subsys vendor/device id's are NOVENDOR & | Alan Coopersmith | 1 | -1/+3 |
2005-07-12 | add x86emu. | Lars Knoll | 3 | -2/+11 |
2005-07-11 | Remove unneeded xf86drm.h includes to fix modular build. | Kevin E Martin | 1 | -2/+0 |
2005-07-11 | Prep for modular builds by adding guarded #include "config.h" everywhere. | Adam Jackson | 14 | -0/+52 |
2005-07-11 | Start filling in glx build. Add xf86Version.h and a few DRI headers to the | Adam Jackson | 1 | -1/+1 |
2005-07-09 | Bug #3740 <https://bugs.freedesktop.org/show_bug.cgi?id=3740> Patch #3058 | Alan Coopersmith | 1 | -3/+13 |
2005-07-09 | Patch from Thomas Winischhofer to kick out all pixmaps to system ram upon a | Zack Rusin | 7 | -9/+96 |
2005-07-09 | Don't try to link fb, shadow, or vgahw into the loadable Xorg server, as | Adam Jackson | 1 | -2/+0 |