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

Issue 14998007: Make GrGLShaderBuilder check whether GrEffect advertised that it would require the dst color or frag (Closed)

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

Description

Make GrGLShaderBuilder check whether GrEffect advertised that it would require the dst color or fragment position Committed: http://code.google.com/p/skia/source/detail?r=9074

Patch Set 1 #

Patch Set 2 : cleanup #

Total comments: 3

Patch Set 3 : Address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+54 lines, -10 lines) Patch
M include/gpu/GrConfig.h View 1 2 1 chunk +4 lines, -1 line 0 comments Download
M include/gpu/GrEffect.h View 1 4 chunks +15 lines, -4 lines 0 comments Download
M src/core/SkXfermode.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/effects/SkLightingImageFilter.cpp View 8 chunks +12 lines, -0 lines 0 comments Download
M src/gpu/GrAAHairLinePathRenderer.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M src/gpu/GrAARectRenderer.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M src/gpu/GrDrawState.h View 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/gl/GrGLProgramDesc.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/gl/GrGLShaderBuilder.cpp View 1 2 3 chunks +17 lines, -1 line 0 comments Download
M tests/GLProgramsTest.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 9 (0 generated)
bsalomon
Next step towards making shaders that read fragment position be keyed on RT origin. Now ...
7 years, 7 months ago (2013-05-08 21:14:51 UTC) #1
Stephen White
LGTM https://codereview.chromium.org/14998007/diff/2001/src/gpu/gl/GrGLShaderBuilder.cpp File src/gpu/gl/GrGLShaderBuilder.cpp (right): https://codereview.chromium.org/14998007/diff/2001/src/gpu/gl/GrGLShaderBuilder.cpp#newcode236 src/gpu/gl/GrGLShaderBuilder.cpp:236: GrPrintf("GrGLEffect asked for dst color but its generating ...
7 years, 7 months ago (2013-05-09 01:33:46 UTC) #2
robertphillips
lgtm https://codereview.chromium.org/14998007/diff/2001/src/gpu/gl/GrGLShaderBuilder.cpp File src/gpu/gl/GrGLShaderBuilder.cpp (right): https://codereview.chromium.org/14998007/diff/2001/src/gpu/gl/GrGLShaderBuilder.cpp#newcode237 src/gpu/gl/GrGLShaderBuilder.cpp:237: "did not request access."); Is there something better ...
7 years, 7 months ago (2013-05-09 13:16:11 UTC) #3
bsalomon
The new version asserts in the debug build, but always prints, and returns "" rather ...
7 years, 7 months ago (2013-05-09 13:32:36 UTC) #4
Stephen White
On 2013/05/09 13:32:36, bsalomon wrote: > The new version asserts in the debug build, but ...
7 years, 7 months ago (2013-05-09 13:55:06 UTC) #5
bsalomon
On 2013/05/09 13:55:06, Stephen White wrote: > On 2013/05/09 13:32:36, bsalomon wrote: > > The ...
7 years, 7 months ago (2013-05-09 13:57:34 UTC) #6
Stephen White
On 2013/05/09 13:57:34, bsalomon wrote: > On 2013/05/09 13:55:06, Stephen White wrote: > > On ...
7 years, 7 months ago (2013-05-09 14:15:35 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/bsalomon@google.com/14998007/11001
7 years, 7 months ago (2013-05-09 14:42:01 UTC) #8
commit-bot: I haz the power
7 years, 7 months ago (2013-05-09 14:55:49 UTC) #9
Message was sent while issue was closed.
Change committed as 9074

Powered by Google App Engine
This is Rietveld 408576698