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 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
etnaviv add support for texelfetch.patch | (download)

src/etnaviv/isa/etnaviv.xml | 5 5 + 0 - 0 !
src/etnaviv/isa/tests/disasm.cpp | 1 1 + 0 - 0 !
src/gallium/drivers/etnaviv/etnaviv_compiler_nir_emit.c | 4 4 + 0 - 0 !
src/gallium/drivers/etnaviv/etnaviv_nir_lower_texture.c | 25 25 + 0 - 0 !
4 files changed, 35 insertions(+)

 [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 !
src/intel/vulkan_hasvk/anv_nir_apply_pipeline_layout.c | 6 3 + 3 - 0 !
src/intel/vulkan_hasvk/anv_nir_compute_push_layout.c | 3 1 + 2 - 0 !
3 files changed, 6 insertions(+), 7 deletions(-)

 [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 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [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")