Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(305)

Issue 1420963008: Pull texture-backed bitmap resampler out of GrTextureParamsAdjuster code into its own class. (Closed)

Created:
5 years, 1 month ago by bsalomon
Modified:
5 years, 1 month ago
Reviewers:
robertphillips, reed1
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@nomin
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Pull texture-backed bitmap resampler out of GrTextureParamsAdjuster code into its own class. Committed: https://skia.googlesource.com/skia/+/89fe56bb98de55c7bd2b547c875b74a98bd5a1ca

Patch Set 1 #

Patch Set 2 : some cleanup #

Patch Set 3 : update #

Total comments: 10

Patch Set 4 : remove dead code #

Total comments: 4

Patch Set 5 : Address comments and remove call to deprecated MakeFromIRect #

Patch Set 6 : fix unused var warning #

Unified diffs Side-by-side diffs Delta from patch set Stats (+259 lines, -107 lines) Patch
M src/core/SkImageCacherator.h View 1 chunk +1 line, -1 line 0 comments Download
M src/core/SkImageCacherator.cpp View 3 chunks +4 lines, -4 lines 0 comments Download
M src/gpu/GrGpu.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/GrGpu.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/GrTextureParamsAdjuster.h View 1 2 3 4 5 chunks +85 lines, -31 lines 0 comments Download
M src/gpu/GrTextureParamsAdjuster.cpp View 1 2 3 4 3 chunks +102 lines, -16 lines 0 comments Download
M src/gpu/SkGr.cpp View 1 2 3 4 5 4 chunks +53 lines, -25 lines 0 comments Download
M src/image/SkImage_Gpu.cpp View 1 2 3 2 chunks +12 lines, -28 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 24 (11 generated)
bsalomon
I may wind up bringing these back together at some point, or perhaps more likely ...
5 years, 1 month ago (2015-10-29 15:28:59 UTC) #2
reed1
lgtm
5 years, 1 month ago (2015-10-29 15:39:22 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1420963008/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1420963008/40001
5 years, 1 month ago (2015-10-29 16:33:55 UTC) #6
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Build-Mac10.8-Clang-x86_64-Release-Trybot on client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Mac10.8-Clang-x86_64-Release-Trybot/builds/6335)
5 years, 1 month ago (2015-10-29 16:36:04 UTC) #8
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1420963008/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1420963008/60001
5 years, 1 month ago (2015-10-29 16:53:03 UTC) #10
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Build-Ubuntu-GCC-x86_64-Release-Trybot on client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Ubuntu-GCC-x86_64-Release-Trybot/builds/3973)
5 years, 1 month ago (2015-10-29 16:54:12 UTC) #12
robertphillips
lgtm https://codereview.chromium.org/1420963008/diff/40001/src/gpu/GrTextureParamsAdjuster.cpp File src/gpu/GrTextureParamsAdjuster.cpp (right): https://codereview.chromium.org/1420963008/diff/40001/src/gpu/GrTextureParamsAdjuster.cpp#newcode99 src/gpu/GrTextureParamsAdjuster.cpp:99: rect -> dstRect ? move it to right ...
5 years, 1 month ago (2015-10-29 16:57:54 UTC) #13
robertphillips
https://codereview.chromium.org/1420963008/diff/60001/src/gpu/GrTextureParamsAdjuster.h File src/gpu/GrTextureParamsAdjuster.h (right): https://codereview.chromium.org/1420963008/diff/60001/src/gpu/GrTextureParamsAdjuster.h#newcode7 src/gpu/GrTextureParamsAdjuster.h:7: Should this file be renamed ? Should this macro ...
5 years, 1 month ago (2015-10-29 17:07:05 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1420963008/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1420963008/80001
5 years, 1 month ago (2015-10-29 17:14:46 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: Build-Ubuntu-Clang-x86_64-Debug-Trybot on client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Ubuntu-Clang-x86_64-Debug-Trybot/builds/3977) Build-Ubuntu-GCC-Arm64-Debug-Android-Trybot on client.skia.compile (JOB_FAILED, ...
5 years, 1 month ago (2015-10-29 17:15:46 UTC) #19
bsalomon
https://codereview.chromium.org/1420963008/diff/40001/src/gpu/GrTextureParamsAdjuster.cpp File src/gpu/GrTextureParamsAdjuster.cpp (right): https://codereview.chromium.org/1420963008/diff/40001/src/gpu/GrTextureParamsAdjuster.cpp#newcode99 src/gpu/GrTextureParamsAdjuster.cpp:99: On 2015/10/29 16:57:54, robertphillips wrote: > rect -> dstRect ...
5 years, 1 month ago (2015-10-29 17:36:22 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1420963008/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1420963008/100001
5 years, 1 month ago (2015-10-29 17:38:16 UTC) #23
commit-bot: I haz the power
5 years, 1 month ago (2015-10-29 17:49:31 UTC) #24
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://skia.googlesource.com/skia/+/89fe56bb98de55c7bd2b547c875b74a98bd5a1ca

Powered by Google App Engine
This is Rietveld 408576698