~thopiekar/xorg-server/+git/xorg-xserver-displaylink.Spintzyk:pci-rework

Last commit made on 2007-08-24
Get this branch:
git clone -b pci-rework https://git.launchpad.net/~thopiekar/xorg-server/+git/xorg-xserver-displaylink.Spintzyk

Branch merges

Branch information

Recent commits

8b6b40b... by Ian Romanick <email address hidden>

Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into pci-rework

Conflicts:

 hw/xfree86/common/xf86.h
 hw/xfree86/common/xf86Init.c
 hw/xfree86/common/xf86pciBus.c
 hw/xfree86/int10/generic.c
 hw/xfree86/int10/helper_exec.c
 hw/xfree86/loader/xf86sym.c
 hw/xfree86/os-support/bus/Pci.c
 hw/xfree86/os-support/bus/Pci.h
 hw/xfree86/os-support/bus/linuxPci.c
 hw/xfree86/os-support/linux/int10/linux.c

3305d17... by Matthieu Herrb <email address hidden>

Fix indentation.

a66c0f1... by Matthieu Herrb <email address hidden>

Remove an extra cast.

Thou should not apply patches manually without testing.

12d27cf... by Otto Moerbeek <email address hidden>

A high resolution device that's moving fast can potentially generate
an int overflow, making dx*dx+dy*dy negative. Now pow(negative,
non-integer) yields NaN, so you loose. Use fp math to avoid that.

ff089e6... by Brian Paul <email address hidden>

glx: fix crash when freeing visuals

Don't set screen->num_vis to a value greater than the actual number of visuals.

X.Org Bug #10809 <http://bugs.freedesktop.org/show_bug.cgi?id=10809>

943dd6a... by =?utf-8?q?S=C3=B8ren_Sandmann_Pedersen?= <email address hidden>

Revert "Revert "Require pixman 0.9.5; Use pixman_image_set_source_clipping() to fix"" since the pixman changes have been pushed now.

This reverts commit 57f7f2a5327a2d967a726bb4706e4f6b2f4b2cea.

13949f9... by Julien Cristau

Get rid of the type1 font module.

It is completely replaced by freetype these days.

76bf3cd... by Dave Airlie <email address hidden>

randr: fixup crtc and output destroy

if you are moving pointers, you want to move the pointers not just a byte

81f8b65... by Alex Deucher <alex@botch2.(none)>

Add _X_EXPORT to exported functions in hw/xfree86/modes/*

Also add missing exports to hw/xfree86/loader/xf86sym.c

57f7f2a... by Eric Anholt

Revert "Require pixman 0.9.5; Use pixman_image_set_source_clipping() to fix"

The corresponding pixman code hasn't been pushed, so revert until the code is
ready.

This reverts commit 53941c8e68014619d3ded7f8bc0f07d9a38bb9b1.