Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(558)

Issue 4535088: Dual Source Blending (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 1 month ago by bsalomon
Modified:
13 years, 1 month ago
Base URL:
http://skia.googlecode.com/svn/trunk/
Visibility:
Public.

Description

oops, meant to add people to reviewers not cc.

Patch Set 1 #

Patch Set 2 : turn off print shaders #

Patch Set 3 : latest #

Patch Set 4 : fix mac gl interface #

Patch Set 5 : fix linux gl interface #

Patch Set 6 : misc cleanup #

Total comments: 10

Patch Set 7 : address comments #

Patch Set 8 : upload from correct dir #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+569 lines, -85 lines) Patch
M gpu/include/GrDrawTarget.h View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M gpu/include/GrGLDefines.h View 1 2 3 4 5 6 7 1 chunk +6 lines, -0 lines 0 comments Download
M gpu/include/GrGLInterface.h View 1 2 3 4 5 6 7 3 chunks +7 lines, -0 lines 0 comments Download
M gpu/include/GrGpu.h View 1 2 3 4 5 6 7 3 chunks +25 lines, -0 lines 0 comments Download
M gpu/include/GrTypes.h View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M gpu/src/GrDrawTarget.cpp View 1 2 3 4 5 6 7 3 chunks +37 lines, -7 lines 0 comments Download
M gpu/src/GrGLInterface.cpp View 1 2 3 4 5 6 7 1 chunk +9 lines, -0 lines 0 comments Download
M gpu/src/GrGLProgram.h View 1 2 3 4 5 6 7 5 chunks +27 lines, -4 lines 0 comments Download
M gpu/src/GrGLProgram.cpp View 1 2 3 4 5 6 7 19 chunks +146 lines, -29 lines 1 comment Download
M gpu/src/GrGpuGL.h View 1 2 3 4 5 6 7 3 chunks +6 lines, -3 lines 0 comments Download
M gpu/src/GrGpuGL.cpp View 1 2 3 4 5 6 7 5 chunks +47 lines, -28 lines 0 comments Download
M gpu/src/GrGpuGLFixed.cpp View 1 2 3 4 5 6 7 3 chunks +5 lines, -2 lines 0 comments Download
M gpu/src/GrGpuGLShaders.cpp View 1 2 3 4 5 6 7 6 chunks +62 lines, -10 lines 0 comments Download
M gpu/src/mac/GrGLDefaultInterface_mac.cpp View 1 2 3 4 5 6 7 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/src/mesa/GrGLDefaultInterface_mesa.cpp View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M gpu/src/unix/GrGLDefaultInterface_unix.cpp View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M gpu/src/win/GrGLDefaultInterface_win.cpp View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M gyp/skia.gyp View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
A samplecode/SampleXfermodesBlur.cpp View 1 2 3 4 5 6 7 1 chunk +182 lines, -0 lines 0 comments Download
M src/utils/win/SkOSWindow_Win.cpp View 1 2 3 4 5 6 7 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 6
bsalomon
Fixes incorrect blending when xfer modeshas dst coeff of kZero, kSA, or kSC and there ...
13 years, 1 month ago (2011-05-19 19:14:00 UTC) #1
Stephen White
LGTM. My comments are really just structural -- I don't know much about this GL ...
13 years, 1 month ago (2011-05-19 19:44:24 UTC) #2
bsalomon
I got to the point where I could no longer read what I'd written! :) ...
13 years, 1 month ago (2011-05-19 20:21:40 UTC) #3
Stephen White
LGTM On 2011/05/19 20:21:40, bsalomon wrote: > I got to the point where I could ...
13 years, 1 month ago (2011-05-19 20:32:23 UTC) #4
junov
http://codereview.appspot.com/4535088/diff/4003/gpu/src/GrGLProgram.cpp File gpu/src/GrGLProgram.cpp (right): http://codereview.appspot.com/4535088/diff/4003/gpu/src/GrGLProgram.cpp#newcode191 gpu/src/GrGLProgram.cpp:191: if (var1IsScalar) { I think this logic is unnecessary. ...
13 years, 1 month ago (2011-05-20 03:42:14 UTC) #5
bsalomon
13 years, 1 month ago (2011-05-20 14:14:34 UTC) #6
junov is correct. I made that change and checked in at r1390. Closed.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b