alessandro@lemmy.ca to PC Gaming@lemmy.ca · 4 months agoMesa 24.3 Lands "The Juiciest Refactor Ever" [Mike Blumenkrantz from Valve :"I'm gonna go full doomguy across the whole DRI frontend and everything it touches"]www.phoronix.comexternal-linkmessage-square4fedilinkarrow-up13arrow-down10
arrow-up13arrow-down1external-linkMesa 24.3 Lands "The Juiciest Refactor Ever" [Mike Blumenkrantz from Valve :"I'm gonna go full doomguy across the whole DRI frontend and everything it touches"]www.phoronix.comalessandro@lemmy.ca to PC Gaming@lemmy.ca · 4 months agomessage-square4fedilink
minus-squareUntouchedWagons@lemmy.calinkfedilinkarrow-up0·4 months agoCan I get an ELI5 on what Mesa does?
minus-squaretaanegl@beehaw.orglinkfedilinkarrow-up1·4 months agoMesa 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.
minus-squareUntouchedWagons@lemmy.calinkfedilinkarrow-up1·3 months agoOh okay that makes sense, thanks!
minus-squaresandalbucket@lemmy.worldlinkfedilinkarrow-up1·edit-24 months agoIt’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
Can I get an ELI5 on what Mesa does?
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.
Oh okay that makes sense, thanks!
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