~thopiekar/xorg-server/+git/xorg-xserver:no-pci-rework

Last commit made on 2007-09-27
Get this branch:
git clone -b no-pci-rework https://git.launchpad.net/~thopiekar/xorg-server/+git/xorg-xserver

Branch merges

Branch information

Name:
no-pci-rework
Repository:
lp:~thopiekar/xorg-server/+git/xorg-xserver

Recent commits

dc37f91... by =?utf-8?q?Michel_D=C3=A4nzer?= <email address hidden>

EXA: Make sure tile offsets passed to drivers are never negative.

Thanks to Björn Steinbrink for pointing out the problem on IRC.

820bc60... by =?utf-8?q?Michel_D=C3=A4nzer?= <email address hidden>

EXA: Tile offscreen pixmap coordinate offsets are always 0.

49112ed... by =?utf-8?q?Michel_D=C3=A4nzer?= <email address hidden>

EXA: Remove some clearly bogus code from exaCopyNtoN.

Not sure what I was thinking when I wrote this... it would cause the box
coordinates to be off for exaCopyNtoNTwoDir or fallbacks.

Thanks to Tilman Sauerbeck for pointing out the problem on IRC and testing the
fix.

7927850... by =?utf-8?q?Michel_D=C3=A4nzer?= <email address hidden>

EXA: Punt on fallback case not handled correctly in exaFillRegionTiled.

Fixes http://bugs.freedesktop.org/show_bug.cgi?id=12520 .

5a60982... by Tilman Sauerbeck <email address hidden>

EXA: Fixed compiler warnings.

ee4dd2e... by Tilman Sauerbeck <email address hidden>

EXA: Added missing exaPrepare/FinishAccess calls in ExaCheckPushPixels.

77cb8b9... by =?utf-8?q?Michel_D=C3=A4nzer?= <email address hidden>

EXA: Make sure driver hooks get correct offscreen offsets from exaCopyDirty.

This should ensure the driver UploadTo/DownloadFromScreen hooks can always
work as intended.

81b6509... by Alan Hourihane <email address hidden>

EXA: Don't crash in ExaCheckPolyArc.

See https://bugs.freedesktop.org/show_bug.cgi?id=12286 .

0521d64... by =?utf-8?q?Michel_D=C3=A4nzer?= <email address hidden>

EXA: Don't crash in exaGetImage when swapped out.

032c729... by =?utf-8?q?Michel_D=C3=A4nzer?= <email address hidden>

EXA: Exclude bits that will be overwritten from migration in exaCopyNtoN.

Also plug a region leak in exaPolyFillRect.