sna/glyphs: Add glyphs directly onto a client temporary buffer
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
5154e281ed
commit
4fd46b8bb7
|
|
@ -1139,7 +1139,7 @@ sna_glyphs(CARD8 op,
|
|||
|
||||
/* XXX discard the mask for non-overlapping glyphs? */
|
||||
|
||||
if (!mask) {
|
||||
if (!mask || (op == PictOpAdd && dst->format == mask->format)) {
|
||||
if (glyphs_to_dst(sna, op,
|
||||
src, dst,
|
||||
src_x, src_y,
|
||||
|
|
|
|||
Loading…
Reference in New Issue