Announcement

Collapse
No announcement yet.

Open-Source ATI R300 Compiler Optimizations

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

  • Open-Source ATI R300 Compiler Optimizations

    Phoronix: Open-Source ATI R300 Compiler Optimizations

    Being worked on this past summer were improvements to the open-source ATI R300 driver when it comes to GLSL compiler optimizations. This work was done by Tom Stellar as part of Google's Summer of Code for student developers. While we reported on some of the R300 compiler improvements back in June, there hasn't been too much more information to pass along, especially as the summer is now over. However, there is now a new branch by Stellar containing some additional optimizations...

    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
    GLSL compiler in r300g is already working great but further optimizations are always welcome :-)
    What should user experience from these optimizations? Better performance or better compatibility with games?

    Comment


    • #3
      Originally posted by xeros View Post
      GLSL compiler in r300g is already working great but further optimizations are always welcome :-)
      What should user experience from these optimizations? Better performance or better compatibility with games?
      If it truly is an optimization, then it will increase performance, while retaining the same amount of GL-enabled compatibility.

      So the article truly is talking about the r300g driver then? I already thought it was with the article referencing GLSL and R300c being all but dead and all, but you never know if some independent coder optimizes R300c just for the hell of it

      Also, is there any word on how easily these optimizations can be ported/applied on r600g?

      Comment


      • #4
        Originally posted by JeanPaul145 View Post
        So the article truly is talking about the r300g driver then? I already thought it was with the article referencing GLSL and R300c being all but dead and all, but you never know if some independent coder optimizes R300c just for the hell of it
        The article says about r300 but I think it's refering to r300g instead of r300 (r300c) as r300c has no GLSL (or maybe it does not do GLSL only for r300 hardware?). Does anyone know if r300c have GLSL on R400/R500 hardware?

        Comment


        • #5
          Tom is talking about the r300 compiler, which is shared between classic and gallium, but those optimizations are more important for GLSL which is only supported by the r300g driver. This work may improve shader sizes in classic as well, yeah.

          These are r300(up to r500)-specific optimizations. They cannot be ported for r600, the hardware is vastly different.

          Comment


          • #6
            Michael, please don't copy-paste typos verbatim

            subtact -> subtract

            Comment


            • #7
              It's possible this could result in bug fixes as well, if the shaders were previously running into hardware limitations and are now small enough to be run on older hardware. I'm not sure if that's happening much or not.

              Comment

              Working...
              X