From: Gerd Hoffmann <kraxel@redhat.com>
To: qemu-devel@nongnu.org
Cc: Gerd Hoffmann <kraxel@redhat.com>
Subject: [Qemu-devel] [PATCH 0/4] sdl2: add opengl rendering support
Date: Mon, 12 Jan 2015 13:35:22 +0100 [thread overview]
Message-ID: <1421066126-25737-1-git-send-email-kraxel@redhat.com> (raw)
Hi,
Next round of the opengl rendering support patches.
Changes from RfC:
* new patch #2, adding helper functions to render display surfaces
as opengl texture.
* sdl2 opengl code just carries the sdl2-specific bits and calls
the opengl console helpers added by patch #2.
* Addressing most (but not yet all) review comments from Max.
* opengl support is runtime-switchable via '-display sdl,gl={on,off}'.
Defaults to off atm.
please review,
Gerd
Gerd Hoffmann (4):
configure: opengl overhaul
console: add opengl rendering helper functions
sdl2: add support for display rendering using opengl.
sdl2: move SDL_* includes to sdl2.h
configure | 39 ++++++------
default-configs/lm32-softmmu.mak | 2 +-
hw/display/Makefile.objs | 2 +-
hw/lm32/milkymist-hw.h | 4 +-
include/sysemu/sysemu.h | 1 +
include/ui/console.h | 24 ++++++++
include/ui/sdl2.h | 17 ++++++
ui/Makefile.objs | 9 +++
ui/console-gl.c | 127 +++++++++++++++++++++++++++++++++++++++
ui/sdl.c | 11 ++++
ui/sdl2-2d.c | 13 ++--
ui/sdl2-gl.c | 107 +++++++++++++++++++++++++++++++++
ui/sdl2-input.c | 6 --
ui/sdl2.c | 73 ++++++++++++++++++----
vl.c | 12 ++++
15 files changed, 396 insertions(+), 51 deletions(-)
create mode 100644 ui/console-gl.c
create mode 100644 ui/sdl2-gl.c
--
1.8.3.1
next reply other threads:[~2015-01-12 12:35 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-12 12:35 Gerd Hoffmann [this message]
2015-01-12 12:35 ` [Qemu-devel] [PATCH 1/4] configure: opengl overhaul Gerd Hoffmann
2015-01-12 12:55 ` Paolo Bonzini
2015-01-12 13:11 ` Gerd Hoffmann
2015-01-15 19:55 ` Max Reitz
2015-01-16 9:11 ` Gerd Hoffmann
2015-01-12 12:35 ` [Qemu-devel] [PATCH 2/4] console: add opengl rendering helper functions Gerd Hoffmann
2015-01-12 13:04 ` Paolo Bonzini
2015-01-12 13:13 ` Gerd Hoffmann
2015-01-15 20:46 ` Max Reitz
2015-01-16 9:21 ` Gerd Hoffmann
2015-01-16 15:05 ` Max Reitz
2015-01-12 12:35 ` [Qemu-devel] [PATCH 3/4] sdl2: add support for display rendering using opengl Gerd Hoffmann
2015-01-15 22:14 ` Max Reitz
2015-01-12 12:35 ` [Qemu-devel] [PATCH 4/4] sdl2: move SDL_* includes to sdl2.h Gerd Hoffmann
2015-01-15 22:21 ` Max Reitz
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=1421066126-25737-1-git-send-email-kraxel@redhat.com \
--to=kraxel@redhat.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).