Package: mesa / 25.2.4-1
Metadata
Package | Version | Patches format |
---|---|---|
mesa | 25.2.4-1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
path_max.diff | (download) |
src/util/tests/cache_test.cpp |
4 2 + 2 - 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 |
rename rsqrtf.diff | (download) |
src/gallium/drivers/llvmpipe/lp_test_arit.c |
4 2 + 2 - 0 ! |
--- |
0001 anv Use os_get_page_size for mmap offset alignment t.patch | (download) |
src/intel/vulkan/anv_allocator.c |
12 7 + 5 - 0 ! |
[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> |