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. Qt 5.1 error : glBindFramebuffer

Qt 5.1 error : glBindFramebuffer

Scheduled Pinned Locked Moved General and Desktop
7 Posts 3 Posters 4.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.
  • J Offline
    J Offline
    josa
    wrote on last edited by
    #1

    Hi
    If i open a working qml / c++ Qt 5.0.2 project in Qt 5.1 beta then all i get is a window with a white background...

    In the console i noticed :

    getProcAddress: Unable to resolve 'glBindFramebuffer'
    getProcAddress: Unable to resolve 'glBindFramebufferOES'
    getProcAddress: Unable to resolve 'glBindFramebufferARB'

    So i think this is the reason for my white background.

    Is this a Qt problem or is there something wrong with my video drivers ( i use a Matrox card on a HP workstation)

    Regards Johan

    1 Reply Last reply
    0
    • Chris KawaC Offline
      Chris KawaC Offline
      Chris Kawa
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Looks like your driver doesn't support OpenGL 2.0. Check if you're using the latest one.

      1 Reply Last reply
      0
      • J Offline
        J Offline
        josa
        wrote on last edited by
        #3

        Thanks
        I will contact matrox support to see if they can resolve my problem....

        1 Reply Last reply
        0
        • Chris KawaC Offline
          Chris KawaC Offline
          Chris Kawa
          Lifetime Qt Champion
          wrote on last edited by
          #4

          It depends on the actual model of your card. From what I can see most of their offering supports something like OpenGL 1.3 so you might be out of luck I'm afraid.

          1 Reply Last reply
          0
          • U Offline
            U Offline
            utcenter
            wrote on last edited by
            #5

            I remember Matrox back in the days it was bragging about their "professional quality hardware and software" in attempts to push their overpriced and pathetically performing products. Indeed, only the modern, "cutting edge" Matrox products support OpenGL 2.0 (and no more LOL) - the rest of their stuff is hopelessly stuck in the fixed function pipeline of OpenGL.

            1 Reply Last reply
            0
            • J Offline
              J Offline
              josa
              wrote on last edited by
              #6

              Hi
              Thanks

              I got reply from the matrox guys :

              'Unfortunately OpenGL 2.0 is the maximum that the M9125 hardware can support.'

              So this was last matrox buy ! My other 8 Core AMD machine has an nvidia card , no problems with that one running Qt 5.1 beta

              From http://www.kdab.com/opengl-in-qt-5-1-part-1 it seems qt 5.1 is targeting OpenGL 4.3 API's

              So my next video card will NOT be matrox.

              1 Reply Last reply
              0
              • Chris KawaC Offline
                Chris KawaC Offline
                Chris Kawa
                Lifetime Qt Champion
                wrote on last edited by
                #7

                [quote author="josa" date="1369167272"]
                From http://www.kdab.com/opengl-in-qt-5-1-part-1 it seems qt 5.1 is targeting OpenGL 4.3 API's
                [/quote]

                Qt 5.x requires only small OpenGL 2.0/OpenGL ES subset but Qt5.1 introduces wrapped access to the higher API versions if you choose to target them.

                1 Reply Last reply
                0

                • Login

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