~joe-yasi/xserver-xorg-video-intel/+git/xf86-video-intel:xwayland-1.12

Last commit made on 2013-02-22
Get this branch:
git clone -b xwayland-1.12 https://git.launchpad.net/~joe-yasi/xserver-xorg-video-intel/+git/xf86-video-intel

Branch merges

Branch information

Recent commits

1f2427f... by Kristian Hoegsberg

xwayland: Set ScheduleSwap to NULL so DRI2 doesn't call it

We don't support this yet.

bb4e7c6... by Tiago Vignatti <email address hidden>

xwayland: Use new DRI2 AuthMagic3

Signed-off-by: Tiago Vignatti <email address hidden>

860e27c... by Kristian Hoegsberg

xwayland: Add xwayland support

c600806... by Chris Wilson

sna: Check against op->dst.bo rather than priv->cpu_bo for composite upload

In this case, we may also be handling an unattached pixmap, so avoid the
deferences of the sna_pixmap unless we are sure it will exist.

Signed-off-by: Chris Wilson <email address hidden>

5ed8408... by Chris Wilson

sna: Check that the CPU bo exists before declaring it is busy along upload

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=55251
Signed-off-by: Chris Wilson <email address hidden>

a858afc... by Chris Wilson

Silence a couple of potential compiler warnings

Signed-off-by: Chris Wilson <email address hidden>

9326acc... by Chris Wilson

Allow compilation of a separate i810 driver

Allow --enable-ums-only as a counter-option to --enable-kms-only in case
the distribution wishes to enable a non-root KMS driver but also offer
a separate UMS driver for i81x.

On the second pass, use "--enable-ums-only --disable-uxa --disable-sna"
to get the trimmed down unaccelerated i810 support.

Signed-off-by: Chris Wilson <email address hidden>

0afb7ef... by Chris Wilson

sna: Avoid overflows when translating the box16 extents during a copy

Signed-off-by: Chris Wilson <email address hidden>

0fc6e58... by Chris Wilson

sna: Add missing protection against int16 overflow when copying

Signed-off-by: Chris Wilson <email address hidden>

c2ca1c5... by Chris Wilson

Reorder INTEL_XVMC define so that we pick up Option "XvMC"

Otherwise it will remain disabled.

Reported-by: Giacomo Comes <email address hidden>
Signed-off-by: Chris Wilson <email address hidden>