mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-19 15:48:19 +02:00
... so that `VkDecoderGlobalState` can append additional information needed for snapshotting. Specifically, `VkDecoderGlobalState` may create additional boxed handles that are not visible directly in the API surface. For example, `vkCreateDevice()` creates boxed handles for the `VkQueue`-s and `vkCreateDescriptorPool()` creates boxed handles for pre-allocated `VkDescriptorSets`. These boxed handles are not recoverable from the API for `vkCreateDevice()` nor `vkCreateDescriptorPool()` directly. This was previously worked around by just sticking the extra boxed handles in `VkReconstruction::mExtraHandlesForNextApi` but this is not thread safe. Instead, let's give `VkDecoderGlobalState` and `VkDecoderSnapshot` exclusive access to individual `VkSnapshotApiCallInfo` objects. Reviewed-by: Marcin Radomski <dextero@google.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33018> |
||
|---|---|---|
| .. | ||
| amd | ||
| android_stub | ||
| asahi | ||
| broadcom | ||
| c11 | ||
| compiler | ||
| drm-shim | ||
| egl | ||
| etnaviv | ||
| freedreno | ||
| gallium | ||
| gbm | ||
| getopt | ||
| gfxstream | ||
| glx | ||
| gtest | ||
| imagination | ||
| imgui | ||
| intel | ||
| loader | ||
| mapi | ||
| mesa | ||
| microsoft | ||
| nouveau | ||
| panfrost | ||
| tool | ||
| util | ||
| virtio | ||
| vulkan | ||
| x11 | ||
| .clang-format | ||
| meson.build | ||