~thopiekar/xorg-server/+git/xorg-xserver:randr-1.2-for-server-1.2

Last commit made on 2007-01-31
Get this branch:
git clone -b randr-1.2-for-server-1.2 https://git.launchpad.net/~thopiekar/xorg-server/+git/xorg-xserver

Branch merges

Branch information

Name:
randr-1.2-for-server-1.2
Repository:
lp:~thopiekar/xorg-server/+git/xorg-xserver

Recent commits

8798c8c... by Keith Packard <email address hidden>

Allow DDX to not supply a property set notification function.

Check rrOutputSetProperty and only call if it isn't NULL.

8952501... by Keith Packard <email address hidden>

Use old resource API in backported patch.

1.2 branch doesn't have the resource lookup changes, so we need to use the
old APIs.

f993e14... by Keith Packard <email address hidden>

Make Xinearama screen information reflect CRTC rotation.

(cherry picked from commit b6b855932109b4bc3454f07bef8cb079d79ca369)

7275418... by Eric Anholt

Really fix optimized render cases being hit when they shouldn't.

I don't know how this define slipped in there. Fixes
6fdfd9dad91d7b7aa292f8c4d268dd27c34de8d3.

1225a49... by Eric Anholt

Account for CRTC rotation in the cursor containment code.

364fb54... by Eric Anholt

When changing a non-pending property, call the screen rrOutputSetProperty hook.

11307c4... by Eric Anholt

Don't forget to add the property we configure to the properties list.

07e5c92... by Eric Anholt

Track rename of DamagePost -> DamageAdd.

f1b95fd... by Keith Packard <email address hidden>

Add support for the DamagePost (XDamage 1.1) request.

This makes damageproto >= 1.1 a requirement to build.
(cherry picked from 0b73a7eb17fd848c6bdc6a65ba835aa2cbfc3cfd)

cd5fe78... by Eric Anholt

Keep track of how many visuals we set up for GLcore, to avoid an invalid free.

The proper fix would involve actually setting up the ARGB visual for GLcore,
but I just want the server to not crash at exit.