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 filePatch | File delta | Description |
---|---|---|
path_max.diff | (download) |
src/gallium/auxiliary/pipe-loader/pipe_loader.c |
4 4 + 0 - 0 ! |
--- |
src_glx_dri_common.h.diff | (download) |
src/glx/dri_common.h |
4 4 + 0 - 0 ! |
--- |
disable_ppc64el_assembly.diff | (download) |
meson.build |
5 0 + 5 - 0 ! |
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 ! |
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 |
1