commit | c578b06319f271ac46ac78e3b86f74fbceed360e | [log] [tgz] |
---|---|---|
author | jvanverth <jvanverth@google.com> | Mon May 02 10:58:12 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Mon May 02 10:58:12 2016 -0700 |
tree | 545d29b587b4750dcfb4d43920db3dc3019a67ab | |
parent | b917e04d513fc5bc9ceb101f45a0d66a945a3017 [diff] |
Fix VK WritePixels with offset rect VkUploadPixelsTest was failing because it was reallocating the image when it didn't need to, because it was not resetting the rowBytes when it did need to, and because the origin was incorrect when using bottom-up images. GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1940963002 Review-Url: https://codereview.chromium.org/1940963002