sna/gen5: Remove CA glyph workaround
The root cause has been found and destroyed, so the w/a is now redundant. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
6038cede83
commit
be5df7b5ab
|
|
@ -1248,10 +1248,6 @@ sna_glyphs(CARD8 op,
|
|||
_mask = mask;
|
||||
/* XXX discard the mask for non-overlapping glyphs? */
|
||||
|
||||
/* XXX more shader breakage?: CA to dst is fubar on ilk */
|
||||
if (sna->kgem.gen == 50 && !_mask)
|
||||
_mask = list[0].format;
|
||||
|
||||
if (!_mask ||
|
||||
(((nlist == 1 && list->len == 1) || op == PictOpAdd) &&
|
||||
dst->format == (_mask->depth << 24 | _mask->format))) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue