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

Issue 1459433002: Convert SkGpuDevice::drawTextureAdjuster to SkGpuDevice::drawTextureProducer (Closed)

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

Description

Convert SkGpuDevice::drawTextureAdjuster to SkGpuDevice::drawTextureProducer Move createFragmentProcessor to GrTextureProducer base class. Make non-tiled sw-bitmap draws go through drawTextureProducer. Committed: https://skia.googlesource.com/skia/+/b1b019985bee2bcbf35c2fbb4281904d0d3465bb

Patch Set 1 #

Patch Set 2 : more #

Patch Set 3 : move domain opt #

Total comments: 44

Patch Set 4 : Address comments #

Patch Set 5 : fix build #

Patch Set 6 : fix comment #

Patch Set 7 : remove redudant virtual decl #

Unified diffs Side-by-side diffs Delta from patch set Stats (+430 lines, -517 lines) Patch
M src/core/SkImageCacherator.cpp View 3 chunks +7 lines, -8 lines 0 comments Download
M src/gpu/GrImageIDTextureAdjuster.h View 1 2 3 1 chunk +21 lines, -0 lines 0 comments Download
M src/gpu/GrImageIDTextureAdjuster.cpp View 1 2 3 2 chunks +45 lines, -1 line 0 comments Download
M src/gpu/GrTextureParamsAdjuster.h View 1 2 3 4 5 6 4 chunks +56 lines, -45 lines 0 comments Download
M src/gpu/GrTextureParamsAdjuster.cpp View 1 2 3 4 5 4 chunks +86 lines, -30 lines 0 comments Download
M src/gpu/SkGpuDevice.h View 3 chunks +9 lines, -19 lines 0 comments Download
M src/gpu/SkGpuDevice.cpp View 1 2 3 4 7 chunks +125 lines, -357 lines 0 comments Download
M src/gpu/SkGpuDevice_drawTexture.cpp View 1 2 5 chunks +80 lines, -5 lines 0 comments Download
M src/gpu/SkGr.cpp View 1 chunk +1 line, -52 lines 0 comments Download

Messages

Total messages: 18 (9 generated)
bsalomon
The next steps would be: 1) rewrite tiling code to use GrTextureMaker as a layer ...
5 years, 1 month ago (2015-11-17 23:15:57 UTC) #2
robertphillips
lgtm + nits & questions https://codereview.chromium.org/1459433002/diff/40001/src/gpu/GrImageIDTextureAdjuster.cpp File src/gpu/GrImageIDTextureAdjuster.cpp (right): https://codereview.chromium.org/1459433002/diff/40001/src/gpu/GrImageIDTextureAdjuster.cpp#newcode62 src/gpu/GrImageIDTextureAdjuster.cpp:62: , fBitmap(bitmap) prev line ...
5 years, 1 month ago (2015-11-18 13:58:36 UTC) #3
bsalomon
https://codereview.chromium.org/1459433002/diff/40001/src/gpu/GrImageIDTextureAdjuster.cpp File src/gpu/GrImageIDTextureAdjuster.cpp (right): https://codereview.chromium.org/1459433002/diff/40001/src/gpu/GrImageIDTextureAdjuster.cpp#newcode62 src/gpu/GrImageIDTextureAdjuster.cpp:62: , fBitmap(bitmap) On 2015/11/18 13:58:35, robertphillips wrote: > prev ...
5 years, 1 month ago (2015-11-18 18:05:38 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1459433002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1459433002/60001
5 years, 1 month ago (2015-11-18 18:06:00 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: Build-Ubuntu-GCC-Arm64-Debug-Android-Trybot on client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Ubuntu-GCC-Arm64-Debug-Android-Trybot/builds/2590) Build-Ubuntu-GCC-Arm7-Debug-Android-Trybot on client.skia.compile (JOB_FAILED, ...
5 years, 1 month ago (2015-11-18 18:07:05 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1459433002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1459433002/100001
5 years, 1 month ago (2015-11-18 18:19:05 UTC) #12
commit-bot: I haz the power
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/6664)
5 years, 1 month ago (2015-11-18 18:20:17 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1459433002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1459433002/120001
5 years, 1 month ago (2015-11-18 18:44:11 UTC) #17
commit-bot: I haz the power
5 years, 1 month ago (2015-11-18 18:56:11 UTC) #18
Message was sent while issue was closed.
Committed patchset #7 (id:120001) as
https://skia.googlesource.com/skia/+/b1b019985bee2bcbf35c2fbb4281904d0d3465bb

Powered by Google App Engine
This is Rietveld 408576698