Announcement

Collapse
No announcement yet.

NVIDIA's OpenGL Shader Disk Cache For Linux

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

  • NVIDIA's OpenGL Shader Disk Cache For Linux

    Phoronix: NVIDIA's OpenGL Shader Disk Cache For Linux

    One of the features that NVIDIA introduced in the 290.03 Beta Linux driver that was released on Friday is support for an OpenGL shader disk cache...

    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
    Hmmm, Crosshair Formula V motherboard. Looking forward to that review to see how much stuff does not work in linux.

    Comment


    • #3
      Sounds like a feature that'd be pretty straightforward to include in mesa as well. Though I'm curious to know which applications it's supposed to improve?

      If it was just about shaders being recompiled too often during a single application run, a memory-based cache would have sufficed. Moving the cache to disk sounds more useful to improve application startup times - but in those cases, trading CPU-load for IO-load isn't always better.

      So does it actually improve things? And if so, by how much?

      Michael! To the Benchmark-Cave!

      Comment


      • #4
        Originally posted by rohcQaH View Post
        Sounds like a feature that'd be pretty straightforward to include in mesa as well. Though I'm curious to know which applications it's supposed to improve?

        If it was just about shaders being recompiled too often during a single application run, a memory-based cache would have sufficed. Moving the cache to disk sounds more useful to improve application startup times - but in those cases, trading CPU-load for IO-load isn't always better.

        So does it actually improve things? And if so, by how much?

        Michael! To the Benchmark-Cave!
        Edit: I misread your post. Anyway, the disk cache would probably help here.
        Last edited by Shining Arcanine; 23 October 2011, 12:34 PM.

        Comment


        • #5
          Finally! This feature has been in discussion since 2003.

          It also goes to show how the new shader binary extensions are all but useless. *This* is the way to go, not binary (precompiled) shaders and not application control of shader caching: the former because precompiled shaders are a bitch to optimize (the drivers decompile and recompile them, so no loading speed improvement either) and the latter because (a) most drivers don't expose the extensions, so (b) applications don't bother using them and.

          Shader caching in the binary is logical, simple and efficient. Hash the shader and check if it's already available - done! (No need to reimplement this in every single application, when the driver can do it more efficiently anyway!) Hope the other IHVs follow suit.

          Comment


          • #6
            Originally posted by deanjo View Post
            Hmmm, Crosshair Formula V motherboard. Looking forward to that review to see how much stuff does not work in linux.
            I am using that motherboard right now on Archlinux with AD Phenomtm II X6 1100 processor. Works great so far.

            Edit - opps i'm blind, mine is a crosshair IV. Still works great so far
            Last edited by FreeBooteR69; 23 October 2011, 12:34 PM.

            Comment


            • #7
              Originally posted by deanjo View Post
              Hmmm, Crosshair Formula V motherboard. Looking forward to that review to see how much stuff does not work in linux.
              Sound chip, probably; the rest should do. But its SO overpriced and overmarketed like WOW I'd invest in board with ECC properties instead.

              Comment


              • #8
                Originally posted by crazycheese View Post
                Sound chip, probably; the rest should do. But its SO overpriced and overmarketed like WOW I'd invest in board with ECC properties instead.
                Ya, for me personally the Sabertooth looks like a better buy. I need a lot of pci-e slots and the extra sata connectors are also appealing as well. I haven't looked yet but do the newer kernels support the Realtek 8111E yet?

                BTW the Crosshair V like pretty much every other AMD board out there supports ECC ram.
                Last edited by deanjo; 23 October 2011, 01:34 PM.

                Comment


                • #9
                  Interesting, needs some testing.

                  BTW: is anyone else having problems with creating 4.2 contexts in the recent drivers?

                  Comment


                  • #10
                    Apparently mesa already has an in-memory shader cache:



                    I still don't understand why this cache would benefit from being written to disk, though.

                    Comment

                    Working...
                    X