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

Issue 1210303003: add getTextureHandle to SkSurface (Closed)

Created:
5 years, 5 months ago by reed1
Modified:
5 years, 5 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

Patch Set 1 #

Total comments: 10

Patch Set 2 : fix bogus comment (written for prev signature) #

Patch Set 3 : use new tri-state enum #

Total comments: 2

Patch Set 4 : tweak dox #

Unified diffs Side-by-side diffs Delta from patch set Stats (+72 lines, -2 lines) Patch
M include/core/SkSurface.h View 1 2 3 1 chunk +16 lines, -0 lines 0 comments Download
M src/image/SkSurface.cpp View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M src/image/SkSurface_Base.h View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M src/image/SkSurface_Gpu.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M src/image/SkSurface_Gpu.cpp View 1 2 1 chunk +18 lines, -0 lines 0 comments Download
M tests/SurfaceTest.cpp View 1 2 3 chunks +29 lines, -2 lines 0 comments Download

Messages

Total messages: 25 (10 generated)
reed1
will add tests, but wanted feed back on the api/contract soon.
5 years, 5 months ago (2015-06-26 21:12:26 UTC) #2
bsalomon
otherwise api looks good. https://codereview.chromium.org/1210303003/diff/1/include/core/SkSurface.h File include/core/SkSurface.h (right): https://codereview.chromium.org/1210303003/diff/1/include/core/SkSurface.h#newcode152 include/core/SkSurface.h:152: * If flushPendingWrites then the ...
5 years, 5 months ago (2015-06-26 21:15:22 UTC) #3
reed1
https://codereview.chromium.org/1210303003/diff/1/include/core/SkSurface.h File include/core/SkSurface.h (right): https://codereview.chromium.org/1210303003/diff/1/include/core/SkSurface.h#newcode152 include/core/SkSurface.h:152: * If flushPendingWrites then the GrContext will issue to ...
5 years, 5 months ago (2015-06-26 21:21:13 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/1210303003/20001
5 years, 5 months ago (2015-06-26 21:22:38 UTC) #6
Justin Novosad
https://codereview.chromium.org/1210303003/diff/1/include/core/SkSurface.h File include/core/SkSurface.h (right): https://codereview.chromium.org/1210303003/diff/1/include/core/SkSurface.h#newcode144 include/core/SkSurface.h:144: * CAN WE DEPRECATE THIS? No we can't. This ...
5 years, 5 months ago (2015-06-26 21:33:15 UTC) #8
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 5 months ago (2015-06-26 21:37:08 UTC) #10
f(malita)
https://codereview.chromium.org/1210303003/diff/1/include/core/SkSurface.h File include/core/SkSurface.h (right): https://codereview.chromium.org/1210303003/diff/1/include/core/SkSurface.h#newcode155 include/core/SkSurface.h:155: GrBackendObject getTextureHandle(ContentChangeMode); Can you also document the lifetime & ...
5 years, 5 months ago (2015-06-26 21:39:38 UTC) #12
reed1
https://codereview.chromium.org/1210303003/diff/1/include/core/SkSurface.h File include/core/SkSurface.h (right): https://codereview.chromium.org/1210303003/diff/1/include/core/SkSurface.h#newcode144 include/core/SkSurface.h:144: * CAN WE DEPRECATE THIS? On 2015/06/26 21:33:14, Justin ...
5 years, 5 months ago (2015-06-27 17:56:12 UTC) #13
reed1
ptal
5 years, 5 months ago (2015-06-27 17:56:23 UTC) #14
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1210303003/40001
5 years, 5 months ago (2015-06-27 17:56:37 UTC) #16
Justin Novosad
lgtm with nit. https://codereview.chromium.org/1210303003/diff/40001/include/core/SkSurface.h File include/core/SkSurface.h (right): https://codereview.chromium.org/1210303003/diff/40001/include/core/SkSurface.h#newcode149 include/core/SkSurface.h:149: kDiscardWrite_TextureHandleAccess, //!< caller may over-write the ...
5 years, 5 months ago (2015-06-27 19:31:37 UTC) #19
Justin Novosad
Should this be associated with crbug.com/485243?
5 years, 5 months ago (2015-06-29 03:29:12 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1210303003/60001
5 years, 5 months ago (2015-06-29 14:29:57 UTC) #23
reed1
https://codereview.chromium.org/1210303003/diff/40001/include/core/SkSurface.h File include/core/SkSurface.h (right): https://codereview.chromium.org/1210303003/diff/40001/include/core/SkSurface.h#newcode149 include/core/SkSurface.h:149: kDiscardWrite_TextureHandleAccess, //!< caller may over-write the entire texture On ...
5 years, 5 months ago (2015-06-29 14:30:01 UTC) #24
commit-bot: I haz the power
5 years, 5 months ago (2015-06-29 14:37:04 UTC) #25
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://skia.googlesource.com/skia/+/fa5e68e4b4a10227d3e2c0725b55260175903a80

Powered by Google App Engine
This is Rietveld 408576698