qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] opengl rendering in the sdl window


From: Daniel P. Berrange
Subject: Re: [Qemu-devel] [PATCH] opengl rendering in the sdl window
Date: Fri, 5 Sep 2008 17:55:36 +0100
User-agent: Mutt/1.4.1i

On Fri, Sep 05, 2008 at 05:44:55PM +0100, Stefano Stabellini wrote:
> Jamie Lokier wrote:
> > Another way to map guest framebuffer to video memory is the XF86DGA
> > extension, which is great when you can use it.  I think VMware uses it
> > in full-screen mode.
> 
> I went with OpenGL because I wanted the accelerated window resize
> feature, and because I think it will give us more opportunities for
> further improvements (for example using PBOs as soon as they are
> supported by at least one open source graphic card driver).

The problem with OpenGL is that it has horrible rendering issues if you
are also using a compositing window manager like Compiz. You need an X
server & driver which supports Redirected Direct Rendering [1]. No distro 
currently has any official support for this yet. AFAIK, the next Fedora 10
will be the first to support it, and even then only on Intel hardware[2].
ATI is still a fair way off, and NVidia support is nowhere to be seen. For
accelerated resize of windows though you shouldn't need 3d - the graphics
driver 2-d hardware acceleration  support ought to be sufficient I'd
imagine

Regards,
Daniel

[1] http://hoegsberg.blogspot.com/2007/08/redirected-direct-rendering.html
[2] 
http://hoegsberg.blogspot.com/2008/03/i-just-committed-last-bit-of-dri2-work.html
-- 
|: Red Hat, Engineering, London   -o-   http://people.redhat.com/berrange/ :|
|: http://libvirt.org  -o-  http://virt-manager.org  -o-  http://ovirt.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: GnuPG: 7D3B9505  -o-  F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505 :|




reply via email to

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