An Improved Experience With Qt Scene Graph

Posted by Michael Larabel on November 02, 2010

Just days after blogging about Gallium3D and the TGSI IR that could be replaced with LLVM IR in LunarGLASS, Zack Rusin has written a new entry regarding 2D acceleration and the lack of really any innovation or major changes to this area of graphics processing in recent years. However, that is beginning to change at least in the Nokia world when it comes to QML and Qt Scene Graph.

Zack basically goes on to say in his latest blog post that the 2D rendering model really hasn't changed in years and that there's much more that could be done to speed-up the process and make it more efficient. Among the 2D model shortcomings mentioned by Zack are pixmaps and surfaces are created too many times when they could be reused when the window and its widgets don't change (or change minimally), pushing the data from every draw call into a temporary buffer and then copying it all at once, creating a shader cache for fill and composition modes, and the GPU downloading the same data with every frame being rendered.

With QML, which is a declarative user-interface language that Nokia introduced in Qt 4.7, the rendering model is beginning to change. While not yet living in the mainline Qt code-base, let alone in an official release, the QML rendering really changes when Qt Scene Graph is introduced. Rather than QML talking to QGraphicsView that in turn is communicating with the QPainter that is using the OpenGL ES 2.0 paint engine, Qt Scene Graph replaces these components between QML and the actual OpenGL ES 2.0. With Qt Scene Graph you end up with significantly better performance on this new model. This is basically what Zack's message is from this blog post.

For those interested in learning more about Qt Scene Graph, there's another blog post worth reading from yesterday. This blog post was written by Marko Mattila, a Qt and Maemo developer from Finland, wrote at length about this new architecture for the Qt tool-kit library. There's also a nice video demo of QML and Qt Scene Graph in action, which is shown below.


The Qt-powered interface is rather slick while at the same time the CPU usage is low and the GPU is being utilized efficiently with minimal state changes. Though for those without GPU acceleration, Qt Scene Graph is capable of running off LLVMpipe on Gallium3D.

There are also more videos and information from Nokia Qt Labs that were made earlier this year, but since then the Qt Scene Graph project has gone dormant, but now it looks like it may be revived and hopefully will be merged into Qt in the not too distant future. It's possible that Qt Scene Graph may not be fully pushed into Qt until Qt 5.0.

Meanwhile, KDE developers continue discussing merging the KDE libraries into Qt.

Discuss this article in our forums, IRC channel, or email the author. You can also follow our content via RSS and on social networks like Facebook, Identi.ca, and Twitter (@Phoronix and @MichaelLarabel). Subscribe to Phoronix Premium to view our content without advertisements, view entire articles on a single page, and experience other benefits.
Latest Hardware Reviews
  1. Sumo Lounge Emperor
  2. Gallium3D Continues Improving OpenGL For Older Radeon GPUs
  3. 15-Way Open vs. Closed Source NVIDIA/AMD Linux GPU Comparison
  4. Nouveau vs. NVIDIA Linux Comparison Shows Shortcomings
Latest Software Articles
  1. Intel Linux OpenGL Driver Leading Over Apple OS X
  2. The Cost Of Ubuntu Disk Encryption
  3. Btrfs vs. EXT4 vs. XFS vs. F2FS On Linux 3.10
  4. AMD Radeon R600 GPU LLVM 3.3 Back-End Testing
Latest Linux News
  1. Linux Desktop Security Could Be A Whole Lot Better
  2. KDE 4.11 Will Be The Last Major KDE4 Workspaces Feature Release
  3. New NVIDIA Linux Driver Supports The GeForce GTX 780
  4. Chrome 28 To Offer More Speed Improvements
  5. Digia Announces "Boot To Qt" Project
  6. X.Org Libraries Hit By Round Of Security Issues
  7. Wayland's Weston Gets Output Scaling Support
  8. Raspberry Pi Gets New Wayland Weston Renderer
  9. Debian GNU/Hurd 2013 Release Brings New Packages
  10. Intel Ultrabook Performance Is Faster With Mesa 9.2
  11. Hot Relocation HDD To SSD Support For Btrfs
Latest Forum Talk
  1. Linux Desktop Security Could Be A Whole Lot Better
  2. Digia Announces "Boot To Qt" Project
  3. Debian GNU/Hurd 2013 Release Brings New Packages
  4. KDE 4.11 Will Be The Last Major KDE4 Workspaces...
  5. Raspberry Pi Gets New Wayland Weston Renderer
  6. X.Org Libraries Hit By Round Of Security Issues
  1. Computers
  2. Display Drivers
  3. Graphics Cards
  4. Motherboards
  5. Peripherals
  6. Processors
  7. Software
  8. Operating Systems
  9. All Articles
  1. Linux Benchmarking
  2. OpenBenchmarking.org
  3. Phoronix Test Suite