qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] dcf300: ui: use libexpoxy


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] dcf300: ui: use libexpoxy
Date: Fri, 29 May 2015 08:00:06 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: dcf30025c3e3d43140a687240433de1920adf8b0
      
https://github.com/qemu/qemu/commit/dcf30025c3e3d43140a687240433de1920adf8b0
  Author: Gerd Hoffmann <address@hidden>
  Date:   2015-05-29 (Fri, 29 May 2015)

  Changed paths:
    M configure
    M include/ui/console.h
    M include/ui/shader.h

  Log Message:
  -----------
  ui: use libexpoxy

libepoxy does the opengl extension handling for us.

It also is helpful for trouble-shooting as it prints nice error messages
instead of silently failing or segfaulting in case we do something
wrong, like using gl commands not supported by the current context.

Signed-off-by: Gerd Hoffmann <address@hidden>
Reviewed-by: Max Reitz <address@hidden>


  Commit: 896e1a050a0d333b1f0ec0768cc64e26c5d0d104
      
https://github.com/qemu/qemu/commit/896e1a050a0d333b1f0ec0768cc64e26c5d0d104
  Author: Gerd Hoffmann <address@hidden>
  Date:   2015-05-29 (Fri, 29 May 2015)

  Changed paths:
    M include/ui/shader.h

  Log Message:
  -----------
  ui: shader.h protect against double inclusion

Signed-off-by: Gerd Hoffmann <address@hidden>
Reviewed-by: Max Reitz <address@hidden>


  Commit: 7ced9e9f6da2257224591b91727cfeee4f3977fb
      
https://github.com/qemu/qemu/commit/7ced9e9f6da2257224591b91727cfeee4f3977fb
  Author: Gerd Hoffmann <address@hidden>
  Date:   2015-05-29 (Fri, 29 May 2015)

  Changed paths:
    M configure
    A include/ui/egl-helpers.h
    M ui/Makefile.objs
    A ui/egl-helpers.c

  Log Message:
  -----------
  ui: add egl-helpers

Add helper functions to initialize OpenGL using egl.

Signed-off-by: Gerd Hoffmann <address@hidden>
Reviewed-by: Max Reitz <address@hidden>


  Commit: 97edf3bd5eab8952d475de66ede77307c12b8c48
      
https://github.com/qemu/qemu/commit/97edf3bd5eab8952d475de66ede77307c12b8c48
  Author: Gerd Hoffmann <address@hidden>
  Date:   2015-05-29 (Fri, 29 May 2015)

  Changed paths:
    M include/ui/console.h
    M include/ui/gtk.h
    M ui/Makefile.objs
    A ui/gtk-egl.c
    M ui/gtk.c
    M vl.c

  Log Message:
  -----------
  gtk: add opengl support, using egl

This adds opengl rendering support to the gtk ui, using egl.
It's off by default for now, use 'qemu -display gtk,gl=on'
to play with this.

Note that gtk got native opengl support with release 3.16.
There most likely will be a separate implementation for 3.16+,
using the native gtk opengl support.  This patch covers older
versions (and for the time being 3.16 too, hopefully without
rendering quirks).

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


  Commit: 63c67b6d4462b6589b371d55e3740e9f0dba3281
      
https://github.com/qemu/qemu/commit/63c67b6d4462b6589b371d55e3740e9f0dba3281
  Author: Max Reitz <address@hidden>
  Date:   2015-05-29 (Fri, 29 May 2015)

  Changed paths:
    M ui/gtk.c

  Log Message:
  -----------
  gtk: Replace gdk_cursor_new()

gdk_cursor_new() has been deprecated in GTK 3.16, it is recommended to
use gdk_cursor_new_for_display() instead, so do that.

Signed-off-by: Max Reitz <address@hidden>
Reviewed-by: Cole Robinson <address@hidden>
Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: 2a90c454a1b90ace56ed908cd064f2fd483d1231
      
https://github.com/qemu/qemu/commit/2a90c454a1b90ace56ed908cd064f2fd483d1231
  Author: Peter Maydell <address@hidden>
  Date:   2015-05-29 (Fri, 29 May 2015)

  Changed paths:
    M configure
    M include/ui/console.h
    A include/ui/egl-helpers.h
    M include/ui/gtk.h
    M include/ui/shader.h
    M ui/Makefile.objs
    A ui/egl-helpers.c
    A ui/gtk-egl.c
    M ui/gtk.c
    M vl.c

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/kraxel/tags/pull-gtk-20150529-1' into 
staging

gtk: add opengl rendering support.
small bugfixes for gtk and opengl ui code.

# gpg: Signature made Fri May 29 10:44:54 2015 BST using RSA key ID D3E87138
# gpg: Good signature from "Gerd Hoffmann (work) <address@hidden>"
# gpg:                 aka "Gerd Hoffmann <address@hidden>"
# gpg:                 aka "Gerd Hoffmann (private) <address@hidden>"

* remotes/kraxel/tags/pull-gtk-20150529-1:
  gtk: Replace gdk_cursor_new()
  gtk: add opengl support, using egl
  ui: add egl-helpers
  ui: shader.h protect against double inclusion
  ui: use libexpoxy

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


Compare: https://github.com/qemu/qemu/compare/9441aa282bc3...2a90c454a1b9

reply via email to

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