• ColeSloth@discuss.tchncs.de
    link
    fedilink
    English
    arrow-up
    17
    ·
    5 months ago

    Can it pre-load shader cache like steam games does? Because that’s a big plus to running games on the higher half of the graphics demand side. Otherwise you’ll still need games to be steam in order to get the best performance.

    • λλλ@programming.dev
      link
      fedilink
      English
      arrow-up
      9
      ·
      5 months ago

      Yeah. Good point. The problem I see with that is that SOMEONE has to store the shader caches that you download. With some games, it’s megabytes and some games it’s gigabytes. Also, the shaders are different for different hardware configurations. Who is going to not only store, but share all of this data when only a small portion of people donate to FOSS? Steam, gets a portion of the sale, and moving people to Linux is a far sight goal that they are monetarily incentivized to help towards.

        • λλλ@programming.dev
          link
          fedilink
          English
          arrow-up
          4
          ·
          5 months ago

          True, but complex and probably a tad unrealistic. My old days of using torrents taught me that people don’t typically seed.

          Ignoring that, if you automatically download torrents and start seeding them many people wouldn’t understand them and will have their internet overwhelmed and blame Linux, or Google it and come to the conclusion to “turn off the seeding feature”.

          Also, Shader Caches get changed/updated CONSTANTLY. When I first got my Steam Deck, I was getting Shader Caches updates every time I turned it on for nearly every game. That has slowed down a lot but torrents specifically wouldn’t be the best solution for something that changes frequently. You can re-check so that you can just only download new caches with the latest torrent. But the re-check can be computationally expensive as well.

          Idk the answer and I love the idea of P2P. But, we’d have to be careful to implement it well.

        • λλλ@programming.dev
          link
          fedilink
          English
          arrow-up
          2
          ·
          5 months ago

          A program will not fix it. The problem is shader caches need to be stored. Storage costs money. Who is going to pay to store all of them?

          Maybe it could be like a P2P system but that would add a whole lot of complexity!

          • ColeSloth@discuss.tchncs.de
            link
            fedilink
            English
            arrow-up
            3
            ·
            5 months ago

            I was thinking a program that would pull, create, and store all the shader cache of a game locally on the system.

              • ColeSloth@discuss.tchncs.de
                link
                fedilink
                English
                arrow-up
                2
                ·
                5 months ago

                Magicland, I suppose. I guess it would need to spoof that it’s a steam os installed game in order to download the cache from valves server and then move the cache over to the appropriate folder for the game. I guess it would be a lot of work for each game, since the cache folder isn’t going to be named the same and in the same spot.

                • λλλ@programming.dev
                  link
                  fedilink
                  English
                  arrow-up
                  1
                  ·
                  4 months ago

                  Even then, the shaders for steam deck wouldn’t work on other devices with different GPU architecture. I think it might require the same CPU architure as well. But, I’m not confident on the second part.

                  • ColeSloth@discuss.tchncs.de
                    link
                    fedilink
                    English
                    arrow-up
                    1
                    ·
                    4 months ago

                    I wasn’t talking about other devices. Just the steam deck. If it’s a game bought through steam you get the pre-cache files. If it’s a game you’re playing on the SD, but was purchased/obtained outside of steam you can still play it but you won’t have the pre-cache files to use.