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. Disable DSA with QOpenGLTexture
Forum Updated to NodeBB v4.3 + New Features

Disable DSA with QOpenGLTexture

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 230 Views 1 Watching
  • 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.
  • A Offline
    A Offline
    AnyOldName3
    wrote on last edited by
    #1

    The documentation for QOpenGLTexture says:

    Note that you do not need to bind QOpenGLTexture objects in order to modify them as the implementation makes use of the EXT_direct_state_access extension where available and simulates it where it is not.

    Unfortunately, certain drivers from certain vendors still have DSA bugs, and that includes my machine when doing something I'm trying to do. I'm not expecting that Qt keeps track of exactly which code paths don't work on which driver versions from each vendor and switches between the EXT implementation, the ARB/Core implementation and the simulated implementation, but it would be a great help if I could say I only want to use the reliable simulated path.

    Is there any way I can force Qt to not use DSA even when it's available?

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      Interesting low-level question ! I think you should bring it to the interest mailing list. You'll find there Qt's developers/maintainers. This forum is more user oriented.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1

      • Login

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