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

Issue 2175873002: remove/deprecate SkBitmap::getTexture, as it now always returns false (Closed)

Created:
4 years, 5 months ago by reed1
Modified:
4 years, 4 months ago
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

remove/deprecate SkBitmap::getTexture, as it now always returns false oh happy day BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2175873002 Committed: https://skia.googlesource.com/skia/+/c7ec7c9cabf5c8ad08beb617b99831ece25dacdd

Patch Set 1 #

Total comments: 6

Patch Set 2 : kill AutoBitmapTexture #

Total comments: 6
Unified diffs Side-by-side diffs Delta from patch set Stats (+40 lines, -219 lines) Patch
M include/core/SkBitmap.h View 2 chunks +6 lines, -3 lines 0 comments Download
M include/core/SkPixelRef.h View 1 chunk +0 lines, -14 lines 0 comments Download
M include/gpu/SkGr.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/core/SkBitmap.cpp View 3 chunks +2 lines, -52 lines 0 comments Download
M src/core/SkBitmapProvider.cpp View 1 chunk +0 lines, -4 lines 0 comments Download
M src/core/SkCanvas.cpp View 2 chunks +1 line, -5 lines 0 comments Download
M src/core/SkSpecialImage.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M src/gpu/GrImageIDTextureAdjuster.h View 1 chunk +0 lines, -19 lines 0 comments Download
M src/gpu/GrImageIDTextureAdjuster.cpp View 2 chunks +2 lines, -32 lines 0 comments Download
M src/gpu/SkGpuDevice.cpp View 1 9 chunks +18 lines, -81 lines 6 comments Download
M src/gpu/SkGr.cpp View 1 1 chunk +7 lines, -4 lines 0 comments Download
M src/image/SkImage_Raster.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M tools/picture_utils.cpp View 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 22 (10 generated)
reed1
4 years, 5 months ago (2016-07-22 17:59:34 UTC) #3
bsalomon
https://codereview.chromium.org/2175873002/diff/1/src/gpu/GrImageIDTextureAdjuster.cpp File src/gpu/GrImageIDTextureAdjuster.cpp (right): https://codereview.chromium.org/2175873002/diff/1/src/gpu/GrImageIDTextureAdjuster.cpp#newcode53 src/gpu/GrImageIDTextureAdjuster.cpp:53: { { on prev line? https://codereview.chromium.org/2175873002/diff/1/src/gpu/SkGpuDevice.cpp File src/gpu/SkGpuDevice.cpp (right): ...
4 years, 5 months ago (2016-07-22 18:06:49 UTC) #5
reed1
ptal https://codereview.chromium.org/2175873002/diff/1/src/gpu/GrImageIDTextureAdjuster.cpp File src/gpu/GrImageIDTextureAdjuster.cpp (right): https://codereview.chromium.org/2175873002/diff/1/src/gpu/GrImageIDTextureAdjuster.cpp#newcode53 src/gpu/GrImageIDTextureAdjuster.cpp:53: { On 2016/07/22 18:06:49, bsalomon wrote: > { ...
4 years, 5 months ago (2016-07-22 21:46:35 UTC) #6
reed1
afaik -- chrome/blink never use getTexture, so I'm not adding a flag to them (unless ...
4 years, 5 months ago (2016-07-22 21:53:15 UTC) #9
reed1
4 years, 5 months ago (2016-07-23 01:42:56 UTC) #13
reed1
other comments?
4 years, 4 months ago (2016-07-24 17:46:45 UTC) #14
robertphillips
lgtm https://codereview.chromium.org/2175873002/diff/20001/src/gpu/SkGpuDevice.cpp File src/gpu/SkGpuDevice.cpp (right): https://codereview.chromium.org/2175873002/diff/20001/src/gpu/SkGpuDevice.cpp#newcode1326 src/gpu/SkGpuDevice.cpp:1326: bitmap.getGenerationID(), std::move ?
4 years, 4 months ago (2016-07-25 12:08:29 UTC) #15
f(malita)
lgtm w/ more moves. https://codereview.chromium.org/2175873002/diff/20001/src/gpu/SkGpuDevice.cpp File src/gpu/SkGpuDevice.cpp (right): https://codereview.chromium.org/2175873002/diff/20001/src/gpu/SkGpuDevice.cpp#newcode1103 src/gpu/SkGpuDevice.cpp:1103: fp = GrBicubicEffect::Make(texture.get(), std::move(colorSpaceXform), texMatrix, ...
4 years, 4 months ago (2016-07-25 12:58:15 UTC) #16
bsalomon
https://codereview.chromium.org/2175873002/diff/20001/src/gpu/SkGpuDevice.cpp File src/gpu/SkGpuDevice.cpp (right): https://codereview.chromium.org/2175873002/diff/20001/src/gpu/SkGpuDevice.cpp#newcode1115 src/gpu/SkGpuDevice.cpp:1115: fp = GrSimpleTextureEffect::Make(texture.get(), std::move(colorSpaceXform), texMatrix, params); On 2016/07/25 12:58:15, ...
4 years, 4 months ago (2016-07-25 13:50:08 UTC) #17
bsalomon
oh and lgtm
4 years, 4 months ago (2016-07-25 15:03:02 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2175873002/20001
4 years, 4 months ago (2016-07-25 15:05:57 UTC) #20
commit-bot: I haz the power
4 years, 4 months ago (2016-07-25 15:29:14 UTC) #22
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://skia.googlesource.com/skia/+/c7ec7c9cabf5c8ad08beb617b99831ece25dacdd

Powered by Google App Engine
This is Rietveld 408576698