summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-11-23Populate branch.lg3d-devDeron1-0/+762
2006-11-22Add a -showDefaultLibPath option.Aaron Plattner4-0/+20
A corollary to the previous change, this option prints $libdir.
2006-11-22Add a -showDefaultModulePath option.Aaron Plattner2-0/+16
As discussed on the mailing list, people would rather have an X command-line option to print the module path so installers can know where to put modules, rather than the installers using `pkg-config --variable=moduledir xorg-server`, since some distros choose not to install xorg-server.pc.
2006-11-22Regenerated from Mesa w/ latest gl_API.xml fileBrian1-8/+8
2006-11-22Regenerated from Mesa, fixes glMap* protocol problem (bug 8899)Brian1-5/+5
2006-11-21Issue CloseDownDevices() in os/log.c and remove from dix/main.c.Alan Hourihane2-5/+2
This ensures that all calls to FatalError() will shutdown the input devices.
2006-11-18Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserverAlan Hourihane11-498/+25
2006-11-18Shutdown input devices if FatalError occurs during startup.Alan Hourihane1-5/+15
Fixes Xdmx problems when the input device has been initialized and the keyboard map has been destroyed.
2006-11-18dri: setup libdrm hooks as early as possible.Dave Airlie2-4/+8
This is due to radeon doing drm stuff before DRI extension gets initialised
2006-11-16Fix GL context destruction with AIGLX.George Sapountzis1-1/+1
The logic for freeing GL contexts introduced by "Fix AIGLX VT switching." is inverted. As it is now, GL context destruction is deferred for glxDRIEnterVT().
2006-11-16Bug 9041: Check the return code in xf86MapDomainMemory().Bjorn Helgaas1-10/+10
2006-11-14For NetBSD, define PCVT_SUPPORT (System has PCVT console).Jeremy C. Reed1-0/+1
Noticed by Joerg Sonnenberger. This fixes problem with console switching. This was in original imake NetBSD.cf.
2006-11-14Bug #9023: Only check mice for "mouse" or "void" if identifier is != NULL.Matthias Hopf1-1/+1
2006-11-13Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserverJeremy C. Reed335-46608/+14090
2006-11-13On DragonFLy, default to /dev/sysmouse (just like on FreeBSD).Jeremy C. Reed2-2/+2
TODO: use autoconf to handle this so the code is not platform based but feature based.
2006-11-13Disable Xprt server build by default.Adam Jackson1-1/+1
2006-11-13DRI: call drmSetServerInfo() before drmOpen().George Sapountzis5-482/+4
Also, remove some libdrm remnants.
2006-11-11ffs: handle 0 argument (bug #8968)Jurij Smakov2-0/+5
Handle an argument of 0 in ffs(), instead of looping indefinitely. Add an ffs prototype to dix.h, and add includes to ffs.c. (cherry picked from 34164e551e4c3909322d50b09835ca4ac1d49d68 commit)
2006-11-10Correct symlink-mesa.sh usage messageAlan Coopersmith1-3/+3
2006-11-09Fix typo before the last commit.Eric Anholt1-1/+1
2006-11-09Bug #8868: Remove drm from SUBDIRS now that the directory is gone.Eric Anholt1-2/+2
2006-11-09make X server use system libdrm - this requires libdrm >= 2.3.0Dave Airlie14-5138/+103
This patch blacklists the load "drm" line, moves some functions in dri module links dri module against libdrm, and removes the X copy of libdrm
2006-11-08'make dist' fixes.Adam Jackson2-8/+5
2006-11-08Bug #6786: Use separate defines for server's Fixes support level.Adam Jackson1-5/+12
2006-11-08CheckConnections: don't close down the server client (bug #7876)Rich Coe1-1/+1
When an appgroup is shutting down, the list of clients can change, so make sure we're not trying to shut the server down.
2006-11-08xfree86/linux acpi: fix tokenisingBram Verweij1-1/+1
Split on a space, rather on the 'video' string, as strtok takes a char, not a string.
2006-11-08remove trailing whitespaceDaniel Stone3-109/+109
Whitespace police in full effect.
2006-11-08xfree86: remove xf86Keymap.hDaniel Stone2-455/+0
2006-11-08xfree86: add general handler, port ACPI to it (bug #5665)Daniel Stone3-16/+93
Add 'general' handler registration, which will not trigger DPMS when an event comes in. Make ACPI use this.
2006-11-08Get*Events: massive reorganisationDaniel Stone1-223/+226
Reorganise the code logically, and put more comments in. Clip valuators in proximity calls.
2006-11-08configure.ac: axe redundant SDL testDaniel Stone1-6/+1
2006-11-08kdrive/sdl: fix compilationDaniel Stone1-92/+52
2006-11-08config: error messages non-fatal, and before we free themDaniel Stone1-10/+12
Move error messages before we free the error structure, and make them all non-fatal.
2006-11-08xkb: warning fixDaniel Stone1-1/+1
2006-11-08SyntheticMotion: don't dereference sprite.screen when not using XineramaDaniel Stone1-1/+2
2006-11-08dix: remove staggeringly broken vendor workaroundsDaniel Stone1-8/+0
Dear SGI, No. Scant regards, Daniel
2006-11-08XkbCopyKeymap: don't iterate broken types, or dereference null pointersDaniel Stone1-33/+49
Don't iterate invalid destination types (>= num_types) when coping key types. Don't free key_aliases if it's NULL (theoretical, but sure). Make sure dst's label_font gets allocated if it's NULL. (Thanks, Chris Lee.)
2006-11-08xkb: fix uninitialised warningDaniel Stone1-0/+4
Fix uninitialised warning with memset(); we never actually use it uninitialised, but gcc doesn't know that.
2006-11-08os: fix sun extensions testDaniel Stone1-2/+4
'else if' is not very valid, plus the logic is kind of broken, so just move it outside the ifdef in the first place.
2006-11-08xace: avoid 'unused variable pScreen'Daniel Stone1-1/+3
Initialise pScreen explicitly, as REGION_* macros ignore pScreen.
2006-11-08dix/mi: still more warning fixesDaniel Stone3-12/+19
Fix up prototypes for PrintChildren and PrintWindowTree in the dix. Make miPrintRegion be unconditionally defined, and move the prototype into regionstr.h. Change a bunch of ScreenPtr pScreen = foo; to ScreenPtr pScreen; pScreen = foo; in window.c, so we avoid unused variable references (as inline REGION_* doesn't reference pScreen).
2006-11-08dix: add missing prototypesDaniel Stone4-1/+14
Add missing prototype for ffs, and include headers from ffs.c. Move PostSyntheticMotion prototype to input.h.
2006-11-08dix: remove unused debug codeDaniel Stone1-10/+0
2006-11-08dix: remove unused variableDaniel Stone1-1/+0
2006-11-08xfree86/xf86misc: warning fixesDaniel Stone1-4/+0
2006-11-08xfree86/os-support: update prototype for OSRingBellDaniel Stone1-1/+1
2006-11-08mieq: annotate with some more commentsDaniel Stone1-2/+6
2006-11-08RemoveGeneralSocket: don't touch EnabledDevicesDaniel Stone1-1/+0
RemoveGeneralSocket. Harmless, but.
2006-11-08CreateColormap: fix return value (bug #7083)Laurence Withers1-1/+1
Return BadMatch when an unsupported visual type is given, not BadValue -- this is correct according to the spec.
2006-11-08remove XFree86 changelogs (bug #7262)Erik Andren3-20358/+0
Without being able to tie these to specific commits, the text changelog is useless, as well as being huge.