Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-11-23 | Populate branch.lg3d-dev | Deron | 1 | -0/+762 | |
2006-11-22 | Add a -showDefaultLibPath option. | Aaron Plattner | 4 | -0/+20 | |
A corollary to the previous change, this option prints $libdir. | |||||
2006-11-22 | Add a -showDefaultModulePath option. | Aaron Plattner | 2 | -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-22 | Regenerated from Mesa w/ latest gl_API.xml file | Brian | 1 | -8/+8 | |
2006-11-22 | Regenerated from Mesa, fixes glMap* protocol problem (bug 8899) | Brian | 1 | -5/+5 | |
2006-11-21 | Issue CloseDownDevices() in os/log.c and remove from dix/main.c. | Alan Hourihane | 2 | -5/+2 | |
This ensures that all calls to FatalError() will shutdown the input devices. | |||||
2006-11-18 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver | Alan Hourihane | 11 | -498/+25 | |
2006-11-18 | Shutdown input devices if FatalError occurs during startup. | Alan Hourihane | 1 | -5/+15 | |
Fixes Xdmx problems when the input device has been initialized and the keyboard map has been destroyed. | |||||
2006-11-18 | dri: setup libdrm hooks as early as possible. | Dave Airlie | 2 | -4/+8 | |
This is due to radeon doing drm stuff before DRI extension gets initialised | |||||
2006-11-16 | Fix GL context destruction with AIGLX. | George Sapountzis | 1 | -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-16 | Bug 9041: Check the return code in xf86MapDomainMemory(). | Bjorn Helgaas | 1 | -10/+10 | |
2006-11-14 | For NetBSD, define PCVT_SUPPORT (System has PCVT console). | Jeremy C. Reed | 1 | -0/+1 | |
Noticed by Joerg Sonnenberger. This fixes problem with console switching. This was in original imake NetBSD.cf. | |||||
2006-11-14 | Bug #9023: Only check mice for "mouse" or "void" if identifier is != NULL. | Matthias Hopf | 1 | -1/+1 | |
2006-11-13 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver | Jeremy C. Reed | 335 | -46608/+14090 | |
2006-11-13 | On DragonFLy, default to /dev/sysmouse (just like on FreeBSD). | Jeremy C. Reed | 2 | -2/+2 | |
TODO: use autoconf to handle this so the code is not platform based but feature based. | |||||
2006-11-13 | Disable Xprt server build by default. | Adam Jackson | 1 | -1/+1 | |
2006-11-13 | DRI: call drmSetServerInfo() before drmOpen(). | George Sapountzis | 5 | -482/+4 | |
Also, remove some libdrm remnants. | |||||
2006-11-11 | ffs: handle 0 argument (bug #8968) | Jurij Smakov | 2 | -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-10 | Correct symlink-mesa.sh usage message | Alan Coopersmith | 1 | -3/+3 | |
2006-11-09 | Fix typo before the last commit. | Eric Anholt | 1 | -1/+1 | |
2006-11-09 | Bug #8868: Remove drm from SUBDIRS now that the directory is gone. | Eric Anholt | 1 | -2/+2 | |
2006-11-09 | make X server use system libdrm - this requires libdrm >= 2.3.0 | Dave Airlie | 14 | -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 Jackson | 2 | -8/+5 | |
2006-11-08 | Bug #6786: Use separate defines for server's Fixes support level. | Adam Jackson | 1 | -5/+12 | |
2006-11-08 | CheckConnections: don't close down the server client (bug #7876) | Rich Coe | 1 | -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-08 | xfree86/linux acpi: fix tokenising | Bram Verweij | 1 | -1/+1 | |
Split on a space, rather on the 'video' string, as strtok takes a char, not a string. | |||||
2006-11-08 | remove trailing whitespace | Daniel Stone | 3 | -109/+109 | |
Whitespace police in full effect. | |||||
2006-11-08 | xfree86: remove xf86Keymap.h | Daniel Stone | 2 | -455/+0 | |
2006-11-08 | xfree86: add general handler, port ACPI to it (bug #5665) | Daniel Stone | 3 | -16/+93 | |
Add 'general' handler registration, which will not trigger DPMS when an event comes in. Make ACPI use this. | |||||
2006-11-08 | Get*Events: massive reorganisation | Daniel Stone | 1 | -223/+226 | |
Reorganise the code logically, and put more comments in. Clip valuators in proximity calls. | |||||
2006-11-08 | configure.ac: axe redundant SDL test | Daniel Stone | 1 | -6/+1 | |
2006-11-08 | kdrive/sdl: fix compilation | Daniel Stone | 1 | -92/+52 | |
2006-11-08 | config: error messages non-fatal, and before we free them | Daniel Stone | 1 | -10/+12 | |
Move error messages before we free the error structure, and make them all non-fatal. | |||||
2006-11-08 | xkb: warning fix | Daniel Stone | 1 | -1/+1 | |
2006-11-08 | SyntheticMotion: don't dereference sprite.screen when not using Xinerama | Daniel Stone | 1 | -1/+2 | |
2006-11-08 | dix: remove staggeringly broken vendor workarounds | Daniel Stone | 1 | -8/+0 | |
Dear SGI, No. Scant regards, Daniel | |||||
2006-11-08 | XkbCopyKeymap: don't iterate broken types, or dereference null pointers | Daniel Stone | 1 | -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-08 | xkb: fix uninitialised warning | Daniel Stone | 1 | -0/+4 | |
Fix uninitialised warning with memset(); we never actually use it uninitialised, but gcc doesn't know that. | |||||
2006-11-08 | os: fix sun extensions test | Daniel Stone | 1 | -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-08 | xace: avoid 'unused variable pScreen' | Daniel Stone | 1 | -1/+3 | |
Initialise pScreen explicitly, as REGION_* macros ignore pScreen. | |||||
2006-11-08 | dix/mi: still more warning fixes | Daniel Stone | 3 | -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-08 | dix: add missing prototypes | Daniel Stone | 4 | -1/+14 | |
Add missing prototype for ffs, and include headers from ffs.c. Move PostSyntheticMotion prototype to input.h. | |||||
2006-11-08 | dix: remove unused debug code | Daniel Stone | 1 | -10/+0 | |
2006-11-08 | dix: remove unused variable | Daniel Stone | 1 | -1/+0 | |
2006-11-08 | xfree86/xf86misc: warning fixes | Daniel Stone | 1 | -4/+0 | |
2006-11-08 | xfree86/os-support: update prototype for OSRingBell | Daniel Stone | 1 | -1/+1 | |
2006-11-08 | mieq: annotate with some more comments | Daniel Stone | 1 | -2/+6 | |
2006-11-08 | RemoveGeneralSocket: don't touch EnabledDevices | Daniel Stone | 1 | -1/+0 | |
RemoveGeneralSocket. Harmless, but. | |||||
2006-11-08 | CreateColormap: fix return value (bug #7083) | Laurence Withers | 1 | -1/+1 | |
Return BadMatch when an unsupported visual type is given, not BadValue -- this is correct according to the spec. | |||||
2006-11-08 | remove XFree86 changelogs (bug #7262) | Erik Andren | 3 | -20358/+0 | |
Without being able to tie these to specific commits, the text changelog is useless, as well as being huge. |