commit | b4da01d8f719f3c43d492e8f62a7e2c861e9ef27 | [log] [tgz] |
---|---|---|
author | ericrk <ericrk@chromium.org> | Mon Jun 13 11:18:14 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Mon Jun 13 11:18:14 2016 -0700 |
tree | 714d91a435b4de4c6e14998e6d0b30c25dc769b5 | |
parent | 6e472093009bf2fc4a8e53010b51040efcb71213 [diff] |
Add prescale option to deferred params Currently, Skia always uploads GPU textures at full resolution. This change allows us to pass a pre-scale mip level to the deferred texture image logic, which causes us to pre-scale the image to the given mip level, and upload that mip level instead of the full image. GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2007113008 Review-Url: https://codereview.chromium.org/2007113008