glamor: Restore planemask to all-on when finishing a fill.

This commit is contained in:
Eric Anholt 2010-02-09 22:49:27 -06:00 committed by Zhigang Gong
parent d8c2662bf4
commit a0b589e90a

View File

@ -172,6 +172,7 @@ glamor_solid(PixmapPtr pixmap, int x, int y, int width, int height,
glUseProgramObjectARB(0);
fail:
glamor_set_alu(GXcopy);
glamor_set_planemask(pixmap, ~0);
}
/* Highlight places where we're doing it wrong. */