Elektrine lite

← Feed

@rmader@mastodon.social

Post #958821

2026-04-04 10:44 UTC

For fellow compositor devs - be it for #wayland, in a toolkit or an app - that consider or already have implemented support for GPU resets recovery in GL: I just landed support for "manual" or "faked" GPU resets in Mesa/llvmpipe, shipping in 26.1. That should make it much easier to test your recovery code locally or on CI, which previously was only possible with certain DRM drivers AFAIK. If you're interested here's the MR with more explanation: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40681

Replies (1)

  • @rmader@mastodon.social 2026-04-04 10:48

    I didn't implement the same for lavapipe (Vulkan) as things work a little bit different there - but if there's interest it shouldn't be hard to make that happen as well. On that note: as of the just released Mesa 26.0.4 lavapipe support for YCbCr formats should be in decent shape, for everyone needing to handle video playback in Vulkan.

    Open ##1463080