Package: mesa / 25.0.4-1~bpo12+1

Metadata

Package Version Patches format
mesa 25.0.4-1~bpo12+1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
path_max.diff | (download)

src/gallium/auxiliary/pipe-loader/pipe_loader.c | 4 4 + 0 - 0 !
src/util/tests/cache_test.cpp | 4 2 + 2 - 0 !
src/util/tests/process_test.c | 4 4 + 0 - 0 !
3 files changed, 10 insertions(+), 2 deletions(-)

---
src_glx_dri_common.h.diff | (download)

src/glx/dri_common.h | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

---
disable_ppc64el_assembly.diff | (download)

meson.build | 5 0 + 5 - 0 !
1 file changed, 5 deletions(-)

 disable use of ppc64el assembly code
drisw Avoid crashing when swrast_loader NULL.patch | (download)

src/gallium/frontends/dri/drisw.c | 8 8 + 0 - 0 !
1 file changed, 8 insertions(+)

 drisw: avoid crashing when swrast_loader == null

This is a blanket fix for all the segfaults in `drisw_init_screen()`
when `swrast_loader` is NULL, since 1de7c86bc1. A similar more targeted
fix for vmwgfx can be found in f3b8d7da46 ("egl: never select swrast
for vmwgfx"). We can safely return NULL because the caller
`driCreateNewScreen3` handles NULL, as does its own callers.

As this is currently the top crasher of gnome-shell since Ubuntu