qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/4] sdl2: opengl rendering
@ 2015-03-03 12:07 Gerd Hoffmann
  2015-03-03 12:07 ` [Qemu-devel] [PATCH 1/4] opengl: some shader infrastructure Gerd Hoffmann
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Gerd Hoffmann @ 2015-03-03 12:07 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

  Hi,

Finally getting back to work on opengl support.  So here is the next
round of the sdl2 opengl patches.  Series applies cleanly on top of the
sdl pull request sent earlier today.

please review,
  Gerd

Gerd Hoffmann (4):
  opengl: some shader infrastructure
  console-gl: add opengl rendering helper functions
  sdl2: move SDL_* includes to sdl2.h
  sdl2: add support for display rendering using opengl.

 Makefile                    |  17 +++
 configure                   |   2 +-
 include/ui/console.h        |  32 ++++++
 include/ui/sdl2.h           |  17 +++
 scripts/shaderinclude.pl    |  16 +++
 ui/Makefile.objs            |   8 ++
 ui/console-gl.c             | 253 ++++++++++++++++++++++++++++++++++++++++++++
 ui/sdl.c                    |  10 ++
 ui/sdl2-2d.c                |  13 +--
 ui/sdl2-gl.c                | 112 ++++++++++++++++++++
 ui/sdl2-input.c             |   6 --
 ui/sdl2.c                   |  71 ++++++++++---
 ui/shader/texture-blit.frag |  10 ++
 ui/shader/texture-blit.vert |  10 ++
 vl.c                        |  23 ++++
 15 files changed, 574 insertions(+), 26 deletions(-)
 create mode 100644 scripts/shaderinclude.pl
 create mode 100644 ui/console-gl.c
 create mode 100644 ui/sdl2-gl.c
 create mode 100644 ui/shader/texture-blit.frag
 create mode 100644 ui/shader/texture-blit.vert

-- 
1.8.3.1

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

end of thread, other threads:[~2015-03-03 17:14 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
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

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