From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41127) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xz5Lb-00029t-9O for qemu-devel@nongnu.org; Thu, 11 Dec 2014 10:08:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xz5LV-0003HD-4j for qemu-devel@nongnu.org; Thu, 11 Dec 2014 10:08:07 -0500 Received: from mx1.redhat.com ([209.132.183.28]:33923) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xz5LU-0003H1-SQ for qemu-devel@nongnu.org; Thu, 11 Dec 2014 10:08:01 -0500 Message-ID: <5489B34C.90007@redhat.com> Date: Thu, 11 Dec 2014 16:07:56 +0100 From: Max Reitz MIME-Version: 1.0 References: <1418294973-21790-1-git-send-email-kraxel@redhat.com> <1418294973-21790-9-git-send-email-kraxel@redhat.com> In-Reply-To: <1418294973-21790-9-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 08/10] sdl2: add+use sdl2_2d_redraw function. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann , qemu-devel@nongnu.org Cc: Anthony Liguori On 2014-12-11 at 11:49, Gerd Hoffmann wrote: > Add a new sdl2_2d_redraw function for a complete screen refresh, > so we can stop using graphic_hw_invalidate for that. There is > no need to bother console / gfx emulation code if we are just > going to re-blit the screen after window resizes. > > Signed-off-by: Gerd Hoffmann > --- > include/ui/sdl2.h | 1 + > ui/sdl2-2d.c | 11 +++++++++++ > ui/sdl2.c | 17 ++++++----------- > 3 files changed, 18 insertions(+), 11 deletions(-) Reviewed-by: Max Reitz