Mesa 26.1.0 released bringing lots of Linux graphics driver enhancements

Mesa 26.1.0 released bringing lots of Linux graphics driver enhancements

Mesa 26.1.0 released bringing lots of Linux graphics driver enhancements

https://www.gamingonlinux.com/2026/05/mesa-26-1-0-released-bringing-lots-of-linux-graphics-driver-enhancements/

Publish Date: 2026-05-07 03:47:00

Source Domain: www.gamingonlinux.com

Mesa 26.1.0 is out now as the latest new-feature release of open source graphics drivers for Linux, with upgraded Vulkan support and performance improvements.

The official news post is not out yet, but the mailing list announcement went out last night. Noted in the announcement:

– VirGL is no longer considered maintained any more. Unless someone steps up to maintain it in the long run, the code is likely to start bit-rotting and might eventually be removed. We recommend users start moving over to other solutions sooner rather than later.
– Intel i915 Iris, Crocus and ANV (excluding HASVK) drivers got VirtIO-GPU native-context driver support for a thinner/faster Intel GPU paravirtualization in a VM.
– OpenGL ES 2.0 is now supported on PowerVR GPUs via Zink.
– Static C++ stdlib is now required on rusticl to workaround applications using their own C++ stdlib.

You can expect the usual set of improvements across all the different drivers in Mesa for Intel, AMD, NVIDIA and others. There’s all of these new extensions and features added:

  • GL_NV_timeline_semaphore on radeonsi
  • VK_QCOM_image_processing on Turnip
  • VK_EXT_present_timing on RADV, NVK, Turnip, ANV, Honeykrisp, panvk
  • VK_KHR_sampler_ycbcr_conversion on pvr
  • VK_EXT_image_drm_format_modifier on pvr
  • VK_KHR_internally_synchronized_queues on RADV
  • VK_EXT_blend_operation_advanced on lavapipe
  • VK_KHR_get_surface_capabilities2 on panvk
  • VK_KHR_get_display_properties2 on panvk
  • VK_EXT_acquire_drm_display on panvk
  • VK_KHR_present_id on panvk, v3dv
  • VK_KHR_present_wait on panvk, v3dv
  • VK_KHR_pipeline_executable_properties on pvr
  • VK_EXT_zero_initialize_device_memory on panvk
  • GL_EXT_shader_image_load_store on panfrost
  • VK_KHR_swapchain_mutable_format on panvk
  • VK_EXT_astc_decode_mode on panvk
  • VK_KHR_copy_memory_indirect on nvk, RADV/GFX8+
  • VK_EXT_color_write_enable on panvk
  • VK_EXT_hdr_metadata on v3dv
  • VK_EXT_image_view_min_lod on panvk
  • VK_EXT_depth_clamp_control on…

Source