~thopiekar/xorg-server/+git/xorg-xserver-displaylink.Spintzyk:lg3d-dev-0-6-latest

Last commit made on 2004-09-16
Get this branch:
git clone -b lg3d-dev-0-6-latest https://git.launchpad.net/~thopiekar/xorg-server/+git/xorg-xserver-displaylink.Spintzyk

Branch merges

Branch information

Recent commits

cc390e4... by Deron Johnson <email address hidden>

Initially populate the lg3d branch with lg3d code.

b332225... by Kevin E Martin <email address hidden>

Update formatted docs.

b2135e5... by Kevin E Martin <email address hidden>

First set of documentation updates.
Include more correct fix for rootless interaction with damage (Bug #1168,
    Keith Packard).

d7fef52... by Kevin E Martin <email address hidden>

Workaround for servers using rootless layer with damage (Bug #1168, Torrey
    T. Lyons).

0e56515... by Kevin E Martin <email address hidden>

Fix AGL display problems (Bug #1210, Torrey T. Lyons).

2753c8e... by Matthew Allum <breakfast@10.am>

see changelog

7c0aaa5... by Matthew Allum <breakfast@10.am>

'-dpi' fixes for Xephyr

16ff3a8... by Matthew Allum <breakfast@10.am>

Actuall select events for -parent option

2d065c4... by Matthew Allum <breakfast@10.am>

Added ephyr server sources

6ec9ecd... by Eric Anholt <email address hidden>

Add a set of three hooks for accelerating trapezoids, and use it for the
    RasterizeTrapezoid screen function. These hooks will be called for
    imprecise, non-sharp trapezoids with A8 destinations.
Note that the current main consumer of trapezoids, cairo, is requesting
    precise, sharp trapezoids by not changing the default Picture
    attributes, but gets non-sharp effects in software because fb bases its
    choice of sharp/non-sharp on the mask format being A8 vs A1, and cairo
    asks for A8. Follow fb's (poor?) example by ignoring the sharp setting
    and basing the choice off of the mask being A8.