~thopiekar/xorg-server/+git/xorg-xserver:lg3d-dev

Last commit made on 2006-11-23
Get this branch:
git clone -b lg3d-dev https://git.launchpad.net/~thopiekar/xorg-server/+git/xorg-xserver

Branch merges

Branch information

Name:
lg3d-dev
Repository:
lp:~thopiekar/xorg-server/+git/xorg-xserver

Recent commits

67a2c6e... by Deron <email address hidden>

Populate branch.

64de3ba... by Aaron Plattner

Add a -showDefaultLibPath option.

A corollary to the previous change, this option prints $libdir.

0a2a6e4... by Aaron Plattner

Add a -showDefaultModulePath option.

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.

61832cb... by Brian <email address hidden>

Regenerated from Mesa w/ latest gl_API.xml file

61863f0... by Brian <email address hidden>

Regenerated from Mesa, fixes glMap* protocol problem (bug 8899)

33ff4ce... by Alan Hourihane <email address hidden>

Issue CloseDownDevices() in os/log.c and remove from dix/main.c.

This ensures that all calls to FatalError() will shutdown the input devices.

ca2874b... by Alan Hourihane <email address hidden>

Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver

c9a5f9d... by Alan Hourihane <email address hidden>

Shutdown input devices if FatalError occurs during startup.
Fixes Xdmx problems when the input device has been initialized
and the keyboard map has been destroyed.

e2f6dac... by Dave Airlie <email address hidden>

dri: setup libdrm hooks as early as possible.

This is due to radeon doing drm stuff before DRI extension gets initialised

f17e3c3... by gsap

Fix GL context destruction with AIGLX.

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().