Software 44881 Published by

Mesa 26.2.3 shipped as the third bugfix update of the 26.2 cycle, bringing roughly 75 commits from 39 contributors with zero new features. The release targets real applications you actually use, fixing crashes and glitches in Counter-Strike 2, X-Plane 12, Minecraft's Voxy mod, and Apple's Portals 2 on Apple Silicon. Under the hood it also patches memory leaks, query-sync races, and driver-level bugs across AMD, Intel, NVIDIA, Qualcomm Adreno, and ARM Mali code. There's no new feature set to get excited about, but it keeps your open-source GPU drivers more stable, with the next bugfix release slated for September 30.



Mesa 26.2.3 ships: 75 bugfix commits, zero new features

Mesa 26.2.3 went out September 16, 2026, the third bugfix update of the 26.2 cycle. No new features. What you do get is around 75 commits from 39 contributors, patching crashes, memory leaks, and visual glitches across nearly every open-source GPU driver in the stack.

That's not exactly a night at the opera, but for people who actually run Linux it matters. Mesa is the open-source graphics engine behind OpenGL, Vulkan, OpenCL, and EGL on desktop Linux. It's the only real Vulkan or OpenGL option for AMD, Intel, and ARM or Qualcomm chips, and it backs hardware acceleration in virtual machines plus software rendering on hardware with no GPU at all. Anything that draws graphics on Linux funnels through it.

So a release like this quietly improves millions of desktops. It never trends. But if your AMD, Intel, or Adreno GPU has been throwing up, this might be the patch that finally silences it.

Screenshot_from_2026_07_01_17_13_56

The fixes that touch real software

What makes 26.2.3 slightly more interesting than the usual maintenance drop is that a lot of the fixes are tied to named, running applications. Mesa's own notes declare "New features: None," and this is a bugfix-only snapshot. The app-specific fixes, though, are the clearest signal of who actually benefited.

NVK, the NVIDIA driver, was leaking memory in CmdCopyBufferToImage across 26.2.0 through 26.2.2. Now closed. RADV (AMD) was throwing a null-pointer crash with RT emulation on Polaris cards like the RX 580. ANV (Intel) had visual glitches in Counter-Strike 2 that showed up in the 26.2.x series. Both are fixed.

X-Plane 12.4.3 was crashing Intel Arc B580 users with a libvulkan_intel.so failure. The Minecraft Voxy mod couldn't render distant water on Vega iGPUs and RDNA2. Apple's Portals 2 on Apple Silicon produced black output and broken textures. All of it sorted out here, including a workaround Firefox had needed that got ported to the Zen browser.

Not bad for a "no new features" release.

Driver-level changes

Beyond the game fixes sits a pile of lower-level driver work. This is the stuff you don't notice unless it's broken, which is kind of the whole point.

A couple deserve a closer look. Samuel Pitoiset made RADV return VK_ERROR_DEVICE_LOST when a shader trips over OpAbortKHR, surfacing hardware faults to the app instead of just misrendering them away. Danylo Piliaiev and Lionel Landwerlin fixed races around query results, including XFB writes and acceleration-structure queries. Bad GPU query sync hands you wrong timing or occlusion data, and that's exactly the kind of bug that breaks benchmarks and refuses to reproduce.

Then there are the leaks. Mel Henning and Silvio Vilerino closed holes in buffer-copy, compute save/restore, and video encode-decode paths. A five-minute benchmark won't feel them, but they pile up over a long session or a desktop that's been up for days.

Who actually wrote this

Thirty-nine people patched this release, which is a strong showing for a maintenance snapshot. Dmitry Baryshkov led the pack with 8 patches, all into freedreno and ir3, the reverse-engineered Qualcomm Adreno drivers. Eric Engestrom (6, mostly release management and docs) and Lionel Landwerlin (6, Intel's anv and brw) round out the top three.

AMD's RADV and radeonsi, along with Intel's anv and tu, dominate the changelog in aggregate. That makes sense. Those are the most heavily used open-source drivers, so they naturally attract the most bugs and the most fixers.

Per Engestrom's own announcement, the next bugfix release is targeted for September 30. The two-week gap between 26.2.2 and 26.2.3 keeps that steady biweekly rhythm intact.

Getting it

You almost certainly won't grab this yourself. Most distro users just see the Mesa package update in their next cycle. But if you build from source, the tarball is signed and checksummed, standard Mesa practice.

Head here to download the source code.  To verify it, the SHA256 is 1628058a8d2c0615975de5a15ab7bbb9638c50000b5bed9456ff423ea034a81f, and a PGP signature is available alongside it.

The API levels haven't moved: 26.2.3 still implements OpenGL 4.6, OpenCL 3.1, and Vulkan 1.4. Keep in mind that the version you actually see still depends on your driver.