Announcement

Collapse
No announcement yet.

More AMD RadeonSI Improvements Land In Mesa Git

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

  • More AMD RadeonSI Improvements Land In Mesa Git

    Phoronix: More AMD RadeonSI Improvements Land In Mesa Git

    Marek Ol??k pushed out more RadeonSI Gallium3D driver improvements today for bettering the open-source Linux graphics driver support for the AMD Radeon HD 7000 series graphics cards and newer...

    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
    Eh, I think the improvements in LLVM (VGPR spilling and machine scheduler) are much more important for performance and correctness than these changes to Mesa. Still, looking forwarding to benchmarks.

    Comment


    • #3
      Originally posted by brent View Post
      Eh, I think the improvements in LLVM (VGPR spilling and machine scheduler) are much more important for performance and correctness than these changes to Mesa. Still, looking forwarding to benchmarks.
      Agreed those improvments in LLVM had to be announced, but Micheal missed to do that Contains more stability in the first place, but somehow performance too. Which can be seen for example in any unigine demos, but oilrush too and a little bit or (more?) probably in any(some?) other games.

      He, he, benchmarks needed
      Last edited by dungeon; 04 February 2015, 12:59 PM.

      Comment


      • #4
        Did they merge the LLVM branches in master? When did it happen?
        ## VGA ##
        AMD: X1950XTX, HD3870, HD5870
        Intel: GMA45, HD3000 (Core i5 2500K)

        Comment


        • #5
          In valley performance for the year increased
          from
          27.4 fps http://www.gearsongallium.com/wp-con...2014/02/v2.png
          to
          39.3 fps http://www.gearsongallium.com/wp-con.../02/valley.png

          Comment


          • #6
            Originally posted by brent
            Eh, I think the improvements in LLVM (VGPR spilling and machine scheduler) are much more important for performance and correctness than these changes to Mesa. Still, looking forwarding to benchmarks.
            Originally posted by dungeon
            Agreed those improvments in LLVM had to be announced, but Micheal missed to do that Contains more stability in the first place, but somehow performance too. Which can be seen for example in any unigine demos, but oilrush too and a little bit or (more?) probably in any(some?) other games.

            He, he, benchmarks needed
            Guys are you running llvm from git/svn?

            I've tried today for the first time and I can't build a .deb package of llvm.
            Checkinstall is complaining about the number version which has to start with a number.

            I set --pkgversion in checkinstall, but something else is overriding that setting. Can you help me?

            I'm compiling LLVM in a chroot so I can't do a #make install.
            Last edited by lorenzoz; 04 February 2015, 01:45 PM.

            Comment


            • #7
              Originally posted by lorenzoz View Post
              Guys are you running llvm from git/svn?

              I've tried today for the first time and I can't build a .deb package of llvm.
              Checkinstall is complaining about the number version which has to start with a number.

              I set --pkgversion in checkinstall, but something else is overriding that setting. Can you help me?

              I'm compiling LLVM in a chroot so I can't do a #make install.
              if you are using ubuntu or derivatives (kubuntu,etc) you can use my ppa

              Hi, this is the UNSTABLE, built from git padoka ppa. if you are looking for the STABLE padoka PPA, go here: https://launchpad.net/~paulo-miguel-dias/+archive/ubuntu/pkppa/ If you like/use this PPA and think i deserve a cup of coffee, do a Paypal donation: https://www.paypal.me/padoka I don't have the time to support multiple ubuntu versions, so i only provide support for the LTS and the latest. if you need support for older versions, use oibaf repo instead (URL below). oibaf ppa for refer...


              llvm 3.7git, mesa git, intel git, radeon git, clc (opencl with amdgcn support) and few more goodies.

              enjoy!

              Comment


              • #8
                Originally posted by groo_pcd View Post
                if you are using ubuntu or derivatives (kubuntu,etc) you can use my ppa

                Hi, this is the UNSTABLE, built from git padoka ppa. if you are looking for the STABLE padoka PPA, go here: https://launchpad.net/~paulo-miguel-dias/+archive/ubuntu/pkppa/ If you like/use this PPA and think i deserve a cup of coffee, do a Paypal donation: https://www.paypal.me/padoka I don't have the time to support multiple ubuntu versions, so i only provide support for the LTS and the latest. if you need support for older versions, use oibaf repo instead (URL below). oibaf ppa for refer...


                llvm 3.7git, mesa git, intel git, radeon git, clc (opencl with amdgcn support) and few more goodies.

                enjoy!
                I'm running debian sid.

                But I prefer to have my own build so I can bisect and file bugs.

                Comment


                • #9
                  Originally posted by darkbasic View Post
                  Did they merge the LLVM branches in master? When did it happen?
                  Week ago.

                  @lorenzoz

                  Why don't you use llvm apt repo on Debian Sid, it roughly gets updated twice per day... I used that most of the time

                  Comment


                  • #10
                    Originally posted by dungeon View Post
                    Week ago.

                    @lorenzoz

                    Why don't you use llvm apt repo on Debian Sid, it roughly gets updated twice per day... I used that most of the time

                    http://llvm.org/apt/
                    Yeah, this is my actual situation. I'm using those packages, but, you know, building yourself is more satisfying.

                    Comment

                    Working...
                    X