qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 6fafc2: egl-helpers: add helpers to handle op


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 6fafc2: egl-helpers: add helpers to handle opengl framebuf...
Date: Thu, 22 Jun 2017 06:32:45 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 6fafc2601412327189734ee883153d504f57f9b8
      
https://github.com/qemu/qemu/commit/6fafc2601412327189734ee883153d504f57f9b8
  Author: Gerd Hoffmann <address@hidden>
  Date:   2017-06-21 (Wed, 21 Jun 2017)

  Changed paths:
    M include/ui/egl-helpers.h
    M ui/egl-helpers.c

  Log Message:
  -----------
  egl-helpers: add helpers to handle opengl framebuffers

Add a collection of egl_fb_*() helper functions to manage and use opengl
framebuffers, which is a common pattern in UI code with opengl support.

Signed-off-by: Gerd Hoffmann <address@hidden>
Message-id: address@hidden


  Commit: d8dc67e119991123d8e3622de0178147a8ee6140
      
https://github.com/qemu/qemu/commit/d8dc67e119991123d8e3622de0178147a8ee6140
  Author: Gerd Hoffmann <address@hidden>
  Date:   2017-06-21 (Wed, 21 Jun 2017)

  Changed paths:
    M ui/egl-headless.c

  Log Message:
  -----------
  egl-headless: use framebuffer helper functions.

Signed-off-by: Gerd Hoffmann <address@hidden>
Message-id: address@hidden


  Commit: 371c4ef637145f8fd564c2478e1521bd69734b90
      
https://github.com/qemu/qemu/commit/371c4ef637145f8fd564c2478e1521bd69734b90
  Author: Gerd Hoffmann <address@hidden>
  Date:   2017-06-21 (Wed, 21 Jun 2017)

  Changed paths:
    M include/ui/sdl2.h
    M ui/sdl2-gl.c

  Log Message:
  -----------
  sdl2: use framebuffer helper functions.

Signed-off-by: Gerd Hoffmann <address@hidden>
Message-id: address@hidden


  Commit: a4f113fd691899d926425ffd74b8f341cebf672c
      
https://github.com/qemu/qemu/commit/a4f113fd691899d926425ffd74b8f341cebf672c
  Author: Gerd Hoffmann <address@hidden>
  Date:   2017-06-21 (Wed, 21 Jun 2017)

  Changed paths:
    M include/ui/gtk.h
    M ui/gtk-egl.c
    M ui/gtk-gl-area.c

  Log Message:
  -----------
  gtk: use framebuffer helper functions.

Signed-off-by: Gerd Hoffmann <address@hidden>
Message-id: address@hidden


  Commit: 3f8f1313e01984a892ddbdb91c94cd0aa6a5660f
      
https://github.com/qemu/qemu/commit/3f8f1313e01984a892ddbdb91c94cd0aa6a5660f
  Author: Gerd Hoffmann <address@hidden>
  Date:   2017-06-21 (Wed, 21 Jun 2017)

  Changed paths:
    M ui/console.c

  Log Message:
  -----------
  console: remove do_safe_dpy_refresh

Drop the temporary workaround for the broken display updates.
All display adapters are updated, so this should be safe without
causing regressions.

Signed-off-by: Gerd Hoffmann <address@hidden>
Acked-by: Alex Bennée <address@hidden>
Message-id: address@hidden


  Commit: 95e92000c8b1e81fce6a7f54ef22656a94793096
      
https://github.com/qemu/qemu/commit/95e92000c8b1e81fce6a7f54ef22656a94793096
  Author: Thomas Huth <address@hidden>
  Date:   2017-06-21 (Wed, 21 Jun 2017)

  Changed paths:
    M ui/input.c
    M ui/vnc.c

  Log Message:
  -----------
  ui: Remove inclusion of "hw/qdev.h"

Looks like #include "hw/qdev.h" is not needed here, so remove it.

Signed-off-by: Thomas Huth <address@hidden>
Message-id: address@hidden
Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: 22a9e1fd63ebd7254c6618f144357def75a993cb
      
https://github.com/qemu/qemu/commit/22a9e1fd63ebd7254c6618f144357def75a993cb
  Author: Peter Maydell <address@hidden>
  Date:   2017-06-22 (Thu, 22 Jun 2017)

  Changed paths:
    M include/ui/egl-helpers.h
    M include/ui/gtk.h
    M include/ui/sdl2.h
    M ui/console.c
    M ui/egl-headless.c
    M ui/egl-helpers.c
    M ui/gtk-egl.c
    M ui/gtk-gl-area.c
    M ui/input.c
    M ui/sdl2-gl.c
    M ui/vnc.c

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/kraxel/tags/queue/ui-pull-request' into 
staging

# gpg: Signature made Wed 21 Jun 2017 14:23:31 BST
# gpg:                using RSA key 0x4CB6D8EED3E87138
# gpg: Good signature from "Gerd Hoffmann (work) <address@hidden>"
# gpg:                 aka "Gerd Hoffmann <address@hidden>"
# gpg:                 aka "Gerd Hoffmann (private) <address@hidden>"
# Primary key fingerprint: A032 8CFF B93A 17A7 9901  FE7D 4CB6 D8EE D3E8 7138

* remotes/kraxel/tags/queue/ui-pull-request:
  ui: Remove inclusion of "hw/qdev.h"
  console: remove do_safe_dpy_refresh
  gtk: use framebuffer helper functions.
  sdl2: use framebuffer helper functions.
  egl-headless: use framebuffer helper functions.
  egl-helpers: add helpers to handle opengl framebuffers

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/84e3d0725b06...22a9e1fd63eb

reply via email to

[Prev in Thread] Current Thread [Next in Thread]