All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/4] sdl2: add opengl rendering support
@ 2015-01-12 12:35 Gerd Hoffmann
  2015-01-12 12:35 ` [Qemu-devel] [PATCH 1/4] configure: opengl overhaul Gerd Hoffmann
                   ` (3 more replies)
  0 siblings, 4 replies; 16+ messages in thread
From: Gerd Hoffmann @ 2015-01-12 12:35 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

  Hi,

Next round of the opengl rendering support patches.

Changes from RfC:
 * new patch #2, adding helper functions to render display surfaces
   as opengl texture.
 * sdl2 opengl code just carries the sdl2-specific bits and calls
   the opengl console helpers added by patch #2.
 * Addressing most (but not yet all) review comments from Max.
 * opengl support is runtime-switchable via '-display sdl,gl={on,off}'.
   Defaults to off atm.

please review,
  Gerd

Gerd Hoffmann (4):
  configure: opengl overhaul
  console: add opengl rendering helper functions
  sdl2: add support for display rendering using opengl.
  sdl2: move SDL_* includes to sdl2.h

 configure                        |  39 ++++++------
 default-configs/lm32-softmmu.mak |   2 +-
 hw/display/Makefile.objs         |   2 +-
 hw/lm32/milkymist-hw.h           |   4 +-
 include/sysemu/sysemu.h          |   1 +
 include/ui/console.h             |  24 ++++++++
 include/ui/sdl2.h                |  17 ++++++
 ui/Makefile.objs                 |   9 +++
 ui/console-gl.c                  | 127 +++++++++++++++++++++++++++++++++++++++
 ui/sdl.c                         |  11 ++++
 ui/sdl2-2d.c                     |  13 ++--
 ui/sdl2-gl.c                     | 107 +++++++++++++++++++++++++++++++++
 ui/sdl2-input.c                  |   6 --
 ui/sdl2.c                        |  73 ++++++++++++++++++----
 vl.c                             |  12 ++++
 15 files changed, 396 insertions(+), 51 deletions(-)
 create mode 100644 ui/console-gl.c
 create mode 100644 ui/sdl2-gl.c

-- 
1.8.3.1

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

end of thread, other threads:[~2015-01-16 15:05 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-12 12:35 [Qemu-devel] [PATCH 0/4] sdl2: add opengl rendering support Gerd Hoffmann
2015-01-12 12:35 ` [Qemu-devel] [PATCH 1/4] configure: opengl overhaul Gerd Hoffmann
2015-01-12 12:55   ` Paolo Bonzini
2015-01-12 13:11     ` Gerd Hoffmann
2015-01-15 19:55   ` Max Reitz
2015-01-16  9:11     ` Gerd Hoffmann
2015-01-12 12:35 ` [Qemu-devel] [PATCH 2/4] console: add opengl rendering helper functions Gerd Hoffmann
2015-01-12 13:04   ` Paolo Bonzini
2015-01-12 13:13     ` Gerd Hoffmann
2015-01-15 20:46   ` Max Reitz
2015-01-16  9:21     ` Gerd Hoffmann
2015-01-16 15:05       ` Max Reitz
2015-01-12 12:35 ` [Qemu-devel] [PATCH 3/4] sdl2: add support for display rendering using opengl Gerd Hoffmann
2015-01-15 22:14   ` Max Reitz
2015-01-12 12:35 ` [Qemu-devel] [PATCH 4/4] sdl2: move SDL_* includes to sdl2.h Gerd Hoffmann
2015-01-15 22:21   ` Max Reitz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.