cc: Avoid unnecessary temp allocation for original decodes in GPU cache.
The change in [1] inadvertantly caused us to allocate a temporary buffer for decoding an image and then copying into the target memory, if requested with kNone_SkFilterQuality. Fix it. [1]: https://chromium-review.googlesource.com/c/chromium/src/+/1106608 R=ericrk@chromium.org Bug: 855416 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I01d23176ae12808022f67286025243bcaab655ed Reviewed-on: https://chromium-review.googlesource.com/1119348Reviewed-by:Eric Karl <ericrk@chromium.org> Commit-Queue: Khushal <khushalsagar@chromium.org> Cr-Commit-Position: refs/heads/master@{#571337}
Showing
Please register or sign in to comment