Vulkan has multiple synchronization objects: - Events, which provide synchronization between commands submitted to the same queue, or between the host and a queue. - Fences, which insert a dependency from a queue to the host - Semaphores, which insert a dependency between batches submitted to queues For now, SwiftShader will treat these synchronization primitives as noop, since: - Commands will be executed in order - SwiftShader currently only supports 1 queue Change-Id: Ic335e2f7aa30ab7314bf7585e11f1f30a79f50d6 Reviewed-on: https://swiftshader-review.googlesource.com/c/21588Tested-by:Alexis Hétu <sugoi@google.com> Reviewed-by:
Nicolas Capens <nicolascapens@google.com>
| Name |
Last commit
|
Last update |
|---|---|---|
| .vscode | Loading commit data... | |
| docs | Loading commit data... | |
| extensions | Loading commit data... | |
| include | Loading commit data... | |
| src | Loading commit data... | |
| tests | Loading commit data... | |
| third_party | Loading commit data... | |
| .dir-locals.el | Loading commit data... | |
| .gitignore | Loading commit data... | |
| .gitmodules | Loading commit data... | |
| .travis.yml | Loading commit data... | |
| AUTHORS.txt | Loading commit data... | |
| Android.bp | Loading commit data... | |
| Android.mk | Loading commit data... | |
| BUILD.gn | Loading commit data... | |
| CMakeLists.txt | Loading commit data... | |
| CONTRIBUTING.txt | Loading commit data... | |
| CONTRIBUTORS.txt | Loading commit data... | |
| LICENSE.txt | Loading commit data... | |
| OWNERS | Loading commit data... | |
| README.md | Loading commit data... | |
| SwiftShader.sln | Loading commit data... |