Announcement

Collapse
No announcement yet.

Intel "Iris" Gallium3D Continues Advancing As The Next-Gen Intel Linux OpenGL Driver

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

  • Intel "Iris" Gallium3D Continues Advancing As The Next-Gen Intel Linux OpenGL Driver

    Phoronix: Intel "Iris" Gallium3D Continues Advancing As The Next-Gen Intel Linux OpenGL Driver

    While we haven't had much to talk about the Intel "Iris" Gallium3D driver in development as the future Mesa OpenGL driver for the company's graphics hardware, it has continued progressing nicely since its formal unveiling back in September...

    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
    I had created packages for Arch AUR: mesa-intel-iris-git and lib32-mesa-intel-iris-git, for now even Counter-Strike: Condition Zero (same as 1.6) is unplayable due to lags.

    Comment


    • #3
      Originally posted by yurikoles View Post
      I had created packages for Arch AUR: mesa-intel-iris-git and lib32-mesa-intel-iris-git, for now even Counter-Strike: Condition Zero (same as 1.6) is unplayable due to lags.
      I don't think you're running the correct driver. Specifically, your lib32-mesa-intel-iris-git PKGBUILD contains
      Code:
       -D gallium-drivers=r300,r600,radeonsi,nouveau,svga,swrast,virgl \
      which notably does not include "iris". So you're probably getting llvmpipe. I tested Counter Strike: Condition Zero and it works fine for me.
      Free Software Developer .:. Mesa and Xorg
      Opinions expressed in these forum posts are my own.

      Comment


      • #4
        Kayden thanks! At first there was a bug, which required me to set
        For now, build with -Dgallium-drivers=iris -Ddri-drivers= to disable i965.
        As suggested by Kenneth Graunke. Is it you, BTW?

        When it was fixed I stupidly copy-pasted all config from mesa-git package

        Comment


        • #5
          Originally posted by yurikoles View Post
          Yep. Hi :)

          Free Software Developer .:. Mesa and Xorg
          Opinions expressed in these forum posts are my own.

          Comment

          Working...
          X