diff options
author | Eric Anholt <eric@anholt.net> | 2010-02-08 14:53:41 +0100 |
---|---|---|
committer | Zhigang Gong <zhigang.gong@linux.intel.com> | 2011-09-26 16:46:32 +0800 |
commit | d8d3fa10346302384b8e62967c5a67893ed1c67b (patch) | |
tree | bffa49d72ebd9cde44276452746f12485dcf3cc4 /glamor/glamor_getspans.c | |
parent | 745502af962a2bb475c0c667c3091c2c080771dc (diff) |
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.
Diffstat (limited to 'glamor/glamor_getspans.c')
-rw-r--r-- | glamor/glamor_getspans.c | 2 |
1 files changed, 2 insertions, 0 deletions
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); |