Package: mesa / 25.2.4-1

Metadata

Package Version Patches format
mesa 25.2.4-1 3.0 (quilt)

Patch series

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

src/util/tests/cache_test.cpp | 4 2 + 2 - 0 !
src/util/tests/process_test.c | 4 4 + 0 - 0 !
2 files changed, 6 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
rename rsqrtf.diff | (download)

src/gallium/drivers/llvmpipe/lp_test_arit.c | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

---
0001 anv Use os_get_page_size for mmap offset alignment t.patch | (download)

src/intel/vulkan/anv_allocator.c | 12 7 + 5 - 0 !
src/intel/vulkan/anv_physical_device.c | 3 3 + 0 - 0 !
src/intel/vulkan/anv_private.h | 2 2 + 0 - 0 !
3 files changed, 12 insertions(+), 5 deletions(-)

 [patch] anv: use os_get_page_size for mmap offset alignment to work
 with page size other than 4K

Instead of hardcoding 4096-byte page size in bo mapping/unmapping logic,
use os_get_page_size() to determine the correct alignment for munmap()
offset adjustments and address assertions.

Signed-off-by: Zhou Qiankang <wszqkzqk@qq.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37389>