Age | Commit message (Expand) | Author | Files | Lines |
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 |
2005-07-08 | -lXfont isn't enough for libbitmap, you need to get the -L from pkg-config | Adam Jackson | 1 | -1/+1 |
2005-07-08 | mark drawable as dirty on copying/painting windows | Zack Rusin | 3 | -132/+105 |
2005-07-08 | heh, oops (thanks Thomas) | Zack Rusin | 3 | -66/+45 |
2005-07-07 | More compiler warning fixes for missing prototypes: | Alan Coopersmith | 1 | -0/+1 |
2005-07-07 | Check vtSema before accelerating primitives and sync in fallbacks only if | Zack Rusin | 5 | -12/+192 |
2005-07-07 | Bug #2901 <https://bugs.freedesktop.org/show_bug.cgi?id=2901> Fix warnings | Alan Coopersmith | 1 | -0/+4 |
2005-07-06 | add missing PictureTransformPoint3d call | Alan Hourihane | 1 | -0/+1 |
2005-07-05 | Remove Speedo font module documentation. | Alan Coopersmith | 1 | -1/+1 |
2005-07-04 | remove the temporary debugging output | Zack Rusin | 3 | -9/+0 |
2005-07-04 | Bug #2216: Multiseat support. From various Debian and Ubuntu patches by | Adam Jackson | 8 | -91/+233 |
2005-07-04 | This fixes the close screen mess (crash reported by Thomas). Also hide the | Zack Rusin | 8 | -225/+242 |
2005-07-04 | Fix builds on non-GLIBC systems (missing __GLIBC_PREREQ). Add Solaris stack | Alan Coopersmith | 1 | -1/+76 |
2005-07-03 | Abandon the nostdinc experiment. | Daniel Stone | 2 | -2/+2 |
2005-07-03 | Add missing include paths. | Daniel Stone | 7 | -7/+7 |
2005-07-03 | Add explicit PSZ defines, remove unnecessary dix-config.h include.XORG-6_8_99_14 | Daniel Stone | 4 | -12/+4 |
2005-07-03 | Remove needless usage of DECkeysym.h. | Daniel Stone | 2 | -2/+0 |
2005-07-03 | Predicate usage of xf86OSPM functions on #ifdef XF86PM. | Daniel Stone | 3 | -1/+14 |
2005-07-03 | Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h". | Daniel Stone | 130 | -132/+132 |
2005-07-03 | Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. | Daniel Stone | 482 | -54/+1998 |
2005-07-03 | Fix build issues. | Kevin E Martin | 1 | -2/+2 |
2005-07-02 | Continuing Makefile cleanup; add DIX_CFLAGS and XORG_CFLAGS everywhere. | Daniel Stone | 27 | -33/+74 |