Results 1 to 2 of 2

Thread: for the openGl to work should the direct rendering be enabled

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Nov 2007
    Posts
    291
    Thanks
    85
    Thanked 1 Time in 1 Post

    Default for the openGl to work should the direct rendering be enabled

    hi
    i am using linux. the command glxinfo | grep direct gives

    [babu@localhost ~]$ glxinfo | grep direct
    direct rendering: No
    OpenGL renderer string: Mesa GLX Indirect


    should the direct rendering be compulsarily enabled for openGl to work.

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,018 Times in 4,794 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: for the openGl to work should the direct rendering be enabled

    No, OpenGL can work with indirect rendering as well. You won't have hardware acceleration, but the software implementation should work fine, although many extensions provided by graphics cards' vendors might not be available.

  3. The following user says thank you to wysota for this useful post:

    babu198649 (28th April 2008)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.