~thopiekar/xorg-server/+git/xorg-xserver-displaylink.Spintzyk:transform-proposal

Last commit made on 2008-09-12
Get this branch:
git clone -b transform-proposal https://git.launchpad.net/~thopiekar/xorg-server/+git/xorg-xserver-displaylink.Spintzyk

Branch merges

Branch information

Recent commits

b84acf6... by Keith Packard

fix stale dri2 build

40b3d29... by Keith Packard

Replace dixLookupResource by dixLookupResourceBy{Type,Class}

dixLookupResource attempted to automatically detect whether the caller
wanted a lookup by-type or by-class, unfortunately, it guessed wrong for
RT_NONE. Instead of trying to make the guess better, this patch just reverts
the unification and creates separate functions for each operation.

bda289b... by Keith Packard

Reset lastSlave when disabling devices

2386c9a... by Keith Packard

Implement RandR output property events

f209924... by Keith Packard

Merge commit 'origin/master' into transform-proposal

Conflicts:

 Xi/exevents.c
 configure.ac
 hw/xfree86/modes/xf86Rotate.c

All of these merges were of differently formated but equivalent code.

5e847c1... by Alan Coopersmith

Improved driver selection when autoconfiguring driver without xorg.conf

- Allow returning multiple drivers to try for a given PCI id (for instance,
  try "geode" then "amd" for AMD Geode hardware)
- On Solaris, use VIS_GETIDENTIFIER ioctl as well as PCI id to choose drivers
- Use wsfb instead of fbdev as a fallback on non-Linux SPARC platforms

235fea0... by Alan Coopersmith

Update bsd & solaris descriptions in README.OS-lib

d8af9d9... by Julien Cristau

Export xkbfile.h in the SDK

It's needed by xkbsrv.h

d78bebb... by Tiago Vignatti

Remove unused function and variables.

a8c4727... by Tiago Vignatti

Fix typo in the last commit.