Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-07-21 | Remove RCS tags. Fix Xprint makefile braindamage. | Adam Jackson | 47 | -90/+0 | |
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-04-30 | Remove NEED_LINEHELPER BC cruft for pre-R6 DDXes. | Adam Jackson | 1 | -12/+0 | |
2006-03-20 | Bug #5549: Fix build for sparc64. (Matthieu Herrb) | Adam Jackson | 1 | -0/+1 | |
2006-03-05 | Fix build with non GNU make. | Matthieu Herrb | 1 | -1/+1 | |
2006-02-13 | Fix linux build without libc wrappers (From Fredrik Höglund) | Benjamin Herrenschmidt | 1 | -1/+1 | |
2006-02-11 | <sys/limits.h> -> <limits.h> so we can compile on non-BSD OS'es | Alan Coopersmith | 2 | -2/+2 | |
2006-02-10 | Remove libcwrapper usage from xorg server modules. The libcwrapper is only | Eric Anholt | 14 | -9/+23 | |
of (marginal) use in the drivers, and that usage remains. | |||||
2006-01-07 | Compile fix, again, stupid non-clean builds | Adam Jackson | 1 | -2/+2 | |
2006-01-06 | Compile fix | Adam Jackson | 1 | -1/+1 | |
2006-01-06 | Bug #5525: Build a working Xprt. (Drew Parsons) | Adam Jackson | 2 | -1/+14 | |
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 | -2/+2 | |
module builds to reflect this change. | |||||
2005-10-05 | Add DGA configure option and add various files that we should be dist'ing. | Kristian Høgsberg | 1 | -1/+2 | |
Simplify xf86DefModeSet.c rule a bit. | |||||
2005-09-21 | Bug #4257: Move cfbcmap.c to cfb_common_sources. | Adam Jackson | 2 | -3/+4 | |
2005-09-13 | Bug #594: CAN-2005-2495: Fix exploitable integer overflow in pixmap | Daniel Stone | 1 | -2/+5 | |
creation, where we could create a far smaller pixmap than we thought, allowing changes to arbitrary chunks of memory. (Søren Sandmann Pedersen) | |||||
2005-08-24 | Remove use of dix-config and xorg-config.h from public headers. | Daniel Stone | 5 | -20/+0 | |
2005-07-26 | Add these files to the sdk: | Søren Sandmann Pedersen | 1 | -3/+3 | |
cbf32.h cfb16.h cfbmap.h cfbunmap.h cfbunmap.h cfbmskbits.h xf86sbusBus.h mifillarch.h mispans.h | |||||
2005-07-03 | Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h". | Daniel Stone | 4 | -4/+4 | |
2005-07-03 | Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. | Daniel Stone | 46 | -5/+189 | |
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 | Change all misc.h and os.h references to <X11/foo.h>. | Daniel Stone | 5 | -5/+5 | |
2005-07-01 | Adding initial build system. | Daniel Stone | 1 | -0/+139 | |
2005-07-01 | Adding initial build system. | Daniel Stone | 1 | -0/+21 | |
2005-04-22 | Bug #3069: Drop the BuildLowMem hack, it doesn't compile and isn't useful. | Adam Jackson | 3 | -16/+0 | |
2005-04-20 | Fix includes right throughout the Xserver tree: | Daniel Stone | 40 | -77/+77 | |
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-14 | Bug #3025: gcc4 build fix. | Adam Jackson | 1 | -1/+1 | |
2005-03-17 | Fix build on stock Mac OS X: Out of the box, Mac OS X does not include | Torrey Lyons | 1 | -2/+2 | |
Freetype2, Expat, or PNG. Also global variables should be initalized in the Xserver. | |||||
2005-01-17 | more static server build fixes | Adam Jackson | 2 | -0/+10 | |
2005-01-14 | xc/programs/Xserver/afb/afbbres.c | Roland Mainz | 11 | -22/+65 | |
xc/programs/Xserver/afb/afbbresd.c xc/programs/Xserver/afb/afbclip.c xc/programs/Xserver/afb/afbhrzvert.c xc/programs/Xserver/afb/afbline.c xc/programs/Xserver/afb/afbmodule.c xc/programs/Xserver/afb/afbpixmap.c xc/programs/Xserver/afb/afbpolypnt.c xc/programs/Xserver/afb/afbpushpxl.c xc/programs/Xserver/afb/afbtegblt.c xc/programs/Xserver/cfb/Imakefile.inc xc/programs/Xserver/cfb/cfballpriv.c xc/programs/Xserver/cfb/cfbbitblt.c xc/programs/Xserver/cfb/cfbcppl.c xc/programs/Xserver/cfb/cfbgc.c xc/programs/Xserver/cfb/cfbglblt8.c xc/programs/Xserver/cfb/cfbmap.h xc/programs/Xserver/cfb/cfbpixmap.c xc/programs/Xserver/cfb/cfbscrinit.c xc/programs/Xserver/cfb/cfbtab.h xc/programs/Xserver/cfb/cfbteblt8.c xc/programs/Xserver/cfb/cfbunmap.h xc/programs/Xserver/mfb/maskbits.c xc/programs/Xserver/mfb/maskbits.h xc/programs/Xserver/mfb/mergerop.h xc/programs/Xserver/mfb/mfb.h xc/programs/Xserver/mfb/mfbclip.c xc/programs/Xserver/mfb/mfbfont.c xc/programs/Xserver/mfb/mfbgc.c xc/programs/Xserver/mfb/mfbmisc.c xc/programs/Xserver/mfb/mfbpushpxl.c //bugs.freedesktop.org/show_bug.cgi?id=1114) attachment #667 (https://bugs.freedesktop.org/attachment.cgi?id=667): Convert afb and cfb{,16,24,32} to be dlloader-friendly. Patch by Adam Jackson <ajax@freedesktop.org>. | |||||
2004-04-26 | xc/config/cf/sun.cf | Alan Coopersmith | 2 | -2/+20 | |
xc/config/cf/sv4Lib.rules xc/programs/Xserver/Imakefile xc/programs/Xserver/hw/xfree86/os-support/sunos/find_deps.pl Make Solaris builds work when using MakeDllModules (it's not the default yet, but at least it works now if you turn it on) Also improve default compiler, optimizer, & linker flags for Solaris builds using either Sun cc or gcc xc/programs/Xserver/cfb/Imakefile.inc xc/programs/Xserver/cfb/stipsparc.s xc/programs/Xserver/cfb/stipsprc32.s Remove text relocation error when building shared versions | |||||
2004-04-23 | Merging XORG-CURRENT into trunk | Egbert Eich | 46 | -46/+47 | |
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 | 46 | -46/+46 | |
2004-03-03 | Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0 | Egbert Eich | 46 | -46/+46 | |
2004-02-26 | readding XFree86's cvs IDsxf86-4_3_99_903 | Egbert Eich | 46 | -46/+46 | |
2004-02-26 | Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004 | Egbert Eich | 46 | -46/+46 | |
2003-11-25 | XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16 | Kaleb Keithley | 24 | -186/+592 | |
2003-11-25 | Initial revision | Kaleb Keithley | 1 | -0/+10 | |
2003-11-14 | XFree86 4.3.0.1xf86-4_3_0_1PRE_xf86-4_3_0_1 | Kaleb Keithley | 43 | -1573/+6180 | |
2003-11-14 | Initial revision | Kaleb Keithley | 5 | -0/+920 | |
2003-11-14 | R6.6 is the Xorg base-lineXORG-MAIN | Kaleb Keithley | 45 | -0/+19827 | |