Announcement

Collapse
No announcement yet.

Intel's Gallium3D Driver Gains Optimization For Helping With Java OpenGL Performance

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

  • Intel's Gallium3D Driver Gains Optimization For Helping With Java OpenGL Performance

    Phoronix: Intel's Gallium3D Driver Gains Optimization For Helping With Java OpenGL Performance

    In our recent Mesa 19.2 benchmarks of Intel's old and new (Gallium3D) OpenGL Linux drivers one of the rare areas where the new "Iris" driver performed behind the classic driver was with "j2dbench" that stresses the Java OpenGL pipeline. At the time it was unknown why the new driver was performing subpar for this Java graphics test, but now at least there's one optimization so far in addressing that shortcoming...

    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
    If it's the state tracker, then that'll surely improve things for all the gallium drivers no?

    Comment


    • #3
      Originally posted by FireBurn View Post
      If it's the state tracker, then that'll surely improve things for all the gallium drivers no?
      The fix was for iris only, however: https://cgit.freedesktop.org/mesa/me...b1a58fdfb7f5a0

      Comment


      • #4
        Originally posted by oibaf View Post

        The fix was for iris only, however: https://cgit.freedesktop.org/mesa/me...b1a58fdfb7f5a0
        Argh! This has all the ugly smell of an Intel-only band-aid If instead the root cause was fixed in the state tracker, it would likely benefit all Gallium users.

        Comment


        • #5
          Originally posted by Veto View Post
          Argh! This has all the ugly smell of an Intel-only band-aid If instead the root cause was fixed in the state tracker, it would likely benefit all Gallium users.
          Eh? Why would you think that a bug in a file named src/gallium/drivers/iris/iris_state.c affects anything other than Intel Iris?

          Comment


          • #6
            Originally posted by OneTimeShot View Post

            Eh? Why would you think that a bug in a file named src/gallium/drivers/iris/iris_state.c affects anything other than Intel Iris?
            Who says the bug is in that file?? We only know the fix is in that file. Do you see the difference?

            Based on the description of the bug, it seems like the state tracker emits a large number of redundant function calls. The code in the fix looks like a simple detection and filtering of these redundant calls. If the real bug is in the shared state tracker emitting these calls in the first place, it could likely affect all drivers.

            ... However, I am not a Mesa developer, so hopefully they know what they are doing and not just making vendor specific kludges.

            Comment

            Working...
            X