From d8d3fa10346302384b8e62967c5a67893ed1c67b Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Mon, 8 Feb 2010 14:53:41 +0100 Subject: glamor: All the fallbacks in the world. Bringup is really not flying when I can't see anything. So dump back to all software so I can turn on a bit at a time. --- glamor/glamor_getspans.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'glamor/glamor_getspans.c') diff --git a/glamor/glamor_getspans.c b/glamor/glamor_getspans.c index 8339eb130..6e92b4d0b 100644 --- a/glamor/glamor_getspans.c +++ b/glamor/glamor_getspans.c @@ -56,6 +56,8 @@ glamor_get_spans(DrawablePtr drawable, int i, j; uint8_t *temp_dst = NULL, *readpixels_dst = (uint8_t *)dst; + goto fail; + switch (drawable->depth) { case 1: temp_dst = xalloc(wmax); -- cgit v1.2.3