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/6] sdl2: add opengl rendering support.
Date: Wed, 29 Apr 2015 09:49:24 +0200	[thread overview]
Message-ID: <1430293770-1965-1-git-send-email-kraxel@redhat.com> (raw)

  Hi,

This series adds some opengl bits and puts them into use for sdl2.
No major changes since the last post (somewhen during early 2.3
freeze).  I've coded up opengl support for other UIs on top of this
and the code has seen some minor refactorings due to this.  opengl
shader handling moved to its own files (splitted from console-gl.c).
Some functions got qemu_ prefixes.  Minor tweaks here and there.

please review,
  Gerd

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

Max Reitz (1):
  sdl2: Fix RGB555

 Makefile                    |  17 +++++
 configure                   |   2 +-
 include/ui/console.h        |  37 ++++++++++
 include/ui/sdl2.h           |  17 +++++
 include/ui/shader.h         |  11 +++
 scripts/shaderinclude.pl    |  16 +++++
 ui/Makefile.objs            |   9 +++
 ui/console-gl.c             | 168 ++++++++++++++++++++++++++++++++++++++++++++
 ui/sdl.c                    |  10 +++
 ui/sdl2-2d.c                |  28 +++++---
 ui/sdl2-gl.c                | 112 +++++++++++++++++++++++++++++
 ui/sdl2-input.c             |   6 --
 ui/sdl2.c                   |  71 +++++++++++++++----
 ui/shader.c                 | 114 ++++++++++++++++++++++++++++++
 ui/shader/texture-blit.frag |  10 +++
 ui/shader/texture-blit.vert |  10 +++
 vl.c                        |  23 ++++++
 17 files changed, 633 insertions(+), 28 deletions(-)
 create mode 100644 include/ui/shader.h
 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.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-04-29  7:49 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-29  7:49 Gerd Hoffmann [this message]
2015-04-29  7:49 ` [Qemu-devel] [PATCH 1/6] opengl: add shader build infrastructure Gerd Hoffmann
2015-04-29  7:49 ` [Qemu-devel] [PATCH 2/6] opengl: add shader helper functions Gerd Hoffmann
2015-04-29  7:49 ` [Qemu-devel] [PATCH 3/6] console-gl: add opengl rendering " Gerd Hoffmann
2015-04-29  7:49 ` [Qemu-devel] [PATCH 4/6] sdl2: move SDL_* includes to sdl2.h Gerd Hoffmann
2015-04-29  7:49 ` [Qemu-devel] [PATCH 5/6] sdl2: add support for display rendering using opengl Gerd Hoffmann
2015-04-29  7:49 ` [Qemu-devel] [PATCH 6/6] sdl2: Fix RGB555 Gerd Hoffmann

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=1430293770-1965-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).