Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Threaded render loop on Windows/Angle

Threaded render loop on Windows/Angle

Scheduled Pinned Locked Moved Unsolved General and Desktop
scene graphwindowsanglethreadedrender loop
1 Posts 1 Posters 1.4k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    pthorge
    wrote on 1 Apr 2016, 13:46 last edited by pthorge 4 Jan 2016, 13:48
    #1

    Hi,

    Running Qt 5.6.0/msvc2012/Windows 7/32-bit build

    I was following the documentation of Qt Quick Scene Graph to enable threaded render loop mode by setting QSG_RENDER_LOOP=threaded. (It defaulted to "windows"). This appears to work fine, and the main thread was offloaded enough to achieve the wanted headroom and performance/responsiveness boost I was looking for.
    http://doc.qt.io/qt-5/qtquick-visualcanvas-scenegraph.html

    But as I read the documentation closer I see the statement:
    "The non-threaded render loop is currently used by default on Windows with ANGLE or a non-default opengl32 implementation" ... "At the same time implementations like ANGLE or Mesa llvmpipe are not able to function properly with threaded rendering at all so not using threaded rendering is essential for these."

    Is this still true? As I read it I should not use threaded render loop on Windows with ANGLE. Can someone help me with the technical background for not running threaded render loop in this case?

    1 Reply Last reply
    2

    1/1

    1 Apr 2016, 13:46

    • Login

    • Login or register to search.
    1 out of 1
    • First post
      1/1
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved