Performance problem on Mac when drawing from offscreen context with HiDPI mode active

Oh, by the way, the bitmap we’re drawing comes from an offscreen context into which we’ve done our actual graph drawing when scrolling. I get it via offscreenContext->getBitmap();, then call bitmap->draw().