mbox

[PULL,0/3] Ui 20180626 patches

Message ID 20180626135625.7078-1-kraxel@redhat.com
State New
Headers show

Pull-request

git://git.kraxel.org/qemu tags/ui-20180626-pull-request

Message

Gerd Hoffmann June 26, 2018, 1:56 p.m. UTC
The following changes since commit 595123df1d54ed8fbab9e1a73d5a58c5bb71058f:

  Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging (2018-06-26 09:45:14 +0100)

are available in the git repository at:

  git://git.kraxel.org/qemu tags/ui-20180626-pull-request

for you to fetch changes up to 49213b721f4620364aa09142b5f4d559fed26b53:

  sdl2: add checking for NULL (2018-06-26 13:48:49 +0200)

----------------------------------------------------------------
ui: sdl2 fixes, gles support.

----------------------------------------------------------------

Gerd Hoffmann (1):
  Add gles support to egl-helpers, wire up in egl-headless and gtk.

Pavel Dovgalyuk (2):
  sdl2: fix copypaste issues
  sdl2: add checking for NULL

 include/ui/egl-helpers.h |  7 +++---
 include/ui/gtk.h         |  2 +-
 ui/egl-context.c         | 11 ++++++++--
 ui/egl-headless.c        |  3 ++-
 ui/egl-helpers.c         | 55 ++++++++++++++++++++++++++++++++++--------------
 ui/gtk-egl.c             |  4 ++--
 ui/gtk.c                 |  7 ++----
 ui/sdl2.c                | 14 ++++++------
 ui/spice-core.c          |  3 ++-
 9 files changed, 68 insertions(+), 38 deletions(-)

Comments

Peter Maydell June 26, 2018, 4:37 p.m. UTC | #1
On 26 June 2018 at 14:56, Gerd Hoffmann <kraxel@redhat.com> wrote:
> The following changes since commit 595123df1d54ed8fbab9e1a73d5a58c5bb71058f:
>
>   Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging (2018-06-26 09:45:14 +0100)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/ui-20180626-pull-request
>
> for you to fetch changes up to 49213b721f4620364aa09142b5f4d559fed26b53:
>
>   sdl2: add checking for NULL (2018-06-26 13:48:49 +0200)
>
> ----------------------------------------------------------------
> ui: sdl2 fixes, gles support.
>
> ----------------------------------------------------------------
>
> Gerd Hoffmann (1):
>   Add gles support to egl-helpers, wire up in egl-headless and gtk.
>
> Pavel Dovgalyuk (2):
>   sdl2: fix copypaste issues
>   sdl2: add checking for NULL
>
Applied, thanks.

-- PMM