summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2006-02-15Mark everything in dixsym.c as _X_EXPORT.Adam Jackson8-19/+20
2006-02-15Remove the waitSync from KdDisableScreen and push it off to drivers'Eric Anholt4-3/+10
2006-02-14DRIGetSecs() would call getsecs() when XFree86LOADER is defined, relying onBenjamin Herrenschmidt1-4/+0
2006-02-14Bump shadow module version number to 1.1.0 from 1.0.0Alan Hourihane1-1/+1
2006-02-13Fix linux build without libc wrappers (From Fredrik Höglund)Benjamin Herrenschmidt3-4/+17
2006-02-13Move call to xf86WrapperInit() to OsVendorInit() in xf86Init.c and removeBenjamin Herrenschmidt4-11/+4
2006-02-12Add missing HAVE_DIX_CONFIG_H which caused issues with mismatched screenEric Anholt2-0/+3
2006-02-11Add stub xf86WrapperInits so that the servers will build even if os/ wasEric Anholt2-0/+4
2006-02-11Add <string.h>, <stdlib.h>, and <stdio.h> to clear undefined functionAlan Coopersmith1-0/+1
2006-02-11<sys/limits.h> -> <limits.h> so we can compile on non-BSD OS'esAlan Coopersmith2-2/+2
2006-02-11Remove libcwrapper damage from GLX (requires fresh Mesa HEAD), and get itEric Anholt1-0/+3
2006-02-10Remove libcwrapper usage from xorg server modules. The libcwrapper is onlyEric Anholt100-185/+142
2006-02-10Merge from kdrive: use RECT_PRIM to avoid tearing in xvideo.Eric Anholt2-22/+31
2006-02-10Make kdrive (i.e. Xephyr only) buildable on FreeBSD and probably other OSesEric Anholt3-5/+16
2006-02-03Fix sysmouse handling on DragonFly, mostly garbage arrived. From JoergJeremy C. Reed1-8/+8
2006-02-02Move the frequently-repeated code to get the pixmap that backs a drawableEric Anholt4-59/+26
2006-02-02Remove more debugging leftovers.Eric Anholt1-12/+0
2006-02-02Rearrange and rename EXA code to be a bit more logically organized. AlsoEric Anholt12-5098/+41
2006-01-31Further bug #5386 fixes: Fix some problems with the EDID code: SomeLuc Verhaegen2-2/+6
2006-01-31Bring the cvt utility up to date with bug #5386 changes. Fix 2 issues withLuc Verhaegen1-86/+53
2006-01-31Accept modes with less than 25% horizontal blanking again (you can push oldLuc Verhaegen1-9/+13
2006-01-28Add libc_wrapper support for random(), which will be used in upcoming EXAEric Anholt3-1/+9
2006-01-28Remove leftover variables for cfb24 build, and finish commenting out XglxEric Anholt2-6/+2
2006-01-27update pci idsAlan Hourihane2-4802/+3023
2006-01-25Remove xf8_32wid, it's dead code with no maintainer interest. Also removeAdam Jackson8-1001/+2
2006-01-23Commit #4633 - Initial mouse pointer incorrect with EXA which also fixesAlan Hourihane2-71/+38
2006-01-18Updated xgl code drop from Novell + xserver tree changesDave Airlie41-2694/+11154
2006-01-10Add all subdirs used to DIST_SUBDIRS, and files to EXTRA_DIST.Daniel Stone7-3/+17
2006-01-10Add xgl to DIST_SUBDIRS.Daniel Stone1-1/+1
2006-01-08Remove remaining #ifdef DPSEXT stanzas.Adam Jackson1-3/+0
2006-01-06Move drawable lock acquisition into DRIClipNotify from DRIValidateTree, soAdam Jackson2-26/+8
2006-01-06Remove unused X11R4 DDX compatibility function miClipNotify.Adam Jackson1-2/+1
2006-01-03Remove the manual AddFilter for convolution, which I'm pretty sureEric Anholt1-2/+0
2005-12-31Change REGION_INIT(pScreen, &foo, NullBox, 0) to REGION_NULL(pScreen,Eric Anholt4-5/+5
2005-12-31Initialize the fourcc value in stack-allocated glitz_pixel_format_tEric Anholt1-0/+2
2005-12-30Add an empty all-local target for FreeBSD make's sake, which doesn't dealEric Anholt1-0/+2
2005-12-29Make kdInputMachine static const, shrinks .data a bit.Adam Jackson1-1/+2
2005-12-29Remove PowerMAX_OS define it never worked , it'll never work again,Dave Airlie8-269/+3
2005-12-29Add necessary *CONFIG_H declarations and a force-off of XF86* extensions inEric Anholt3-0/+6
2005-12-28Bug #5153: standalone CVT modeline generator.Luc Verhaegen7-7/+657
2005-12-28Initial commit of XGL build infrastructure and XGL code changes forEric Anholt16-88/+108
2005-12-28Enough build fixes to get {sdl,ephyr,fake} to link.Adam Jackson5-18/+19
2005-12-28recommit previous changes to evdev.cDave Airlie1-28/+48
2005-12-28some updates for default colormap installDave Airlie1-7/+15
2005-12-27s/XSERVER/KDRIVE/Adam Jackson18-18/+18
2005-12-27Remove Imakefiles.Adam Jackson15-259/+0
2005-12-27Skeletal kdrive build system. Totall non-functional atm.Adam Jackson1-2/+7
2005-12-27Build fixes: XSERVER_LIBS -> KDRIVE_LIBS, config.h -> kdrive-config.hAdam Jackson161-159/+168
2005-12-26Bug #4190: Add a rule for 'make relink' since automake sucks.Adam Jackson6-0/+18
2005-12-25Remove unused layer module.Adam Jackson2-7/+0