qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 08/10] sdl2: add+use sdl2_2d_redraw function.


From: Max Reitz
Subject: Re: [Qemu-devel] [PATCH 08/10] sdl2: add+use sdl2_2d_redraw function.
Date: Thu, 11 Dec 2014 16:07:56 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0

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 <address@hidden>
---
  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 <address@hidden>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]