OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: xenocara

From: Matthieu Herrb (matthieucvs.openbsd.org)
Date: Sun Oct 17 2010 - 05:31:04 CDT


CVSROOT: /cvs
Module name: xenocara
Changes by: matthieucvs.openbsd.org 2010/10/17 04:31:04

Modified files:
        driver/xf86-video-ati/src: r600_exa.c radeon_exa_render.c

Log message:
MFC: fixes crashes on r600 with cairo 0.10.
Tested by espie and brad

commit 78fcbf577ad6eba6399cc39f74b7ce5f9c8e265e
Author: Michel Daenzer <daenzervmware.com>
Date: Thu Sep 3 14:55:05 2009 +0200

EXA: Check for solid/gradient pictures the same way for all generations.

In particular, also catch them for >= R300.

commit 87d7235790866f9c19ef08972d5237f09d940cd9
Author: Alex Deucher <alexdeuchergmail.com>
Date: Thu Nov 5 10:23:03 2009 -0500

EXA: fallback if no pMaskPicture->pDrawable

A solid or gradient mask could be used for blending
the source picture onto the destination picture.

Fixes fdo bug 24838