From: Gerd Hoffmann <kraxel@redhat.com>
To: qemu-devel@nongnu.org
Cc: Gerd Hoffmann <kraxel@redhat.com>
Subject: [Qemu-devel] [PATCH v2 0/5] gtk: add opengl support
Date: Wed, 20 May 2015 17:19:37 +0200 [thread overview]
Message-ID: <1432135182-29676-1-git-send-email-kraxel@redhat.com> (raw)
Hi,
opengl support continued. This series brings some little fixups, adds
egl helper functions and implements opengl support for the gtk ui using
that.
v2: Fixes according to review by Max,
also added "Replace gdk_cursor_new" patch.
Gerd Hoffmann (4):
ui: use libexpoxy
ui: shader.h protect against double inclusion
ui: add egl-helpers
gtk: add opengl support, using egl
Max Reitz (1):
gtk: Replace gdk_cursor_new()
configure | 4 +-
include/ui/console.h | 5 +-
include/ui/egl-helpers.h | 16 +++++
include/ui/gtk.h | 23 ++++++++
include/ui/shader.h | 10 ++--
ui/Makefile.objs | 6 ++
ui/egl-helpers.c | 148 +++++++++++++++++++++++++++++++++++++++++++++++
ui/gtk-egl.c | 141 ++++++++++++++++++++++++++++++++++++++++++++
ui/gtk.c | 82 +++++++++++++++++++++-----
vl.c | 11 +++-
10 files changed, 420 insertions(+), 26 deletions(-)
create mode 100644 include/ui/egl-helpers.h
create mode 100644 ui/egl-helpers.c
create mode 100644 ui/gtk-egl.c
--
1.8.3.1
next reply other threads:[~2015-05-20 15:19 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-20 15:19 Gerd Hoffmann [this message]
2015-05-20 15:19 ` [Qemu-devel] [PATCH v2 1/5] ui: use libexpoxy Gerd Hoffmann
2015-05-20 15:19 ` [Qemu-devel] [PATCH v2 2/5] ui: shader.h protect against double inclusion Gerd Hoffmann
2015-05-20 15:19 ` [Qemu-devel] [PATCH v2 3/5] ui: add egl-helpers Gerd Hoffmann
2015-05-23 17:36 ` Max Reitz
2015-05-20 15:19 ` [Qemu-devel] [PATCH v2 4/5] gtk: add opengl support, using egl Gerd Hoffmann
2015-05-23 17:44 ` Max Reitz
2015-05-26 6:35 ` Gerd Hoffmann
2015-05-26 12:56 ` Gerd Hoffmann
2015-05-26 14:06 ` Max Reitz
2015-05-26 14:12 ` Gerd Hoffmann
2015-05-20 15:19 ` [Qemu-devel] [PATCH v2 5/5] gtk: Replace gdk_cursor_new() Gerd Hoffmann
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=1432135182-29676-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).