| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| Common | ||
| D3D8 | ||
| D3D9 | ||
| Device | ||
| Main | ||
| OpenGL | ||
| Pipeline | ||
| Reactor | ||
| Renderer | ||
| Shader | ||
| SwiftShader | ||
| System | ||
| Vulkan | ||
| WSI | ||
| Android.bp | ||
| Android.mk | ||
| SwiftShader.workspace | ||
| swiftshader.gni |
Previuously Fuchsia-specific memory allocation logic was trying to deal with non-page-aligned address returned from zx_vmar_map(), but it's no longer necessary because zx_vmap_map() is guaranteed to return page-aligned address. Also it was trying to unmap partial pages, but zx_vmar_unmap() now requires that len is page-aligned. This change fixes both issues by removing two redundant zx_vmar_unmap() calls. Also deallocateExecutable() has been updated to pass page-aligned size to zx_vmar_unmap(). This CL resolves test failures in some viz_unittests on Fuchsia. Bug: chromium:961455 Change-Id: Ib53e46af853802679a55dacc8546c3f67a3486c7 Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/34409Tested-by:Sergey Ulanov <sergeyu@chromium.org> Kokoro-Presubmit: kokoro <noreply+kokoro@google.com> Reviewed-by:
Nicolas Capens <nicolascapens@google.com>
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| Common | Loading commit data... | |
| D3D8 | Loading commit data... | |
| D3D9 | Loading commit data... | |
| Device | Loading commit data... | |
| Main | Loading commit data... | |
| OpenGL | Loading commit data... | |
| Pipeline | Loading commit data... | |
| Reactor | Loading commit data... | |
| Renderer | Loading commit data... | |
| Shader | Loading commit data... | |
| SwiftShader | Loading commit data... | |
| System | Loading commit data... | |
| Vulkan | Loading commit data... | |
| WSI | Loading commit data... | |
| Android.bp | Loading commit data... | |
| Android.mk | Loading commit data... | |
| SwiftShader.workspace | Loading commit data... | |
| swiftshader.gni | Loading commit data... |