~thopiekar/xorg-server/+git/xorg-xserver-displaylink.Spintzyk:exa-damagetrack

Last commit made on 2006-12-19
Get this branch:
git clone -b exa-damagetrack https://git.launchpad.net/~thopiekar/xorg-server/+git/xorg-xserver-displaylink.Spintzyk

Branch merges

Branch information

Recent commits

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

EXA: Lots of damage tracking fixes.

Mostly due to exaDrawableDirty() now calculating the backing pixmap coordinates
internally, for cases where they aren't trivially known. There's a new
exaPixmapDirty() function for the other cases.

467c00c... by gsap

exaGlyphs: mark dirty for software path also.

This affects drivers with no UploadToScreen or UploadToScreen failures.

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

Merge branch 'master' into exa-damagetrack

Conflicts:

 exa/exa_accel.c
 exa/exa_migration.c

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

exaCopyNtoN: Fix usage of 'dx' and 'dy' instead of 'reverse' and 'upsidedown'.

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

EXA: Compare backing pixmaps instead of drawables against driver limits.

The driver operations are always contained within the backing pixmaps, it
doesn't matter if the drawables are bigger.

6b1e354... by Eric Anholt

EXA: Disable SHM pixmaps.

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

1b029fd... by Alan Coopersmith

Xorg & Xserver man page updates for 1.2 release

- Added -extension & +extension to Xserver man page
- Changed Xorg synopsis from X11R6 to X11R7
- Clarified Xorg ancestry description
- Moved Solaris to free/Open Source OS list
- Removed references to MetroLink module loader & getconfig
- Converted (1) to (__appmansuffix__) in a few more places
- Replaced http://www.freedesktop.org/cvs/ with http://gitweb.freedesktop.org/

a5fcf1e... by James Steven Supancic III <email address hidden>

Fix RENDER issues (bug #7555) and implement RENDER add/remove screen
support (bug #8485).

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

For Xvfb, Xnest and Xprt, compile fbcmap.c with -DXFree86Server

0128073... by Eamon Walsh <email address hidden>

Add loud warnings to deprecated lookup functions.
Hopefully this will alert external driver maintainers.