exaGlyphs: mark dirty for software path also.

This affects drivers with no UploadToScreen or UploadToScreen failures.
This commit is contained in:
George Sapountzis 2006-12-19 18:45:25 +01:00 committed by Michel Dänzer
parent 4334860e69
commit 467c00cf45

View File

@ -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,