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

Issue 1002013006: Disable GL_MULTISAMPLE when it's not being used (Closed)

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

Description

Disable GL_MULTISAMPLE when it's not being used Updates Gr to disable GL_MULTISAMPLE when drawing to an aliased render target. This is an important step for NV_framebuffer_mixed_samples, where just because the color buffer isn't multisampled doesn't mean other stages in the graphics pipeline aren't. It also removes the need for the "isLineDraw" workaround that was in GrGLGpu::flushHWAAState. BUG=skia: Committed: https://skia.googlesource.com/skia/+/d0a840d4d8bb6ebc9981cc331b1b231a6c6e0928

Patch Set 1 #

Patch Set 2 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -31 lines) Patch
M src/gpu/GrPipelineBuilder.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M src/gpu/gl/GrGLGpu.h View 1 2 chunks +2 lines, -4 lines 0 comments Download
M src/gpu/gl/GrGLGpu.cpp View 1 7 chunks +17 lines, -26 lines 0 comments Download

Messages

Total messages: 13 (6 generated)
Chris Dalton
5 years, 9 months ago (2015-03-14 01:55:48 UTC) #2
Chris Dalton
This is a prerequisite for https://codereview.chromium.org/1001503002/, which is nearing completion.
5 years, 9 months ago (2015-03-16 19:53:41 UTC) #4
bsalomon
lgtm
5 years, 9 months ago (2015-03-16 19:58:08 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1002013006/1
5 years, 9 months ago (2015-03-16 23:39:58 UTC) #7
commit-bot: I haz the power
Failed to apply patch for src/gpu/gl/GrGLGpu.cpp: While running git apply --index -3 -p1; error: patch ...
5 years, 9 months ago (2015-03-16 23:40:01 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1002013006/20001
5 years, 9 months ago (2015-03-17 00:14:01 UTC) #12
commit-bot: I haz the power
5 years, 9 months ago (2015-03-17 00:20:06 UTC) #13
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://skia.googlesource.com/skia/+/d0a840d4d8bb6ebc9981cc331b1b231a6c6e0928

Powered by Google App Engine
This is Rietveld 408576698