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:
Chris Wilson 2012-02-21 23:27:33 +00:00
parent 6038cede83
commit be5df7b5ab
1 changed files with 0 additions and 4 deletions

View File

@ -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))) {