[Qemu-devel] [PATCH 0/3] opengl: some dmabuf support updates

Gerd Hoffmann posted 3 patches 7 years, 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180220110433.20353-1-kraxel@redhat.com
Test checkpatch passed
Test docker-build@min-glib passed
Test docker-mingw@fedora passed
Test docker-quick@centos6 passed
Test ppcbe passed
Test ppcle passed
Test s390x passed
include/ui/console.h | 13 ++++++++-----
ui/console.c         | 18 ++++++++++++++----
ui/egl-headless.c    | 30 ++++++++++++++++++++----------
ui/egl-helpers.c     |  2 +-
4 files changed, 43 insertions(+), 20 deletions(-)
[Qemu-devel] [PATCH 0/3] opengl: some dmabuf support updates
Posted by Gerd Hoffmann 7 years, 8 months ago
This series updates the UI interface for dmabug cursors.  Splits the
callback into two, so we have a separate call for cursor moves.  Also
adds hotspot information.  Series also includes two small fixes in egl
code.

Gerd Hoffmann (3):
  console/opengl: split up dpy_gl_cursor ops
  egl-headless: cursor_dmabuf: handle NULL cursor
  egl-helpers: add alpha channel to texture format

 include/ui/console.h | 13 ++++++++-----
 ui/console.c         | 18 ++++++++++++++----
 ui/egl-headless.c    | 30 ++++++++++++++++++++----------
 ui/egl-helpers.c     |  2 +-
 4 files changed, 43 insertions(+), 20 deletions(-)

-- 
2.9.3