From: Max Reitz <mreitz@redhat.com>
To: Gerd Hoffmann <kraxel@redhat.com>, qemu-devel@nongnu.org
Cc: Paolo Bonzini <pbonzini@redhat.com>,
Anthony Liguori <aliguori@amazon.com>
Subject: Re: [Qemu-devel] [PATCH 4/4] sdl2: add support for display rendering using opengl.
Date: Tue, 03 Mar 2015 12:13:52 -0500 [thread overview]
Message-ID: <54F5EBD0.2080405@redhat.com> (raw)
In-Reply-To: <1425384427-2551-5-git-send-email-kraxel@redhat.com>
On 2015-03-03 at 07:07, Gerd Hoffmann wrote:
> Add new sdl2-gl.c file, with display
> rendering functions using opengl.
>
> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
> ---
> include/ui/console.h | 1 +
> include/ui/sdl2.h | 11 +++++
> ui/Makefile.objs | 3 ++
> ui/sdl.c | 10 +++++
> ui/sdl2-2d.c | 7 ++++
> ui/sdl2-gl.c | 112 +++++++++++++++++++++++++++++++++++++++++++++++++++
> ui/sdl2.c | 65 ++++++++++++++++++++++++++----
> vl.c | 23 +++++++++++
> 8 files changed, 225 insertions(+), 7 deletions(-)
> create mode 100644 ui/sdl2-gl.c
Reviewed-by: Max Reitz <mreitz@redhat.com>
prev parent reply other threads:[~2015-03-03 17:14 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-03 12:07 [Qemu-devel] [PATCH 0/4] sdl2: opengl rendering Gerd Hoffmann
2015-03-03 12:07 ` [Qemu-devel] [PATCH 1/4] opengl: some shader infrastructure Gerd Hoffmann
2015-03-03 16:35 ` Max Reitz
2015-03-03 12:07 ` [Qemu-devel] [PATCH 2/4] console-gl: add opengl rendering helper functions Gerd Hoffmann
2015-03-03 17:09 ` Max Reitz
2015-03-03 12:07 ` [Qemu-devel] [PATCH 3/4] sdl2: move SDL_* includes to sdl2.h Gerd Hoffmann
2015-03-03 12:07 ` [Qemu-devel] [PATCH 4/4] sdl2: add support for display rendering using opengl Gerd Hoffmann
2015-03-03 17:13 ` Max Reitz [this message]
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=54F5EBD0.2080405@redhat.com \
--to=mreitz@redhat.com \
--cc=aliguori@amazon.com \
--cc=kraxel@redhat.com \
--cc=pbonzini@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).