[Mesa-dev] [Bug 99246] [d3dadapter+radeonsi & bisect] EVE-Online : hang on wormhole sight

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Mar 15 18:59:03 UTC 2017


https://bugs.freedesktop.org/show_bug.cgi?id=99246

--- Comment #9 from Axel Davy <davyaxel0 at gmail.com> ---
Instead does changing in nine_csmt_helper.h

line 236
    ARGS_FOR_UNBIND( __VA_ARGS__ ) \
    p_atomic_dec(args->counter); \
    return 0; \

by

    p_atomic_dec(args->counter); \
    ARGS_FOR_UNBIND( __VA_ARGS__ ) \
    return 0; \

Fix the issue ?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20170315/547a73c1/attachment.html>


More information about the mesa-dev mailing list