From 467c00cf450826e0bf06fe94470ec193af625d68 Mon Sep 17 00:00:00 2001 From: George Sapountzis Date: Tue, 19 Dec 2006 18:45:25 +0100 Subject: [PATCH] exaGlyphs: mark dirty for software path also. This affects drivers with no UploadToScreen or UploadToScreen failures. --- exa/exa_render.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/exa/exa_render.c b/exa/exa_render.c index a73582000..be7c2403b 100644 --- a/exa/exa_render.c +++ b/exa/exa_render.c @@ -1034,11 +1034,11 @@ exaGlyphs (CARD8 op, exaCopyArea (&pScratchPixmap->drawable, &pPixmap->drawable, pGC, 0, 0, glyph->info.width, glyph->info.height, 0, 0); - } else { - exaDrawableDirty (&pPixmap->drawable, 0, 0, - glyph->info.width, glyph->info.height); } + exaDrawableDirty (&pPixmap->drawable, 0, 0, + glyph->info.width, glyph->info.height); + if (maskFormat) { exaComposite (PictOpAdd, pPicture, NULL, pMask, 0, 0, 0, 0,