Announcement

Collapse
No announcement yet.

Intel Continues Prepping Their Vulkan Driver For Mainline Mesa

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

  • Intel Continues Prepping Their Vulkan Driver For Mainline Mesa

    Phoronix: Intel Continues Prepping Their Vulkan Driver For Mainline Mesa

    For those that missed the notice, Intel's Vulkan driver will soon be merging into mainline Mesa...

    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
    When I tried building this a few weeks ago I had issues between regular mesa wanting python2 and vulkan's XML files wanting python3

    Not sure if it's been sorted yet or not or if anyone else has had that issue

    Comment


    • #3
      Mesa is already on openGL 4.3

      Comment


      • #4
        Originally posted by LinAGKar View Post
        Mesa is already on openGL 4.3
        Only core, no driver is (yet).

        Comment


        • #5
          Well, radeonsi could be, but https://lists.freedesktop.org/archiv...il/113022.html

          Comment


          • #6
            I don't see why Mesa core versioning should care about the GL versions of drivers, rather than, you know, the Mesa core. But apparently it does? I don't really see the logic in that...

            Originally posted by haagch View Post
            Hm, is there anyone looking into this? Is it a Mesa, OpenCL, or UE4 issue?
            Last edited by GreatEmerald; 16 April 2016, 05:57 AM.

            Comment


            • #7
              Originally posted by geearf View Post
              Only core, no driver is (yet).
              Michael specifically states core Mesa though, as if it's still on 4.2. And up until recently no driver supported openGL 4.2, yet Mesa was said to support it. It looks like Michael hasn't noticed the openGL 4.3 support yet.

              Wikipedia seems to think the next version will be 12, though I can't find a source.

              Comment


              • #8
                Originally posted by GreatEmerald View Post
                I don't see why Mesa core versioning should care about the GL versions of drivers, rather than, you know, the Mesa core. But apparently it does? I don't really see the logic in that...
                It's just the accepted convention - every project needs some kind of rule for when to bump the major version number, and for Mesa it's traditionally been tied to non-trivial bumps in GL support level.

                Mesa major version numbers could be tied to something like Brian Paul's birthday but that's not the current approach.
                Test signature

                Comment


                • #9
                  Originally posted by bridgman View Post
                  It's just the accepted convention - every project needs some kind of rule for when to bump the major version number, and for Mesa it's traditionally been tied to non-trivial bumps in GL support level.

                  Mesa major version numbers could be tied to something like Brian Paul's birthday but that's not the current approach.
                  It's not the whole idea I'm confused about (Mesa is an OpenGL implementation, so it's obvious to make bumps at each GL support level), it's that it's apparently only bumped if there's a *driver* implementing the level, as opposed to the *core* Mesa supporting the level? Which I find weird, because why would you care about what individual drivers implement?

                  Comment


                  • #10
                    Just my guess, but if core plus a software renderer supported the GL level that would be considered sufficient, but if none of the software renderers are ready either then there is no way to render anything at that GL level.

                    My recollection was that Mesa had a software renderer which was neither softpipe nor llvmpipe, but I don't think it's being tracked on mesamatrix. If "core Mesa" includes that software renderer, ie if you can render something at GL 4.3 with Mesa as it is today, then I probably would agree that the version number should be bumped.
                    Last edited by bridgman; 16 April 2016, 07:56 PM.
                    Test signature

                    Comment

                    Working...
                    X