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

Issue 1220733007: add ability to get FBO ID to Surface (Closed)

Created:
5 years, 5 months ago by joshua.litt
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

add ability to get FBO ID to Surface BUG=skia: Committed: https://skia.googlesource.com/skia/+/81793410a80b1bb147e765caccdd7fb36e34edf8

Patch Set 1 #

Patch Set 2 : moe #

Patch Set 3 : tweaks #

Patch Set 4 : tweaks #

Total comments: 1

Patch Set 5 : more #

Total comments: 2

Patch Set 6 : rebase #

Patch Set 7 : more #

Total comments: 2

Patch Set 8 : nits #

Patch Set 9 : mac warning #

Unified diffs Side-by-side diffs Delta from patch set Stats (+161 lines, -127 lines) Patch
M include/core/SkSurface.h View 1 2 3 4 5 6 7 2 chunks +25 lines, -5 lines 0 comments Download
M include/gpu/GrRenderTarget.h View 1 chunk +6 lines, -0 lines 0 comments Download
M src/gpu/gl/GrGLRenderTarget.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/image/SkSurface.cpp View 1 2 3 4 5 1 chunk +5 lines, -1 line 0 comments Download
M src/image/SkSurface_Base.h View 1 2 3 1 chunk +5 lines, -1 line 0 comments Download
M src/image/SkSurface_Gpu.h View 1 2 3 1 chunk +2 lines, -3 lines 0 comments Download
M src/image/SkSurface_Gpu.cpp View 1 2 3 4 5 6 7 1 chunk +24 lines, -8 lines 0 comments Download
M tests/SurfaceTest.cpp View 1 2 3 4 5 6 7 8 5 chunks +92 lines, -109 lines 0 comments Download

Messages

Total messages: 20 (9 generated)
joshualitt
ptal
5 years, 5 months ago (2015-06-30 15:36:26 UTC) #2
joshualitt
feedback incorporated, adding Mike.
5 years, 5 months ago (2015-06-30 15:47:50 UTC) #4
bsalomon
https://codereview.chromium.org/1220733007/diff/60001/src/image/SkSurface_Gpu.cpp File src/image/SkSurface_Gpu.cpp (right): https://codereview.chromium.org/1220733007/diff/60001/src/image/SkSurface_Gpu.cpp#newcode48 src/image/SkSurface_Gpu.cpp:48: return rt->asTexture()->getTextureHandle(); Eek... this is an existing bug I ...
5 years, 5 months ago (2015-06-30 15:49:58 UTC) #5
joshualitt
On 2015/06/30 15:49:58, bsalomon wrote: > https://codereview.chromium.org/1220733007/diff/60001/src/image/SkSurface_Gpu.cpp > File src/image/SkSurface_Gpu.cpp (right): > > https://codereview.chromium.org/1220733007/diff/60001/src/image/SkSurface_Gpu.cpp#newcode48 > ...
5 years, 5 months ago (2015-06-30 16:13:38 UTC) #6
robertphillips
nits https://codereview.chromium.org/1220733007/diff/80001/include/core/SkSurface.h File include/core/SkSurface.h (right): https://codereview.chromium.org/1220733007/diff/80001/include/core/SkSurface.h#newcode161 include/core/SkSurface.h:161: * Retrieves the backend API handle of the ...
5 years, 5 months ago (2015-07-06 15:29:02 UTC) #9
joshualitt
On 2015/07/06 15:29:02, robertphillips wrote: > nits > > https://codereview.chromium.org/1220733007/diff/80001/include/core/SkSurface.h > File include/core/SkSurface.h (right): > ...
5 years, 5 months ago (2015-07-08 15:33:30 UTC) #10
bsalomon
lgtm with some nits https://codereview.chromium.org/1220733007/diff/140001/include/core/SkSurface.h File include/core/SkSurface.h (right): https://codereview.chromium.org/1220733007/diff/140001/include/core/SkSurface.h#newcode168 include/core/SkSurface.h:168: static const BackendHandleAccess kFlushRead_TextureHandleAccess = ...
5 years, 5 months ago (2015-07-08 17:21:46 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1220733007/160001
5 years, 5 months ago (2015-07-08 18:37:10 UTC) #14
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/4323) Build-Ubuntu-GCC-x86_64-Release-Trybot on client.skia.compile (JOB_FAILED, ...
5 years, 5 months ago (2015-07-08 18:40:29 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1220733007/180001
5 years, 5 months ago (2015-07-08 19:46:28 UTC) #19
commit-bot: I haz the power
5 years, 5 months ago (2015-07-08 19:54:09 UTC) #20
Message was sent while issue was closed.
Committed patchset #9 (id:180001) as
https://skia.googlesource.com/skia/+/81793410a80b1bb147e765caccdd7fb36e34edf8

Powered by Google App Engine
This is Rietveld 408576698