[Bug 110229] Textures binded to framebuffer objects or images are not correctly updated.

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Apr 11 10:46:41 UTC 2019


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

--- Comment #26 from Laurent <laurentduroisin at gmail.com> ---
Hi! Is still someone here ?

I've found the function which doesn't work, it's glMemoryBarrier.

glCheck(glMemoryBarrier( GL_SHADER_STORAGE_BARRIER_BIT ));

It doesn't wait after the first shader have written all nodes to the SSBO
before the second shader read it!

This is why the per pixel linked list doesn't work.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20190411/a962736c/attachment.html>


More information about the dri-devel mailing list