mesa/src/gfxstream
Bo Hu 26ce3b0ba1 remove the mReconstructionMutex in load
During loading of snapshot, there will be a single-threaded
decoder that aquires the same mReconstructionMutex, repeatedly.
Since the mReconstructionMutex is intentionally changed to
be non-recursive, we should not aquire it at the beginning of
load call; otherwise, we will be deadlock the decoder thread.

Reviewed-by: Marcin Radomski <dextero@google.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33018>
2025-01-14 19:33:13 +00:00
..
aemu gfxstream: guest: use internal version of AEMU headers + impls 2024-11-12 19:21:10 +00:00
codegen remove the mReconstructionMutex in load 2025-01-14 19:33:13 +00:00
guest gfxstream: add VK_DRIVER_FILES to devenv 2025-01-14 19:33:13 +00:00
.clang-format gfxstream: add clang-format 2024-10-09 22:53:05 +00:00
meson.build gfxstream: guest: use internal version of AEMU headers + impls 2024-11-12 19:21:10 +00:00