Always use original decode for bilerp |
||
Issue descriptionWe can always use the original decode for bilerp even with a strict clip, since we can just return to skia a new image with it's width/height and offset adjusted from the original image (without copies).
,
Mar 3 2016
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/09885a2c46ae80f2e07fce7858a52c0b45f4dbb7 commit 09885a2c46ae80f2e07fce7858a52c0b45f4dbb7 Author: vmpstr <vmpstr@chromium.org> Date: Thu Mar 03 20:45:24 2016 cc: ImageDecodes: Always use original decode for bilerp. Instead of extracting a subrect in case of scale, we can always use the original decode since Skia will Do The Right Thing. That is, Skia already implements a cheap subrect extraction if it needs to do it, so there is no point in replicating this logic. R=enne, ericrk BUG= 591571 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1763793002 Cr-Commit-Position: refs/heads/master@{#379079} [modify] https://crrev.com/09885a2c46ae80f2e07fce7858a52c0b45f4dbb7/cc/tiles/software_image_decode_controller.cc
,
Mar 3 2016
|
||
►
Sign in to add a comment |
||
Comment 1 by vmp...@chromium.org
, Mar 3 2016