commit | 981afe773aa5b7535f36b126a0b7d6fd4cc78d03 | [log] [tgz] |
---|---|---|
author | Stan Iliev <stani@google.com> | Wed Feb 13 14:24:33 2019 -0500 |
committer | Stan Iliev <stani@google.com> | Wed Feb 13 15:55:45 2019 -0500 |
tree | c0d8584bbd28f485b9435a69373d052f3b09a2bf | |
parent | 74d6997124a55043cccf505e7091ba326d51d6f8 [diff] |
Decouple VulkanManager from RenderThread This CL allows for more than one VulkanManager to exist. VulkanManager ctor are public allowing for classes other than RenderThread to instantiate it. Secondary VulkanManager can be used to render on a thread other than RT. Test: Ran HWUI unit tests and several apps Change-Id: Ibfd76c86ff67e01617a500902bba7431b928f5c0