Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-11-04 | Merge master back to randr-1.2 | Keith Packard | 2 | -10/+14 | |
2006-11-03 | Make int10 fully domain aware. | Egbert Eich | 1 | -7/+6 | |
2006-11-03 | Build with -D_PC on ix86 only. | Matthias Hopf | 1 | -3/+8 | |
2006-09-18 | Remove smashing of CFLAGS from server build. | Keith Packard | 1 | -3/+3 | |
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-07-21 | Remove RCS tags. Fix Xprint makefile braindamage. | Adam Jackson | 9 | -9/+0 | |
2006-07-20 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver | Ian Romanick | 1 | -1/+1 | |
2006-07-18 | get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULE | Daniel Stone | 1 | -1/+1 | |
Get rid of almost all uses of these definitions. They're still defined for delinquent out-of-tree drivers, and also for the Mesa build. As well as for miinitext.c. But largely gone. | |||||
2006-07-14 | Add some const qualifiers to serveral function parameters. | Ian Romanick | 3 | -10/+11 | |
2006-07-14 | Rearrange code in xf86int10ParseBiosLocation to use strncasecmp. This | Ian Romanick | 1 | -23/+16 | |
eliminates the need for the first use of xstrdup in this function. The second use of xstrdup was *never* necessary and has also been eliminated. | |||||
2006-07-14 | Refactor common code from the generic.c and linux.c version of | Ian Romanick | 3 | -85/+121 | |
xf86ExtendedInitInt10 to xf86int10GetBiosLocationType and xf86int10GetBiosSegment. These changes were tested on MGA hardware on x86-64 with various combinations of InitPrimary and BiosLocation. | |||||
2006-07-14 | Refactor identical xf86InitInt10 function from generic.c and linux.c | Ian Romanick | 2 | -6/+6 | |
to helper_exec.c. | |||||
2006-07-14 | Trivial refactor of libint10_la_SOURCES. | Ian Romanick | 1 | -7/+13 | |
2006-06-05 | Ensure all *ModuleData symbols are marked _X_EXPORT. Start removing | Adam Jackson | 1 | -8/+5 | |
XFree86LOADER ifdefs, non-loadable hasn't been supported for a while now. Remove completely gratuitious REMOVE_LOADER_CHECK_MODULE_INFO ifdefs surrounding a call to a function added in XFree86 4.1 (!). Miscellaneous static markings. | |||||
2006-03-10 | Coverity #857: Fix resource leak in error path by freeing earlier. | Eric Anholt | 1 | -1/+2 | |
2006-02-10 | Remove libcwrapper usage from xorg server modules. The libcwrapper is only | Eric Anholt | 7 | -17/+18 | |
of (marginal) use in the drivers, and that usage remains. | |||||
2005-12-02 | Define XFree86Server only where it is required. | Kevin E Martin | 1 | -1/+1 | |
2005-11-29 | Fix usage of XFree86LOADER/XFree86Module/IN_MODULE and update loadable | Kevin E Martin | 1 | -3/+5 | |
module builds to reflect this change. | |||||
2005-10-01 | Adding more doc files & fbdevhw man page | Alan Coopersmith | 1 | -1/+1 | |
2005-09-13 | Don't define POSIX_SOURCE on any BSDs, since it breaks things. | Eric Anholt | 1 | -1/+1 | |
Define NO_SYS_HEADERS, as the monolithic build does. Helps FreeBSD. Don't include validate.c in the library, since it seems to be a userland test program. | |||||
2005-08-24 | Remove use of dix-config and xorg-config.h from public headers. | Daniel Stone | 1 | -4/+0 | |
2005-08-22 | bugzilla #2880 (https://bugs.freedesktop.org/show_bug.cgi?id=2880) | Kevin E Martin | 1 | -5/+87 | |
attachment #2987 (https://bugs.freedesktop.org/attachment.cgi?id=2987) Use system method to access PCI config space for inb and inw in addition to inl (Olivier Baudron and Kevin Martin). | |||||
2005-08-13 | Don't link in libx86emu.a as this a) fails badly on non-x86 systems, and b) | Daniel Stone | 1 | -1/+0 | |
is done via x86emu.c including all the source files anyway. | |||||
2005-07-13 | Dear libtool: Loadable modules do not need version numbers. kthnxbye. | Adam Jackson | 1 | -0/+2 | |
2005-07-12 | Use builddir, not srcdir, for built files. | Daniel Stone | 1 | -1/+1 | |
2005-07-12 | add x86emu. | Lars Knoll | 1 | -1/+2 | |
2005-07-03 | Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. | Daniel Stone | 11 | -0/+44 | |
Add XSERV_t, TRANS_SERVER, TRANS_REOPEN to quash warnings. Add #include <dix-config.h> or <xorg-config.h>, as appropriate, to all source files in the xserver/xorg tree, predicated on defines of HAVE_{DIX,XORG}_CONFIG_H. Change all Xfont includes to <X11/fonts/foo.h>. | |||||
2005-07-02 | Continuing Makefile cleanup; add DIX_CFLAGS and XORG_CFLAGS everywhere. | Daniel Stone | 1 | -1/+1 | |
2005-07-01 | Adding initial build system. | Daniel Stone | 1 | -0/+30 | |
2005-04-20 | Fix includes right throughout the Xserver tree: | Daniel Stone | 1 | -2/+2 | |
change "foo.h" to <X11/foo.h> for core headers, e.g. X.h, Xpoll.h; change "foo.h", "extensions/foo.h" and "X11/foo.h" to <X11/extensions/foo.h> for extension headers, e.g. Xv.h; change "foo.[ch]" to <X11/Xtrans/foo.[ch]> for Xtrans files. | |||||
2005-04-01 | bugzilla #2880 (https://bugs.freedesktop.org/show_bug.cgi?id=2880) | Kevin E Martin | 1 | -10/+2 | |
attachment #2285 (https://bugs.freedesktop.org/attachment.cgi?id=2285) Use system method to access PCI config space. | |||||
2004-05-26 | Updated x86emu and resynced with upsteam at Scitech. | Egbert Eich | 1 | -0/+12 | |
2004-04-23 | Merging XORG-CURRENT into trunk | Egbert Eich | 11 | -12/+12 | |
2004-03-14 | Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1 | Egbert Eich | 11 | -11/+11 | |
2004-03-03 | Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0 | Egbert Eich | 11 | -11/+11 | |
2004-02-26 | readding XFree86's cvs IDsxf86-4_3_99_903 | Egbert Eich | 11 | -11/+11 | |
2004-02-26 | Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004 | Egbert Eich | 11 | -11/+11 | |
2004-01-29 | Importing vendor version xf86-012804-2330 on Thu Jan 29 00:06:33 PST 2004xf86-012804-2330 | Egbert Eich | 1 | -3/+3 | |
2003-11-25 | XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16 | Kaleb Keithley | 3 | -16/+22 | |
2003-11-14 | Initial revision | Kaleb Keithley | 11 | -0/+3136 | |