Age | Commit message (Expand) | Author | Files | Lines |
2006-02-15 | Mark everything in dixsym.c as _X_EXPORT. | Adam Jackson | 8 | -19/+20 |
2006-02-15 | Remove the waitSync from KdDisableScreen and push it off to drivers' | Eric Anholt | 4 | -3/+10 |
2006-02-14 | DRIGetSecs() would call getsecs() when XFree86LOADER is defined, relying on | Benjamin Herrenschmidt | 1 | -4/+0 |
2006-02-14 | Bump shadow module version number to 1.1.0 from 1.0.0 | Alan Hourihane | 1 | -1/+1 |
2006-02-13 | Fix linux build without libc wrappers (From Fredrik Höglund) | Benjamin Herrenschmidt | 3 | -4/+17 |
2006-02-13 | Move call to xf86WrapperInit() to OsVendorInit() in xf86Init.c and remove | Benjamin Herrenschmidt | 4 | -11/+4 |
2006-02-12 | Add missing HAVE_DIX_CONFIG_H which caused issues with mismatched screen | Eric Anholt | 2 | -0/+3 |
2006-02-11 | Add stub xf86WrapperInits so that the servers will build even if os/ was | Eric Anholt | 2 | -0/+4 |
2006-02-11 | Add <string.h>, <stdlib.h>, and <stdio.h> to clear undefined function | Alan Coopersmith | 1 | -0/+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-11 | Remove libcwrapper damage from GLX (requires fresh Mesa HEAD), and get it | Eric Anholt | 1 | -0/+3 |
2006-02-10 | Remove libcwrapper usage from xorg server modules. The libcwrapper is only | Eric Anholt | 100 | -185/+142 |
2006-02-10 | Merge from kdrive: use RECT_PRIM to avoid tearing in xvideo. | Eric Anholt | 2 | -22/+31 |
2006-02-10 | Make kdrive (i.e. Xephyr only) buildable on FreeBSD and probably other OSes | Eric Anholt | 3 | -5/+16 |
2006-02-03 | Fix sysmouse handling on DragonFly, mostly garbage arrived. From Joerg | Jeremy C. Reed | 1 | -8/+8 |
2006-02-02 | Move the frequently-repeated code to get the pixmap that backs a drawable | Eric Anholt | 4 | -59/+26 |
2006-02-02 | Remove more debugging leftovers. | Eric Anholt | 1 | -12/+0 |
2006-02-02 | Rearrange and rename EXA code to be a bit more logically organized. Also | Eric Anholt | 12 | -5098/+41 |
2006-01-31 | Further bug #5386 fixes: Fix some problems with the EDID code: Some | Luc Verhaegen | 2 | -2/+6 |
2006-01-31 | Bring the cvt utility up to date with bug #5386 changes. Fix 2 issues with | Luc Verhaegen | 1 | -86/+53 |
2006-01-31 | Accept modes with less than 25% horizontal blanking again (you can push old | Luc Verhaegen | 1 | -9/+13 |
2006-01-28 | Add libc_wrapper support for random(), which will be used in upcoming EXA | Eric Anholt | 3 | -1/+9 |
2006-01-28 | Remove leftover variables for cfb24 build, and finish commenting out Xglx | Eric Anholt | 2 | -6/+2 |
2006-01-27 | update pci ids | Alan Hourihane | 2 | -4802/+3023 |
2006-01-25 | Remove xf8_32wid, it's dead code with no maintainer interest. Also remove | Adam Jackson | 8 | -1001/+2 |
2006-01-23 | Commit #4633 - Initial mouse pointer incorrect with EXA which also fixes | Alan Hourihane | 2 | -71/+38 |
2006-01-18 | Updated xgl code drop from Novell + xserver tree changes | Dave Airlie | 41 | -2694/+11154 |
2006-01-10 | Add all subdirs used to DIST_SUBDIRS, and files to EXTRA_DIST. | Daniel Stone | 7 | -3/+17 |
2006-01-10 | Add xgl to DIST_SUBDIRS. | Daniel Stone | 1 | -1/+1 |
2006-01-08 | Remove remaining #ifdef DPSEXT stanzas. | Adam Jackson | 1 | -3/+0 |
2006-01-06 | Move drawable lock acquisition into DRIClipNotify from DRIValidateTree, so | Adam Jackson | 2 | -26/+8 |
2006-01-06 | Remove unused X11R4 DDX compatibility function miClipNotify. | Adam Jackson | 1 | -2/+1 |
2006-01-03 | Remove the manual AddFilter for convolution, which I'm pretty sure | Eric Anholt | 1 | -2/+0 |
2005-12-31 | Change REGION_INIT(pScreen, &foo, NullBox, 0) to REGION_NULL(pScreen, | Eric Anholt | 4 | -5/+5 |
2005-12-31 | Initialize the fourcc value in stack-allocated glitz_pixel_format_t | Eric Anholt | 1 | -0/+2 |
2005-12-30 | Add an empty all-local target for FreeBSD make's sake, which doesn't deal | Eric Anholt | 1 | -0/+2 |
2005-12-29 | Make kdInputMachine static const, shrinks .data a bit. | Adam Jackson | 1 | -1/+2 |
2005-12-29 | Remove PowerMAX_OS define it never worked , it'll never work again, | Dave Airlie | 8 | -269/+3 |
2005-12-29 | Add necessary *CONFIG_H declarations and a force-off of XF86* extensions in | Eric Anholt | 3 | -0/+6 |
2005-12-28 | Bug #5153: standalone CVT modeline generator. | Luc Verhaegen | 7 | -7/+657 |
2005-12-28 | Initial commit of XGL build infrastructure and XGL code changes for | Eric Anholt | 16 | -88/+108 |
2005-12-28 | Enough build fixes to get {sdl,ephyr,fake} to link. | Adam Jackson | 5 | -18/+19 |
2005-12-28 | recommit previous changes to evdev.c | Dave Airlie | 1 | -28/+48 |
2005-12-28 | some updates for default colormap install | Dave Airlie | 1 | -7/+15 |
2005-12-27 | s/XSERVER/KDRIVE/ | Adam Jackson | 18 | -18/+18 |
2005-12-27 | Remove Imakefiles. | Adam Jackson | 15 | -259/+0 |
2005-12-27 | Skeletal kdrive build system. Totall non-functional atm. | Adam Jackson | 1 | -2/+7 |
2005-12-27 | Build fixes: XSERVER_LIBS -> KDRIVE_LIBS, config.h -> kdrive-config.h | Adam Jackson | 161 | -159/+168 |
2005-12-26 | Bug #4190: Add a rule for 'make relink' since automake sucks. | Adam Jackson | 6 | -0/+18 |
2005-12-25 | Remove unused layer module. | Adam Jackson | 2 | -7/+0 |