qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] Re: Qemu 2D performance plunges below acceptable levels


From: malc
Subject: Re: [Qemu-devel] Re: Qemu 2D performance plunges below acceptable levels
Date: Mon, 23 Feb 2009 09:43:36 +0300 (MSK)

On Mon, 23 Feb 2009, Stefano Stabellini wrote:

> malc wrote:
> 
> > Let me reiterate - SDL_UpdateRect was REMOVED from sdl_update, SDL_Flip 
> > was added to _sdl_refresh_. So, no, SDL_Flip is NOT faster than
> > SDL_UpdateRect.
> > 
> 
> 
> This change also shouldn't have any effect since sdl_refresh is the one
> that calls sdl_update  in the end.
> The code path is the following:
> 
> sdl_refresh -> vga_hw_update -> vga_draw_graphic -> dpy_update -> sdl_update

That would mean that the vga_hw_update chain calls sdl_update multiple
times.

-- 
mailto:address@hidden




reply via email to

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