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

Issue 275903002: Factor GrTexture into public GrTexture and private GrTextureImpl. (Closed)

Created:
6 years, 7 months ago by bsalomon
Modified:
6 years, 7 months ago
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

Factor GrTexture into public GrTexture and private GrTextureImpl. Committed: http://code.google.com/p/skia/source/detail?r=14680 Committed: http://code.google.com/p/skia/source/detail?r=14687

Patch Set 1 #

Total comments: 8

Patch Set 2 : Address Rob's comments #

Patch Set 3 : Move functions called by Chrome back to GrTexture #

Unified diffs Side-by-side diffs Delta from patch set Stats (+111 lines, -99 lines) Patch
M bench/GrResourceCacheBench.cpp View 1 chunk +1 line, -1 line 0 comments Download
M include/gpu/GrContext.h View 1 chunk +1 line, -1 line 0 comments Download
M include/gpu/GrTexture.h View 1 2 7 chunks +82 lines, -73 lines 0 comments Download
M src/gpu/GrContext.cpp View 6 chunks +8 lines, -8 lines 0 comments Download
M src/gpu/GrTexture.cpp View 1 8 chunks +13 lines, -10 lines 0 comments Download
M src/gpu/gl/GrGLTexture.h View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M src/gpu/gl/GrGpuGL.cpp View 2 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
bsalomon
https://codereview.chromium.org/275903002/diff/1/include/gpu/GrTexture.h File include/gpu/GrTexture.h (right): https://codereview.chromium.org/275903002/diff/1/include/gpu/GrTexture.h#newcode72 include/gpu/GrTexture.h:72: GrTextureImpl* impl() { return reinterpret_cast<GrTextureImpl*>(this); } This can only ...
6 years, 7 months ago (2014-05-09 14:44:15 UTC) #1
robertphillips
lgtm https://codereview.chromium.org/275903002/diff/1/include/gpu/GrTexture.h File include/gpu/GrTexture.h (right): https://codereview.chromium.org/275903002/diff/1/include/gpu/GrTexture.h#newcode108 include/gpu/GrTexture.h:108: public: Name here https://codereview.chromium.org/275903002/diff/1/include/gpu/GrTexture.h#newcode167 include/gpu/GrTexture.h:167: Can't GrTexture just ...
6 years, 7 months ago (2014-05-09 14:57:22 UTC) #2
bsalomon
https://codereview.chromium.org/275903002/diff/1/include/gpu/GrTexture.h File include/gpu/GrTexture.h (right): https://codereview.chromium.org/275903002/diff/1/include/gpu/GrTexture.h#newcode108 include/gpu/GrTexture.h:108: public: On 2014/05/09 14:57:22, robertphillips wrote: > Name here ...
6 years, 7 months ago (2014-05-09 15:10:39 UTC) #3
bsalomon
The CQ bit was checked by bsalomon@google.com
6 years, 7 months ago (2014-05-09 17:26:42 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/bsalomon@google.com/275903002/20001
6 years, 7 months ago (2014-05-09 17:27:35 UTC) #5
commit-bot: I haz the power
Change committed as 14680
6 years, 7 months ago (2014-05-09 17:38:05 UTC) #6
bsalomon
A revert of this CL has been created in https://codereview.chromium.org/278073002/ by bsalomon@google.com. The reason for ...
6 years, 7 months ago (2014-05-09 18:01:26 UTC) #7
bsalomon
The CQ bit was checked by bsalomon@google.com
6 years, 7 months ago (2014-05-09 20:39:16 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/bsalomon@google.com/275903002/40001
6 years, 7 months ago (2014-05-09 20:40:40 UTC) #9
commit-bot: I haz the power
6 years, 7 months ago (2014-05-09 20:46:55 UTC) #10
Message was sent while issue was closed.
Change committed as 14687

Powered by Google App Engine
This is Rietveld 408576698