Announcement

Collapse
No announcement yet.

Glxinfo Gets Updated With OpenGL 4.6 Support, More vRAM Reporting

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Glxinfo Gets Updated With OpenGL 4.6 Support, More vRAM Reporting

    Phoronix: Glxinfo Gets Updated With OpenGL 4.6 Support, More vRAM Reporting

    The glxinfo utility is handy for Linux users in checking on their OpenGL driver in use by their system and related information. But it's not often that glxinfo itself gets updated, except that changed today with the release of mesa-demos-8.4.0 as the package providing this information utility...

    Phoronix, Linux Hardware Reviews, Linux hardware benchmarks, Linux server benchmarks, Linux benchmarking, Desktop Linux, Linux performance, Open Source graphics, Linux How To, Ubuntu benchmarks, Ubuntu hardware, Phoronix Test Suite

  • #2
    Is there any eglgears?

    Comment


    • #3
      Originally posted by uid313 View Post
      Is there any eglgears?
      es2gears
      Michael Larabel
      https://www.michaellarabel.com/

      Comment


      • #4
        Originally posted by uid313 View Post
        Is there any eglgears?
        There is some eglgears

        https://cgit.freedesktop.org/mesa/de...src/egl/opengl

        There is a lot of demos there, distros install couple... some even none by default like Ubuntu
        Last edited by dungeon; 23 February 2018, 10:45 AM.

        Comment


        • #5
          I wish glxinfo's output was a little more controllable with switches instead of having to grep for the useful human-readable info.

          Comment


          • #6
            Originally posted by DanL View Post
            I wish glxinfo's output was a little more controllable with switches instead of having to grep for the useful human-readable info.
            Code:
            glxinfo -B
            That will show the most important stuff.

            Comment


            • #7
              Originally posted by Gusar View Post
              Code:
              glxinfo -B
              That will show the most important stuff.
              Thank you. I wonder why this isn't in the manpage.

              Comment


              • #8
                Originally posted by DanL View Post
                I wish glxinfo's output was a little more controllable with switches instead of having to grep for the useful human-readable info.

                Well , I made a front-end application for glxinfo, vulkaninfo and clinfo ... Its not much ... I hope it will help you ... I just tested the latest Mesa demos 8.4 with my app .. Looks like everything works fine except for one small alignment.. rest all .. Definetly they have added lot of OpenGL Limits

                This is the link to the application .. https://github.com/arunsivaramanneo/GPU-Viewer

                Comment


                • #9
                  In case people are curious, here's the type of extra information shown by the new version of glxinfo:
                  Code:
                  Extended renderer info (GLX_MESA_query_renderer):
                     Vendor: X.Org (0x1002)
                     Device: Radeon RX 580 Series (POLARIS10 / DRM 3.23.0 / 4.15.4-gentoo, LLVM 5.0.1) (0x67df)
                     Version: 18.1.0
                     Accelerated: yes
                     Video memory: 8152MB
                     Unified memory: no
                     Preferred profile: core (0x1)
                     Max core profile version: 4.5
                     Max compat profile version: 3.0
                     Max GLES1 profile version: 1.1
                     Max GLES[23] profile version: 3.1
                  Memory info (GL_ATI_meminfo):
                     VBO free memory - total: 8152 MB, largest block: 8152 MB
                     VBO free aux. memory - total: 8188 MB, largest block: 8188 MB
                     Texture free memory - total: 8152 MB, largest block: 8152 MB
                     Texture free aux. memory - total: 8188 MB, largest block: 8188 MB
                     Renderbuffer free memory - total: 8152 MB, largest block: 8152 MB
                     Renderbuffer free aux. memory - total: 8188 MB, largest block: 8188 MB
                  Memory info (GL_NVX_gpu_memory_info):
                     Dedicated video memory: 8152 MB
                     Total available memory: 16342 MB
                     Currently available dedicated video memory: 8152 MB

                  Comment

                  Working...
                  X