Package: mesa / 25.0.7-2~bpo12+1
Metadata
Package | Version | Patches format |
---|---|---|
mesa | 25.0.7-2~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 |
etnaviv add support for texelfetch.patch | (download) |
src/etnaviv/isa/etnaviv.xml |
5 5 + 0 - 0 ! |
[patch 1/3] etnaviv: isa: add txf instruction This instruction is used to implement texelfetch. Blob generates such txf's for dEQP-GLES3.functional.shaders.texture_functions.texelfetch.+ Signed-off-by: Christian Gmeiner <cgmeiner@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34685> |
Revert hasvk elk stop turning load_push_constants in.patch | (download) |
src/intel/compiler/elk/elk_fs_nir.cpp |
4 2 + 2 - 0 ! |
[patch] revert "hasvk/elk: stop turning load_push_constants into load_uniform" This reverts commit b036d2ded2de32e81730ec8ce37c803bad112efa. This seems to break gtk4 and other stuff. Cc: mesa-stable (taking ack from Lionel saying we should revert) |
kopper Revert kopper Explicitly choose zink.patch | (download) |
src/gallium/frontends/dri/kopper.c |
2 1 + 1 - 0 ! |
[patch] kopper: revert "kopper: explicitly choose zink" This reverts commit 854bc2ee05f90e426f318352682144050e402d4b. Forcing zink explicitly would get zink-on-lvp picked up over llvmpipe for gbm dri support, which is not intended. Currently, zink_screen's choose_pdev won't be able to reject it when the driver name is explicit. So we have to revert the change first to mitigate regressions. Reported-by: @n3rdopolis @0xnihilo Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/13009 Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/13053 Fixes: 854bc2ee05f ("kopper: Explicitly choose zink") |