From a0b589e90a885cf20b349b95df31bb0823a1514b Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Tue, 9 Feb 2010 22:49:27 -0600 Subject: [PATCH] glamor: Restore planemask to all-on when finishing a fill. --- glamor/glamor_fill.c | 1 + 1 file changed, 1 insertion(+) diff --git a/glamor/glamor_fill.c b/glamor/glamor_fill.c index 6290f1210..1b601ee5d 100644 --- a/glamor/glamor_fill.c +++ b/glamor/glamor_fill.c @@ -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. */