|
From: | Ivan Vučica |
Subject: | Re: GSOC 2013 final update |
Date: | Thu, 31 Oct 2013 22:24:23 +0100 |
I thought we'd removed most of the NSCopyBits usage, because it's never a sensible thing to do on a vaguely modern (last 10 years) GPU. It would be nice to have it keep working, but it's not something that should be optimised for, and it should probably have a deprecated attribute on it.
> Ideally it should be faster to blit an image than to redraw a region, so the always-backing schema should be better. Sadly, that does not seem to be so.It's faster, if you're using the GPU to do the compositing, but that's something that you handle with layers, not with copies.
[Prev in Thread] | Current Thread | [Next in Thread] |