qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 0/5] gtk: add opengl rendering support.
@ 2015-05-29 10:07 Gerd Hoffmann
  2015-05-29 10:07 ` [Qemu-devel] [PULL 1/5] ui: use libexpoxy Gerd Hoffmann
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Gerd Hoffmann @ 2015-05-29 10:07 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

  Hi,

Here is the pull to add opengl support to the gtk ui.

please pull,
  Gerd

The following changes since commit ce0274f730eacbd24c706523ddbbabb6b95d0659:

  Revert "gdbstub: Do not kill target in system emulation mode" (2015-05-28 16:57:35 +0100)

are available in the git repository at:

  git://git.kraxel.org/qemu tags/pull-gtk-20150529-1

for you to fetch changes up to 63c67b6d4462b6589b371d55e3740e9f0dba3281:

  gtk: Replace gdk_cursor_new() (2015-05-29 11:43:29 +0200)

----------------------------------------------------------------
gtk: add opengl rendering support.
small bugfixes for gtk and opengl ui code.

----------------------------------------------------------------
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                 |  95 +++++++++++++++++++++++++-----
 vl.c                     |  11 +++-
 10 files changed, 433 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

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2015-06-08 12:57 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-29 10:07 [Qemu-devel] [PULL 0/5] gtk: add opengl rendering support Gerd Hoffmann
2015-05-29 10:07 ` [Qemu-devel] [PULL 1/5] ui: use libexpoxy Gerd Hoffmann
2015-05-29 10:07 ` [Qemu-devel] [PULL 2/5] ui: shader.h protect against double inclusion Gerd Hoffmann
2015-05-29 10:07 ` [Qemu-devel] [PULL 3/5] ui: add egl-helpers Gerd Hoffmann
2015-05-29 10:07 ` [Qemu-devel] [PULL 4/5] gtk: add opengl support, using egl Gerd Hoffmann
2015-06-05 10:20   ` Paolo Bonzini
2015-06-05 11:01     ` Gerd Hoffmann
2015-06-05 11:09       ` Gerd Hoffmann
2015-06-05 12:50         ` Gerd Hoffmann
2015-06-08 12:57           ` Markus Armbruster
2015-05-29 10:07 ` [Qemu-devel] [PULL 5/5] gtk: Replace gdk_cursor_new() Gerd Hoffmann
2015-05-29 14:31 ` [Qemu-devel] [PULL 0/5] gtk: add opengl rendering support Peter Maydell

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).