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

Issue 15643013: Force checking of all color, stencil and FBO allocations for SkSurface_Gpu. This fixes the software… (Closed)

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

Description

Force checking of all color, stencil and FBO allocations for SkSurface_Gpu. This fixes the software canvas fallback in Chrome. R=bsalomon@google.com Committed: https://code.google.com/p/skia/source/detail?r=9487

Patch Set 1 #

Total comments: 8

Patch Set 2 : Respond to review comments. #

Patch Set 3 : Spread the SkToBool goodness. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -7 lines) Patch
M include/gpu/GrTypes.h View 1 chunk +5 lines, -0 lines 0 comments Download
M src/gpu/gl/GrGLRenderTarget.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/gpu/gl/GrGpuGL.cpp View 1 2 9 chunks +20 lines, -6 lines 0 comments Download
M src/image/SkSurface_Gpu.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 7 (0 generated)
Stephen White
Brian: PTAL. Thanks!
7 years, 6 months ago (2013-06-07 14:56:17 UTC) #1
bsalomon
lgtm we a few nits inline. https://codereview.chromium.org/15643013/diff/1/src/gpu/gl/GrGpuGL.cpp File src/gpu/gl/GrGpuGL.cpp (right): https://codereview.chromium.org/15643013/diff/1/src/gpu/gl/GrGpuGL.cpp#newcode541 src/gpu/gl/GrGpuGL.cpp:541: GrGLenum checkAllocError(const GrTextureDesc& ...
7 years, 6 months ago (2013-06-10 13:21:47 UTC) #2
Stephen White
https://codereview.chromium.org/15643013/diff/1/src/gpu/gl/GrGpuGL.cpp File src/gpu/gl/GrGpuGL.cpp (right): https://codereview.chromium.org/15643013/diff/1/src/gpu/gl/GrGpuGL.cpp#newcode541 src/gpu/gl/GrGpuGL.cpp:541: GrGLenum checkAllocError(const GrTextureDesc& desc, const GrGLInterface* interface) { On ...
7 years, 6 months ago (2013-06-10 13:53:14 UTC) #3
bsalomon
lgtm https://codereview.chromium.org/15643013/diff/1/src/gpu/gl/GrGpuGL.cpp File src/gpu/gl/GrGpuGL.cpp (right): https://codereview.chromium.org/15643013/diff/1/src/gpu/gl/GrGpuGL.cpp#newcode896 src/gpu/gl/GrGpuGL.cpp:896: glRTDesc.fCheckAllocation = 0 != (desc.fFlags & kCheckAllocation_GrTextureFlagBit); On ...
7 years, 6 months ago (2013-06-10 14:04:42 UTC) #4
Stephen White
https://codereview.chromium.org/15643013/diff/1/src/gpu/gl/GrGpuGL.cpp File src/gpu/gl/GrGpuGL.cpp (right): https://codereview.chromium.org/15643013/diff/1/src/gpu/gl/GrGpuGL.cpp#newcode896 src/gpu/gl/GrGpuGL.cpp:896: glRTDesc.fCheckAllocation = 0 != (desc.fFlags & kCheckAllocation_GrTextureFlagBit); On 2013/06/10 ...
7 years, 6 months ago (2013-06-10 14:54:39 UTC) #5
bsalomon
lgtm
7 years, 6 months ago (2013-06-10 14:56:03 UTC) #6
Stephen White
7 years, 6 months ago (2013-06-10 15:06:17 UTC) #7
Message was sent while issue was closed.
Committed patchset #3 manually as r9487 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698