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

  Hi,

opengl support continued.  This series brings some little fixups, adds
egl helper functions and implements opengl support for the gtk ui using
that.

please review,
  Gerd

Gerd Hoffmann (4):
  ui: use libexpoxy
  ui: shader.h protect against double inclusion
  ui: add egl-helpers
  gtk: add opengl support, using egl

 configure                |   2 +-
 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         | 143 +++++++++++++++++++++++++++++++++++++++++++++++
 ui/gtk-egl.c             | 141 ++++++++++++++++++++++++++++++++++++++++++++++
 ui/gtk.c                 |  77 ++++++++++++++++++++-----
 vl.c                     |  11 +++-
 10 files changed, 410 insertions(+), 24 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

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

end of thread, other threads:[~2015-05-20 14:46 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-19 14:29 [Qemu-devel] [PATCH 0/4] gtk: add opengl support Gerd Hoffmann
2015-05-19 14:29 ` [Qemu-devel] [PATCH 1/4] ui: use libexpoxy Gerd Hoffmann
2015-05-20 10:47   ` Max Reitz
2015-05-19 14:29 ` [Qemu-devel] [PATCH 2/4] ui: shader.h protect against double inclusion Gerd Hoffmann
2015-05-20 10:58   ` Max Reitz
2015-05-19 14:29 ` [Qemu-devel] [PATCH 3/4] ui: add egl-helpers Gerd Hoffmann
2015-05-20 12:15   ` Max Reitz
2015-05-20 14:46     ` Gerd Hoffmann
2015-05-19 14:29 ` [Qemu-devel] [PATCH 4/4] gtk: add opengl support, using egl Gerd Hoffmann
2015-05-20 13:29   ` Max Reitz
2015-05-20 14:14     ` Gerd Hoffmann
2015-05-20 14:16       ` Max Reitz

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