mesa/src
Paulo Zanoni 2e4c04864a iris: avoid stack overflow in iris_bo_wait_syncobj()
Keep most cases using the stack as it's cheaper, but fall back to the
heap when the size gets too big.

This should fix a stack overflow reported by @rhezashan for a case
where we had lots of iris_screens.

Credits to Matt Turner and José Roberto de Souza for their work on
this issue, which led us to find its root cause.

Cc: mesa-stable
Reported-by: rheza shandikri (@rhezashan in gitlab)
Credits-to: José Roberto de Souza <jose.souza@intel.com>
Credits-to: Matt Turner <mattst88@gmail.com>
Reviewed-by: José Roberto de Souza <jose.souza@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
(cherry picked from commit 3cec15dd14)

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25404>
2023-09-26 11:29:36 -04:00
..
amd aco: reset prefetch in the correct block after removing the exit 2023-09-25 11:27:12 -07:00
android_stub util/log: improve logger_android 2023-02-22 17:55:40 +00:00
asahi asahi: Use txf_ms for MSAA background programs 2023-07-05 05:11:49 +00:00
broadcom v3d/qpu: fix type of function argument 2023-09-22 08:46:38 -07:00
c11 treewide: Replace the usage of TRUE/FALSE with true/false 2023-06-27 18:18:28 +08:00
compiler glsl: check for xfb setting xfb info 2023-09-24 19:51:26 -07:00
drm-shim drm-shim: Avoid assertion fail if someone does close(-1). 2023-06-01 01:50:41 +00:00
egl egl/wayland: Always initialise fd_display_gpu 2023-09-22 17:31:12 +00:00
etnaviv etnaviv: linker: handle scenario where there are FS inputs without matching VS output 2023-07-11 11:15:31 +00:00
freedreno tu: handle unused color attachments without crashing 2023-09-25 09:30:52 -07:00
gallium iris: avoid stack overflow in iris_bo_wait_syncobj() 2023-09-26 11:29:36 -04:00
gbm gbm: drop unnecessary vulkan dependency 2023-02-23 18:31:22 +00:00
getopt
glx glxsw: check geometry of drawables on creation 2023-08-31 14:36:20 -07:00
gtest gtest: Update to 1.13.0 2023-05-14 11:09:02 +00:00
imagination pvr: Fix dynamic desc offset storage 2023-09-25 11:27:09 -07:00
imgui
intel intel/fs: Constant fold OR and AND 2023-09-25 21:13:53 +00:00
loader dri3: only invalidate drawables on geometry change if geometry has changed 2023-06-15 12:22:24 +00:00
mapi mapi: Remove dead struct _glapi_function in glapi/glapi_getproc.c 2023-06-29 01:36:09 +00:00
mesa st/mesa: check renderbuffer before using it 2023-09-25 09:30:55 -07:00
microsoft vulkan/wsi: add vk_wsi_force_swapchain_to_current_extent driconf 2023-09-24 11:29:00 -07:00
nouveau nv50/ir/nir: Fix zero source handling of tex instructions. 2023-08-31 16:08:02 -07:00
panfrost panfrost: upcast uint8/uint16 before shifting them beyond their range 2023-08-31 23:41:22 -07:00
tool meson: remove needless c++17-overrides 2023-05-19 12:45:31 +00:00
util drirc: enable vk_wsi_force_swapchain_to_current_extent for "Serious Sam Fusion" 2023-09-24 11:29:00 -07:00
virtio venus: fix a device memory report leak 2023-09-24 19:51:23 -07:00
vulkan vulkan/android: add missing AHARDWAREBUFFER_USAGE_GPU_DATA_BUFFER usage 2023-09-25 09:30:58 -07:00
.clang-format clang-format: add wayland foreach macros 2023-07-07 23:00:06 +00:00
meson.build lavapipe: Include llvmpipe 2023-06-30 12:56:35 +00:00