qtwayland
play

QtWayland Creating Window Compositors with the QtWayland module - PowerPoint PPT Presentation

QtWayland Creating Window Compositors with the QtWayland module Andy Nichols 2012 A little about me... Andy Nichols Software Engineer at Digia 6 years of Qt experience Former Qt Support Engineer Maintainer of QtWayland


  1. QtWayland Creating Window Compositors with the QtWayland module Andy Nichols 2012

  2. A little about me... ● Andy Nichols ● Software Engineer at Digia ● 6 years of Qt experience ● Former Qt Support Engineer ● Maintainer of QtWayland

  3. Outline ● The past (QWS) ● What is wayland? ● The QtWayland Module ● How do you use QtWayland?

  4. In case you have not heard...

  5. QWS has been removed in Qt 5.0

  6. QWS Graphics Stack

  7. Direct Rendering with QWS ● Clients map regions of the framebuffer ● Regions are written to directly by client

  8. Accelerated Graphics in QWS ● Custom QScreen plugin ● Custom paint engine ● Custom paint device

  9. If that is the case, then why replace QWS?

  10. It works great for its original use case

  11. But we are not living in that world anymore

  12. Have you ever actually had to support OpenGL in QWS?

  13. QWS is inflexible ● Supporting new hardware ● Customization of look and feel

  14. Lack of OpenGL Support ● OpenGL QScreen Plugins do exist ● Limited to particular hardware ● Require specific API's ● Limited to a single process

  15. QWS: Does it still make sense? ● Overlap with QPA ● Few QWS developers ● Protocol design is hard

  16. And then came a project called Wayland

  17. What is Wayland? "Wayland is a protocol for a compositor to talk to its clients as well as a C library implementation of that protocol." -wayland.freedesktop.org

  18. Wayland Compositors can be ● a standalone display server ● an X11 application ● a wayland client Weston Compositor

  19. Wayland Clients can be ● Traditional applications ● X servers ○ rootless ○ fullscreen ● other display servers

  20. How does Wayland work? 1. Input events 2. Direct events to client a. Location in scenegraph b. Inverse transform 3. Respond to UI events a. Render changes b. notify compositor of changed regions 4. Post composition to output src: wayland.freedesktop.org

  21. The Wayland Compositor ● Composes output ● Handles Input devices ● Forwards input events to clients ● Coordinates client buffers

  22. The Wayland Clients ● Renders to a surface buffer ○ Shared Memory buffers ○ native buffers (GPU memory) ● Notifies compositor of changes

  23. Wayland Buffer Sharing ● Shared Memory buffers ○ Raster based toolkits ● GPU buffers ○ shared between processes with EGL ○ mapped as a texture ○ no additional upload costs ● Wayland-EGL

  24. Why choose Wayland? ● Lightweight ● Fast and Smooth ● External Open Source Project ● Easy to make customized Compositor ● Protocol is extendable

  25. but the best reason is...

  26. Cross toolkit compatibility

  27. Try doing that with QWS!

  28. The QtWayland Module ● Wayland platform plugin ● QtCompositor API

  29. Running Qt Applications in a Wayland Compositor Just add "-platform wayland" To run as a wayland client

  30. Demo Time

  31. QtCompositor API

  32. WaylandCompositor ● Subclass to create your own compositor ● reimplement ○ surfaceCreated(WaylandSurface *surface) ● Call frameFinished() after all surfaces are rendered.

  33. WaylandSurface ● Emits signals when client's state has changed ○ mapped ○ unmapped ○ damaged ● Contains data needed to render surface

  34. WaylandSurface data

  35. WaylandInputDevice ● Get instance from: WaylandCompositor::defaultInputDevice() ● Forward events to Wayland clients. ● Focus management

  36. QWindow Compositor Demo

  37. WaylandSurfaceItem ● QtQuick 2.0 Item for WaylandSurface

  38. QML Compositor Demo

  39. QtWayland on new hardware ● Wayland-EGL ● Hardware Integrations ○ Client ■ QWaylandGLIntegration ■ native window surface ■ native OpenGL Context ○ Server ■ GraphicsHardwareIntegration ■ native buffer ■ how to map native buffer to texture

  40. Hardware without OpenGL ● No native GPU buffers are used ● No QtQuick 2.0 ● Mesa + LLVM software rendered OpenGL possible

  41. Compositor Creativity Demo

  42. The Future of QtWayland ● Full wayland 1.0.0 spec support ● Proper client side decorations ● qt-wayland-scanner ● Fullscreen direct rendering

  43. Questions?

  44. Thanks for coming! email: andy.nichols@digia.com freenode irc: nezticle

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend