mesa/src
Alyssa Ross 6f8cdd8a3c gfxstream: guest: don't use transitional LFS64 API
musl removed the LFS64 APIs like mmap64(), which were intended to be a
transitional measure multiple decades ago, causing a build failure
here.  Since virtio-gpu sizes and offsets are 64-bit, we do still want
to make sure that we're using 64-bit mmap here, so I've added
-D_FILE_OFFSET_BITS=64, which will ensure that off_t is always 64-bit
in gfxstream guest, and which is generally the modern solution here.

With this change, I am able to build gfxstream with musl.

Fixes: fec8e296a3 ("Make VirtGpu* interfaces")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37086>
2025-09-02 16:45:20 +00:00
..
amd radv/video: Fix VP9 loop filter and segmentation params 2025-09-02 10:46:23 +00:00
android_stub
asahi editorconfig: move OpenCL configuration to root 2025-08-30 22:49:08 -07:00
broadcom broadcom/ci: document recent flakes 2025-09-01 20:46:41 +00:00
c11
compiler nir/nir_lower_calls_to_builtins: trivially handle IA64 mangled functions 2025-09-02 16:04:19 +00:00
drm-shim prefer _SC_PAGESIZE over _SC_PAGE_SIZE 2025-08-11 12:30:23 +00:00
egl egl/wayland: Support pbuffer surfaces 2025-08-26 20:03:23 +00:00
etnaviv ci-tron: uprev b2c to v0.9.17 2025-09-02 07:48:53 +00:00
freedreno ir3: use nir_lower_bit_size for 8-bit bit_count 2025-09-02 12:02:03 +00:00
gallium zink: add some cml flakes 2025-09-02 10:46:20 -04:00
gbm egl,glx: allow OpenGL with old libx11, but disable glthread if it's unsafe 2025-08-21 02:05:26 +00:00
getopt
gfxstream gfxstream: guest: don't use transitional LFS64 API 2025-09-02 16:45:20 +00:00
glx glx/kopper: don't call glFlush from swapbuffers 2025-08-22 00:42:28 +00:00
gtest
imagination vulkan/wsi: Take a vk_queue in wsi_common_queue_present() 2025-08-22 23:05:02 +00:00
imgui
intel anv: change some image qualifiers as coherent for Last Of Us 2025-09-02 11:04:35 +00:00
loader loader: Don't fall back to nouveau GL without zink 2025-08-26 23:36:46 +00:00
mesa mesa: add MESA_DEBUG=fallback_tex 2025-09-02 15:18:21 +00:00
microsoft dzn: -DVK_USE_PLATFORM_WIN32_KHR is already comes from idep_vulkan_wsi_defines that depends by idep_vulkan_wsi 2025-08-28 22:55:03 +00:00
nouveau nvk: Avoid passing garbage data in descriptor buffers for UBOs. 2025-09-02 15:24:22 +02:00
panfrost panvk: enable KHR_maintenance9 2025-09-01 10:08:35 +00:00
tool pps: init driver in OnSetup 2025-08-27 02:27:03 +00:00
util anv: change some image qualifiers as coherent for Last Of Us 2025-09-02 11:04:35 +00:00
virtio ci: Uprev kernel to pick up virtio fix and use it for venus 2025-08-27 00:15:57 +00:00
vulkan vulkan: handle wsi private data properly 2025-09-01 05:44:40 +00:00
x11 meson: add missing x11 dependency on libloader_x11 2025-08-08 21:45:59 +00:00
.clang-format agx: add foreach_reg_{src,dest} 2025-08-03 14:40:53 -04:00
meson.build mesa: remove inc_mapi 2025-08-06 20:35:26 +00:00