[Bug 103228] GPU hang in compute shader

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Oct 11 21:32:20 UTC 2017


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

--- Comment #1 from Steinar H. Gunderson <sgunderson at bigfoot.com> ---
Hm, after some research, it seems I cannot rely on compute shader invocations
not to stomp on each other, even from the same draw call. If I insert
glMemoryBarrier(GL_SHADER_STORAGE_BARRIER_BIT) between the two
glDispatchCompute() calls, it stops hanging.

Nevertheless, it's odd that adding an empty shader should cause the problem to
appear. I'm leaning towards not-a-bug, though.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are on the CC list for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20171011/ee90636d/attachment.html>


More information about the intel-gfx-bugs mailing list