Hacker News new | ask | show | jobs
by shmerl 3079 days ago
It includes some csmt work, but it might not be the same as staging one. You need to enable it through registry key.

See https://wiki.winehq.org/Useful_Registry_Keys

HKEY_CURRENT_USER

    +-Software
       |
        +-Wine
              |
              +-Direct3D
              |  |
              |  +->csmt
              |  |   [DWORD Value (REG_DWORD): Enable (0x1) or disable (0x0, default) the multi-threaded
              |  |    command stream feature. This serialises rendering commands from different threads into
              |  |    a single rendering thread, in order to avoid the excessive glFlush()'es that would otherwise
              |  |    be required for correct rendering. This deprecates the "StrictDrawOrdering" setting.
              |  |    Introduced in wine-2.6.]