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

Issue 26695005: separate state for msaa renderability (Closed)

Created:
7 years, 2 months ago by bsalomon
Modified:
7 years, 2 months ago
Reviewers:
brian1, robertphillips
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

separate state for msaa renderability Committed: http://code.google.com/p/skia/source/detail?r=11770

Patch Set 1 #

Patch Set 2 : rebased #

Total comments: 2

Patch Set 3 : bool to int #

Unified diffs Side-by-side diffs Delta from patch set Stats (+53 lines, -24 lines) Patch
M include/gpu/GrContext.h View 1 chunk +1 line, -1 line 0 comments Download
M src/effects/SkBitmapAlphaThresholdShader.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/GrClipMaskManager.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/GrContext.cpp View 1 chunk +2 lines, -3 lines 0 comments Download
M src/gpu/GrDrawTarget.cpp View 1 2 1 chunk +4 lines, -1 line 0 comments Download
M src/gpu/GrDrawTargetCaps.h View 2 chunks +4 lines, -6 lines 0 comments Download
M src/gpu/GrGpu.cpp View 1 chunk +4 lines, -0 lines 0 comments Download
M src/gpu/SkGpuDevice.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/gl/GrGLCaps.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/gpu/gl/GrGLCaps.cpp View 1 chunk +28 lines, -6 lines 0 comments Download
M src/gpu/gl/GrGpuGL.cpp View 2 chunks +6 lines, -4 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
bsalomon
7 years, 2 months ago (2013-10-14 17:04:57 UTC) #1
robertphillips
https://codereview.chromium.org/26695005/diff/3001/src/gpu/GrDrawTarget.cpp File src/gpu/GrDrawTarget.cpp (right): https://codereview.chromium.org/26695005/diff/3001/src/gpu/GrDrawTarget.cpp#newcode1051 src/gpu/GrDrawTarget.cpp:1051: kConfigNames[i], kNo_MSAA instead of false & kYes_MSAA instead of ...
7 years, 2 months ago (2013-10-14 17:12:04 UTC) #2
bsalomon
https://codereview.chromium.org/26695005/diff/3001/src/gpu/GrDrawTarget.cpp File src/gpu/GrDrawTarget.cpp (right): https://codereview.chromium.org/26695005/diff/3001/src/gpu/GrDrawTarget.cpp#newcode1051 src/gpu/GrDrawTarget.cpp:1051: kConfigNames[i], On 2013/10/14 17:12:04, robertphillips wrote: > kNo_MSAA instead ...
7 years, 2 months ago (2013-10-14 17:14:06 UTC) #3
bsalomon
changed [false],[true] to [0],[1]
7 years, 2 months ago (2013-10-14 19:24:16 UTC) #4
commit-bot: I haz the power
No LGTM from a valid reviewer yet. Only full committers are accepted. Even if an ...
7 years, 2 months ago (2013-10-15 14:07:48 UTC) #5
brian1
Rob gave me a verbal lgtm.
7 years, 2 months ago (2013-10-15 14:08:41 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/bsalomon@google.com/26695005/9001
7 years, 2 months ago (2013-10-15 14:08:58 UTC) #7
commit-bot: I haz the power
Change committed as 11770
7 years, 2 months ago (2013-10-15 14:18:27 UTC) #8
robertphillips
7 years, 2 months ago (2013-10-15 15:04:20 UTC) #9
Message was sent while issue was closed.
Doh - here is a posthumous lgtm.

Powered by Google App Engine
This is Rietveld 408576698