mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-30 18:00:24 +01:00
Now that we implement GPU-side event functions in the GPU we no longer have the issue that didn't allow us to expose sync_fd. Further more, new spec text has also made the problematic behavior undefined, so the test that caused this issue, dEQP-VK.api.external.semaphore.sync_fd.import_twice_temporary, is incorrect and should be fixed. It should be noted that we still keep sync_fd disabled in the simulator, at least until the CTS tests are fixed, since the synchronous execution model of the simulator means that in the problematic scenario we can block the CPU on the execution of the command buffer before we ever submit the signaling job, still causing a deadlock. Reviewed-by: Alejandro Piñeiro <apinheiro@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19313> |
||
|---|---|---|
| .. | ||
| ci | ||
| cle | ||
| clif | ||
| common | ||
| compiler | ||
| drm-shim | ||
| qpu | ||
| simulator | ||
| vulkan | ||
| .editorconfig | ||
| meson.build | ||