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

Issue 1102663002: Refactor createTexture and onCreateTexture (Closed)

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

Description

Refactor createTexture and onCreateTexture BUG=skia: Committed: https://skia.googlesource.com/skia/+/b0e1be207f6b5a5346641b7b675bb9bd1993f9df

Patch Set 1 #

Total comments: 2

Patch Set 2 : change descCopy name #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+73 lines, -65 lines) Patch
M src/gpu/GrGpu.h View 1 chunk +6 lines, -2 lines 0 comments Download
M src/gpu/GrGpu.cpp View 1 3 chunks +44 lines, -4 lines 1 comment Download
M src/gpu/GrTest.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M src/gpu/gl/GrGLGpu.h View 2 chunks +6 lines, -5 lines 0 comments Download
M src/gpu/gl/GrGLGpu.cpp View 6 chunks +14 lines, -51 lines 0 comments Download

Messages

Total messages: 10 (2 generated)
egdaniel
Some general cleanup to move some non gl specific code up to the base class
5 years, 8 months ago (2015-04-22 20:02:44 UTC) #2
bsalomon
https://codereview.chromium.org/1102663002/diff/1/src/gpu/GrGpu.cpp File src/gpu/GrGpu.cpp (right): https://codereview.chromium.org/1102663002/diff/1/src/gpu/GrGpu.cpp#newcode97 src/gpu/GrGpu.cpp:97: (!SkIsPow2(desc.fWidth) || !SkIsPow2(desc.fHeight))) { descCopy x2 ? minor suggestion: ...
5 years, 8 months ago (2015-04-22 20:11:11 UTC) #3
egdaniel
https://codereview.chromium.org/1102663002/diff/1/src/gpu/GrGpu.cpp File src/gpu/GrGpu.cpp (right): https://codereview.chromium.org/1102663002/diff/1/src/gpu/GrGpu.cpp#newcode97 src/gpu/GrGpu.cpp:97: (!SkIsPow2(desc.fWidth) || !SkIsPow2(desc.fHeight))) { On 2015/04/22 20:11:11, bsalomon wrote: ...
5 years, 8 months ago (2015-04-22 20:20:27 UTC) #4
bsalomon
lgtm
5 years, 8 months ago (2015-04-22 20:20:52 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1102663002/20001
5 years, 8 months ago (2015-04-22 20:22:19 UTC) #7
commit-bot: I haz the power
Committed patchset #2 (id:20001) as https://skia.googlesource.com/skia/+/b0e1be207f6b5a5346641b7b675bb9bd1993f9df
5 years, 8 months ago (2015-04-22 20:27:46 UTC) #8
jvanverth1
https://codereview.chromium.org/1102663002/diff/20001/src/gpu/GrGpu.cpp File src/gpu/GrGpu.cpp (right): https://codereview.chromium.org/1102663002/diff/20001/src/gpu/GrGpu.cpp#newcode41 src/gpu/GrGpu.cpp:41: I thought we were deprecating the use of anonymous ...
5 years, 8 months ago (2015-04-22 20:28:13 UTC) #9
tomhudson
5 years, 8 months ago (2015-04-23 17:14:01 UTC) #10
Message was sent while issue was closed.
On 2015/04/22 20:28:13, jvanverth1 wrote:
>
https://codereview.chromium.org/1102663002/diff/20001/src/gpu/GrGpu.cpp#newco...
> src/gpu/GrGpu.cpp:41: 
> I thought we were deprecating the use of anonymous namespaces, and using
> 'static' instead.

Reasons? I thought the opposite...

Powered by Google App Engine
This is Rietveld 408576698