qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Gerd Hoffmann <kraxel@redhat.com>
To: qemu-devel@nongnu.org
Cc: Gerd Hoffmann <kraxel@redhat.com>
Subject: [Qemu-devel] [PATCH 0/4] sdl2: opengl rendering
Date: Tue,  3 Mar 2015 13:07:03 +0100	[thread overview]
Message-ID: <1425384427-2551-1-git-send-email-kraxel@redhat.com> (raw)

  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

             reply	other threads:[~2015-03-03 12:07 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-03 12:07 Gerd Hoffmann [this message]
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

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=1425384427-2551-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).