Bug 105255

Summary: Waiting for fences without waitAll is not implemented
Product: Mesa Reporter: Józef Kucia <joseph.kucia>
Component: Drivers/Vulkan/radeonAssignee: mesa-dev
Status: RESOLVED FIXED QA Contact: mesa-dev
Severity: normal    
Priority: medium CC: asmith, thsnielsen
Version: git   
Hardware: All   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:

Description Józef Kucia 2018-02-26 14:50:04 UTC
radv always waits for all fences. It potentially harms applications which want to do some work when any fence is signaled. The following message is spammed:

radv: WaitForFences without waitAll not implemented yet
Comment 1 Bas Nieuwenhuizen 2018-02-26 23:42:40 UTC
https://patchwork.freedesktop.org/patch/206938/ should fix this.
Comment 2 Samuel Pitoiset 2018-03-01 08:35:37 UTC
Jozef, can you confirm that https://cgit.freedesktop.org/mesa/mesa/commit/?id=2a404c6f923880cfd0bc04f9db1890cadce8bd92 fixes the issue? Thanks!
Comment 3 Józef Kucia 2018-03-01 22:22:35 UTC
Thanks for fixing it quickly.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.