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: Stefano Stabellini
Subject: Re: [Qemu-devel] Re: Qemu 2D performance plunges below acceptable levels
Date: Mon, 23 Feb 2009 03:06:13 +0000
User-agent: Thunderbird 2.0.0.14 (X11/20080505)

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




reply via email to

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