mesa/src
Thomas H.P. Andersen f8741cc344 anti-lag: pass a proper dataSize
dataSize was passed as sizeof(uint64_t)

From spec:
dataSize is the size in bytes of the buffer pointed to by pData.
dataSize must be large enough to contain the result of each query

The NVK driver checks that the dataSize is large enough and hit an assert.

This patch changes dataSize to sizeof(struct query) * num_timestamps.

Reviewed-by: Daniel Schürmann <daniel@schuermann.dev>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36402>
2025-07-29 15:24:14 +00:00
..
amd radv: fix returning _Bool instead of pointer 2025-07-29 14:07:06 +00:00
android_stub
asahi nir: add nir_tex_instr::can_speculate 2025-07-24 18:41:38 +00:00
broadcom broadcom/compiler: prevent FALLTHROUGH error with C23 2025-07-29 14:07:07 +00:00
c11
compiler nir: fix returning _Bool instead of pointer 2025-07-29 14:07:06 +00:00
drm-shim
egl egl/x11: don't leak device_name when choosing zink 2025-07-22 13:23:56 +00:00
etnaviv etnaviv/ml: Remove some skips that pass now 2025-07-28 14:14:33 +00:00
freedreno ir3/shared_ra: don't reuse src of different halfness 2025-07-29 07:23:15 +00:00
gallium lima: fix returning _Bool instead of pointer 2025-07-29 14:07:07 +00:00
gbm gbm: Add more formats 2025-07-15 12:37:10 +00:00
getopt
gfxstream gfxstream: correct Android API level check 2025-07-24 20:30:45 +00:00
glx dri: Get rid of __DRIbackgroundCallableExtension 2025-07-16 01:32:56 +00:00
gtest
imagination pvr/rogue: replace NIR_PASS_V with NIR_PASS(_, ...) 2025-07-23 14:00:51 +00:00
imgui
intel anv: fix returning _Bool instead of pointer 2025-07-29 14:07:06 +00:00
loader loader: Ignore NOUVEAU_USE_ZINK on Hopper+ 2025-07-23 20:19:38 +00:00
mapi mesa: support NV_timeline_semaphore 2025-07-07 21:18:29 +00:00
mesa gallium: Properly handle non-contiguous used sampler view indexes 2025-07-28 14:41:56 +00:00
microsoft microsoft/compiler: fix returning _Bool instead of pointer 2025-07-29 14:07:07 +00:00
nouveau nak: fix returning _Bool instead of pointer 2025-07-29 14:07:06 +00:00
panfrost panvk: Use a single FBD for IR 2025-07-28 16:08:20 +00:00
tool pps: Generate libgpudataprofiling.so from pps-producer sources for Android CTS 2025-07-15 20:29:57 +00:00
util meson: rename Rust subprojects to NAME-SEMVER-rs 2025-07-24 17:52:34 +00:00
virtio venus: set wsi alias binding memoryOffset to zero 2025-07-29 07:50:11 +00:00
vulkan anti-lag: pass a proper dataSize 2025-07-29 15:24:14 +00:00
x11 x11: Add an x11_xlib_display_is_thread_safe() helper 2025-07-16 01:32:56 +00:00
.clang-format nir: add ALU reassocation pass 2025-07-22 23:17:01 +00:00
meson.build meson: Only build src/x11 if with_platform_x11 2025-07-16 01:32:55 +00:00