Announcement

Collapse
No announcement yet.

Mesa State Tracker Now Handles GL 3.1 Core Profiles

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

  • Mesa State Tracker Now Handles GL 3.1 Core Profiles

    Phoronix: Mesa State Tracker Now Handles GL 3.1 Core Profiles

    The Mesa state tracker as used by the Gallium3D hardware drivers has support for handling the creation of OpenGL 3.1 Core Profiles...

    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
    And decision to only implement Core Profile have been made (already)?

    Or is it still matter at hand?

    Comment


    • #3
      It's not like they are not allowed to support both lagacy and core profile.

      Comment


      • #4
        Originally posted by AJenbo View Post
        It's not like they are not allowed to support both lagacy and core profile.
        But they lack manpower, I think they won't do this unless they really have nothing to do.
        Btw, Apple also doesn't support legacy profile.

        Comment


        • #5
          Originally posted by zxy_thf View Post
          But they lack manpower, I think they won't do this unless they really have nothing to do.
          Btw, Apple also doesn't support legacy profile.
          Apple also does not have OpenGL ES on there desktop OS.

          Comment


          • #6
            Good

            Next step, OpenGL 3.2!

            Go go go!

            Comment


            • #7
              Originally posted by uid313 View Post
              Next step, OpenGL 3.2!

              Go go go!
              Well, next step for i965 is GL 3.2. The r600g driver still doesn't advertise GL 3.1 (also only advertises glsl 1.3). Once R600 hits 3.1, it looks like most of 3.2 is already finished.

              Comment


              • #8
                Originally posted by Veerappan View Post
                Well, next step for i965 is GL 3.2. The r600g driver still doesn't advertise GL 3.1 (also only advertises glsl 1.3). Once R600 hits 3.1, it looks like most of 3.2 is already finished.
                Well, the next step for i965 is 3.1.
                Code:
                $ glxinfo | grep OpenGL
                OpenGL vendor string: Intel Open Source Technology Center
                OpenGL renderer string: Mesa DRI Intel(R) Ivybridge Mobile 
                OpenGL version string: 3.0 Mesa 9.1-devel (git-b5918d8)
                OpenGL shading language version string: 1.30

                Comment


                • #9
                  Originally posted by ChrisXY View Post
                  Well, the next step for i965 is 3.1.
                  Code:
                  $ glxinfo | grep OpenGL
                  OpenGL vendor string: Intel Open Source Technology Center
                  OpenGL renderer string: Mesa DRI Intel(R) Ivybridge Mobile 
                  OpenGL version string: 3.0 Mesa 9.1-devel (git-b5918d8)
                  OpenGL shading language version string: 1.30
                  Is your kernel up to date? I was stuck at 2.1 untill I updated my kernel to 3.7 (I think I was on 3.2 before)

                  don't forget libdrm as well.. and probably other stuff too but if your are using a ppa thats probably included (not so much on gentoo or arch)

                  Comment


                  • #10
                    Originally posted by cb88 View Post
                    Is your kernel up to date? I was stuck at 2.1 untill I updated my kernel to 3.7 (I think I was on 3.2 before)

                    don't forget libdrm as well.. and probably other stuff too but if your are using a ppa thats probably included (not so much on gentoo or arch)
                    Code:
                    $ libdrm_intel --modversion
                    2.4.40
                    $ uname -a
                    Linux chrisl 3.7.0-1-mainline #1 SMP PREEMPT Mon Nov 26 10:35:56 CET 2012 x86_64 GNU/Linux
                    Do you have opengl 3.1 on intel? Have you ever seen someone?

                    Comment

                    Working...
                    X