Skip to content

radv: Fix timeline semaphore refcounting.

Bas Nieuwenhuizen requested to merge bnieuwenhuizen/mesa:timeline-fix into master

Was totally broken ...

Removed two if(point) {} because point is always non-NULL and we were counting on that already for counting, since we NULL our references to semaphores without active point earlier.

Fixes: 4aa75bb3 "radv: Add wait-before-submit support for timelines." Closes: #2137 (closed)

Merge request reports