qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 4 of 5] sdl shared buffer support


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH 4 of 5] sdl shared buffer support
Date: Sun, 07 Sep 2008 19:48:11 -0500
User-agent: Thunderbird 2.0.0.16 (X11/20080723)

Stefano Stabellini wrote:
This patch implements shared buffer support in sdl.c.
It also supports paletted 8 bit colour depths using the
palette functions provided by the SDL library.

So the theory goes that it's possible with this patch that both surfaces are hardware surfaces so blitting is fast? In practice, when using X11 both surfaces are going to be XShmImages so I don't think this is going to perform any better than the current code.

Do you have any sort of measurements that show an advantage with this patch?

I sort of think you want the opposite interface. One where the VGA code uses ds->data directly if the guest ds->data is in a supportable format.

Regards,

Anthony Liguori





reply via email to

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