Bug 105255 - Waiting for fences without waitAll is not implemented
Summary: Waiting for fences without waitAll is not implemented
Status: RESOLVED FIXED
Alias: None
Product: Mesa
Classification: Unclassified
Component: Drivers/Vulkan/radeon (show other bugs)
Version: git
Hardware: All Linux (All)
: medium normal
Assignee: mesa-dev
QA Contact: mesa-dev
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-02-26 14:50 UTC by Józef Kucia
Modified: 2018-07-04 20:05 UTC (History)
2 users (show)

See Also:
i915 platform:
i915 features:


Attachments

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.