commit | 83597ad3f2c157733f9a1bc81242b7e2b7026c9b | [log] [tgz] |
---|---|---|
author | Dave Airlie <airlied@redhat.com> | Tue Aug 27 12:50:35 2019 +1000 |
committer | Dave Airlie <airlied@redhat.com> | Wed Sep 04 15:22:20 2019 +1000 |
tree | 03f214c50c6b6b20abcc5fa5178b66f4b460c7d6 | |
parent | 1b24e3ba756ba4951086d0b1b351364acbd3af1d [diff] |
gallivm: add barrier support for compute shaders. When the code is executing an hits a barrier, it will suspend the coroutine and return control to the coroutine dispatcher. Reviewed-by: Roland Scheidegger <sroland@vmware.com>