From: Max Reitz <mreitz@redhat.com>
To: Gerd Hoffmann <kraxel@redhat.com>, qemu-devel@nongnu.org
Cc: Anthony Liguori <aliguori@amazon.com>
Subject: Re: [Qemu-devel] [PATCH 2/4] console-gl: add opengl rendering helper functions
Date: Tue, 03 Mar 2015 12:09:44 -0500 [thread overview]
Message-ID: <54F5EAD8.1080400@redhat.com> (raw)
In-Reply-To: <1425384427-2551-3-git-send-email-kraxel@redhat.com>
On 2015-03-03 at 07:07, Gerd Hoffmann wrote:
> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
> ---
> Makefile | 3 +
> configure | 2 +-
> include/ui/console.h | 31 ++++++
> ui/Makefile.objs | 5 +
> ui/console-gl.c | 253 ++++++++++++++++++++++++++++++++++++++++++++
> ui/shader/texture-blit.frag | 10 ++
> ui/shader/texture-blit.vert | 10 ++
> 7 files changed, 313 insertions(+), 1 deletion(-)
> create mode 100644 ui/console-gl.c
> create mode 100644 ui/shader/texture-blit.frag
> create mode 100644 ui/shader/texture-blit.vert
Reviewed-by: Max Reitz <mreitz@redhat.com>
next prev parent reply other threads:[~2015-03-03 17:09 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 [this message]
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
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=54F5EAD8.1080400@redhat.com \
--to=mreitz@redhat.com \
--cc=aliguori@amazon.com \
--cc=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).