From: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH 0 of 5] [UPDATE] vnc, sdl and vga improvements, opengl implementation
Date: Thu, 04 Sep 2008 15:26:44 +0100 [thread overview]
Message-ID: <48BFF024.6050304@eu.citrix.com> (raw)
Hi all,
this is an updated version of the three patch series I posted few days
ago to implement a shared buffer between vnc and vga.
I decided to append to this series the sdl shared buffer patch and the
opengl implementation for simplicity, but keep in mind that the first
three patches make perfect sense even without the latter two.
The only changes are few ifdef lines to disable the shared buffer in
case that the host and the guest have different endianness.
---
The first patch implements dynamic colour depth changes in vnc.c:
this way the vnc server can change its own internal colour depth at run
time to follow any guest resolution change.
The second patch implements the WMVi vnc extension in the qemu vnc
server, so that we can also notify a vnc client when we change
internal colour depth and offload any possible colour conversion to the
client.
The third patch implements sharing of the display pixel buffer between
vnc.c and vga.c, in order to save a lot of memcpy's.
The fourth 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.
The fifth patch adds opengl support for rendering the guest framebuffer
in the SDL window.
Regards,
Stefano Stabellini
reply other threads:[~2008-09-04 14:25 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=48BFF024.6050304@eu.citrix.com \
--to=stefano.stabellini@eu.citrix.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).