• taanegl@beehaw.org
      link
      fedilink
      arrow-up
      2
      ·
      1 month ago

      Mesa is the cross-platform, open source implementation of the OpenGL, Vulcan and OpenCL protocols for use in creating graphics on screen.

      It’s the default GL library on Linux for when you want to write code that creates 3D graphics.

      You can juxtapose it to Metal on Mac’s or DirectX 3D on Windows.

    • sandalbucket@lemmy.world
      link
      fedilink
      arrow-up
      2
      arrow-down
      1
      ·
      edit-2
      1 month ago

      It’s an open source linux graphics driver.

      It is very widespread, despite being quite slow, because it works. It ships by default with almost everything, and is the fallback when card-specific drivers fail

      Edit: what Max_P said

      • Max-P@lemmy.max-p.me
        link
        fedilink
        arrow-up
        7
        ·
        1 month ago

        Mesa is more than just the fallback, it’s literally the entire userland graphics stack for all the open-source drivers. Intel, AMD, it’s also where the Apple Silicon drivers for Asahi lives and more.

        It’s not slow at all, unless you end up with the CPU renderer (llvmpipe/lavapipe) due to an unsupported graphics card. That’s usually NVIDIA users because nouveau isn’t great. But even then, when NVK comes out, it’s also in mesa.