Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Set Software Rendering with Qt Quick 2
Forum Updated to NodeBB v4.3 + New Features

Set Software Rendering with Qt Quick 2

Scheduled Pinned Locked Moved QML and Qt Quick
5 Posts 5 Posters 5.2k 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.
  • Q Offline
    Q Offline
    qtd1d1
    wrote on last edited by
    #1

    Hi,

    is it possible to set software rendering with Qt Quick 2?
    The QQuickView Class doesn't provide anything like setViewPort().

    Thanks.

    1 Reply Last reply
    0
    • L Offline
      L Offline
      lgeyer
      wrote on last edited by
      #2

      I don't think it is possible to use QtQuick 2 without OpenGL (ES 2.0), but it is possible to use it without hardware acceleration support by using a software rasterizer like mesa, llvmpipe or alike.

      1 Reply Last reply
      0
      • F Offline
        F Offline
        fpaolini
        wrote on last edited by
        #3

        Hi,

        How could I get QtQuck 2 to work in a system just with software rendering? I have a program using QtQuick2 and it does not work in this case. The window of the program opens but with no image. If I use QtDeclarative it works. My doubt is, how could I make my program in QtQuick 2 does not need hardware accelaration?

        Thanks

        1 Reply Last reply
        0
        • X Offline
          X Offline
          Xander84
          wrote on last edited by
          #4

          I don't think you can do that, you need a custom OpenGL driver that does the software rendering, not Qt.

          1 Reply Last reply
          0
          • S Offline
            S Offline
            stevenceuppens
            wrote on last edited by
            #5

            You can use LLVM Pipe

            http://www.mesa3d.org/llvmpipe.html

            Steven CEUPPENS
            Developer / Architect
            Mobile: +32 479 65 93 10

            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