mesa/src
Vinson Lee 7239b5288f
Some checks are pending
macOS-CI / macOS-CI (dri) (push) Waiting to run
macOS-CI / macOS-CI (xlib) (push) Waiting to run
freedreno/decode: replace lua_pushunsigned with lua_pushinteger
lua_pushunsigned was introduced in Lua 5.2, deprecated in 5.3,
and removed in 5.4. Replace it with lua_pushinteger which has
been available since Lua 5.0 and handles the uint32_t value
safely via implicit widening to the 64-bit lua_Integer type.

This fixes the build with Lua 5.5:

../src/freedreno/decode/script.c: In function 'pushdecval':
../src/freedreno/decode/script.c:182:7: error: implicit declaration of function 'lua_pushunsigned'; did you mean 'lua_pushinteger'? [-Wimplicit-function-declaration]
  182 |       lua_pushunsigned(L, val.u);
      |       ^~~~~~~~~~~~~~~~
      |       lua_pushinteger

Signed-off-by: Vinson Lee <vlee@freedesktop.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39901>
2026-02-14 22:45:45 -08:00
..
amd ci/radv: Enable WSI testing. 2026-02-13 23:57:14 +00:00
android_stub android_stub: fix missing prototypes issues 2025-12-02 20:03:02 +00:00
asahi asahi/compiler: remove unpack_half support 2026-02-06 06:12:36 +00:00
broadcom broadcom/ci: fetch custom packaged kernel in CI-Tron 2026-02-13 16:35:23 +00:00
c11 c11/threads: fix build on c23 2025-11-10 07:01:50 +10:00
compiler nir: Use STACK_ARRAY instead of NIR_VLA 2026-02-14 01:19:27 +00:00
drm-shim drm-shim: handle DRM_CAP_ADDFB2_MODIFIERS 2025-11-24 12:34:08 +00:00
egl mesa: retain const qualifier from pointer 2026-02-05 22:01:56 +00:00
etnaviv Uprev Piglit to 0d79fb4a59c7d213ff144afa4c73e3b32ebe6500 2026-02-14 14:43:20 +01:00
freedreno freedreno/decode: replace lua_pushunsigned with lua_pushinteger 2026-02-14 22:45:45 -08:00
gallium zink: use VK_EXT_pci_bus_info for PCI address 2026-02-15 03:02:08 +00:00
gbm gbm: Make documentation for gbm_bo_map more explicit 2025-12-29 10:05:38 +00:00
getopt
gfxstream gfxstream: fix build after vk.xml update 2026-01-26 18:25:51 +00:00
glx glx: fix const qualifier warnings found with C23 glibc support 2026-02-09 09:00:43 +00:00
gtest
imagination pvr: add basic volcanic hw-definitions 2026-02-13 09:28:56 +00:00
imgui imgui: Silence build warnings for imgui 2025-09-16 06:16:19 +00:00
intel elk: Call nir_opt_algebraic_late in elk_postprocess_nir 2026-02-14 02:06:59 +00:00
kosmickrisp kk: Default to max descriptor size if mutable list is empty 2026-02-13 09:46:21 +00:00
loader util,loader: silence asprintf() unused result warnings 2026-02-07 10:07:22 +00:00
mesa st/glsl_to_nir: make sure the variant has the correct locations set 2026-02-14 06:37:10 +00:00
microsoft dozen: Add support for VK_EXT_memory_budget 2026-02-12 19:08:27 +00:00
nouveau nvk: add app workaround layer 2026-02-14 08:33:11 +00:00
panfrost Uprev Piglit to 0d79fb4a59c7d213ff144afa4c73e3b32ebe6500 2026-02-14 14:43:20 +01:00
poly panvk/csf: implement VK_EXT_primitives_generated_query primitive restart 2026-01-21 09:03:34 +00:00
tool pps/meson: minor refactor for pps_deps 2025-11-08 18:39:00 -08:00
util nvk: add app workaround layer 2026-02-14 08:33:11 +00:00
virtio venus: expose VK_EXT_descriptor_heap behind a debug option 2026-02-15 04:32:30 +00:00
vulkan vulkan/cmd_queue: Do not zero initialize vk_cmd_queue_entry 2026-02-14 20:11:40 +00:00
x11 treewide: strip unneeded inc_gallium inc_gallium_aux 2025-11-13 22:01:43 +00:00
.clang-format util: Add sparse bitset data structure 2025-11-06 21:34:33 +00:00
meson.build intel: Add virtio-gpu native context 2026-02-06 00:15:37 +00:00