commit | 8d2141f0dbb36b92d0e3feb23a08663c29b59db0 | [log] [tgz] |
---|---|---|
author | egdaniel <egdaniel@google.com> | Fri Sep 02 11:19:13 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Fri Sep 02 11:19:13 2016 -0700 |
tree | 258b65ca2f3441b90b5e3b27dbd9c7076978c84e | |
parent | 443c5843aa700e507316d069fd6610ab675f7794 [diff] |
Small perf optimizations preparing sampled images in vulkan In our current setup, there is no need for storing the sampled images in an array and then putting in barriers for them later. If we ever change the system to building up these secondary command buffers early, we will need to go back to storing the sampled images. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2302333002 Review-Url: https://codereview.chromium.org/2302333002