Cc: Søren Sandmann <sandmann cs au dk>, GTK Devel List <gtk-devel-list gnome org>
Subject: Re: New drawing/scrolling model
Date: Fri, 3 May 2013 05:52:55 -0400
On Fri, May 3, 2013 at 3:02 AM, Alexander Larsson <alexl redhat com> wrote:
things that are wide and tall ... well, they're on their own ...
This is not really a problem the pixel cache knows the size of the
"canvas" and the "viewport" so it will automatically not pick an
unnecessarily wide/tall offscreen surface.
if true, then i don't see where the two dimensional multi-surface blit issue arises. you may need to blit several surfaces along one axis, but that is sort of the definition of the pixel cache.