exaGlyphs: mark dirty for software path also.
This affects drivers with no UploadToScreen or UploadToScreen failures.
This commit is contained in:
parent
4334860e69
commit
467c00cf45
|
@ -1034,11 +1034,11 @@ exaGlyphs (CARD8 op,
|
||||||
|
|
||||||
exaCopyArea (&pScratchPixmap->drawable, &pPixmap->drawable, pGC,
|
exaCopyArea (&pScratchPixmap->drawable, &pPixmap->drawable, pGC,
|
||||||
0, 0, glyph->info.width, glyph->info.height, 0, 0);
|
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)
|
if (maskFormat)
|
||||||
{
|
{
|
||||||
exaComposite (PictOpAdd, pPicture, NULL, pMask, 0, 0, 0, 0,
|
exaComposite (PictOpAdd, pPicture, NULL, pMask, 0, 0, 0, 0,
|
||||||
|
|
Loading…
Reference in New Issue