Skip to content

shader: decorate buffers as coherent when needed

With the new optimizations applied to the i965 driver it becomes a requirement to specify buffers as coherent if the access is declared as such. This fixes a regression with dEQP-GLES31.functional.synchronization.in_invocation.ssbo_alias_overwrite

Closes #93 (closed)

Edited by Gert Wollny

Merge request reports