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

Issue 5129047: experimental GS (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years ago by bsalomon
Modified:
13 years ago
Reviewers:
junov, Stephen White, junov1
CC:
skia-review_googlegroups.com
Base URL:
http://skia.googlecode.com/svn/trunk/
Visibility:
Public.

Patch Set 1 #

Patch Set 2 : partial clenup #

Patch Set 3 : more cleanup #

Patch Set 4 : rebase #

Patch Set 5 : reabase #

Total comments: 8

Patch Set 6 : incorporate comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+349 lines, -165 lines) Patch
M gpu/include/GrGLDefines.h View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M gpu/include/GrGLInterface.h View 1 2 3 4 5 1 chunk +7 lines, -1 line 0 comments Download
M gpu/src/GrDrawTarget.h View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M gpu/src/GrDrawTarget.cpp View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M gpu/src/GrGLInterface.cpp View 1 2 3 4 5 3 chunks +31 lines, -1 line 0 comments Download
M gpu/src/GrGLProgram.h View 1 2 3 4 5 7 chunks +20 lines, -3 lines 0 comments Download
M gpu/src/GrGLProgram.cpp View 1 2 3 4 5 20 chunks +251 lines, -151 lines 0 comments Download
M gpu/src/GrGpuGLShaders.cpp View 1 2 3 4 5 6 chunks +37 lines, -9 lines 0 comments Download

Messages

Total messages: 7
bsalomon
Adds a "null" geometry shader. Debug-only, used in GLShaders unit test.
13 years ago (2011-09-28 18:01:06 UTC) #1
Stephen White
Looks fine (some nits which you can fix or ignore at your leisure). Leaving for ...
13 years ago (2011-09-28 18:58:29 UTC) #2
junov1
http://codereview.appspot.com/5129047/diff/4003/gpu/src/GrGLProgram.cpp File gpu/src/GrGLProgram.cpp (right): http://codereview.appspot.com/5129047/diff/4003/gpu/src/GrGLProgram.cpp#newcode548 gpu/src/GrGLProgram.cpp:548: #if GR_DEBUG Why GR_DEBUG? could be GR_EXPERIMENTAL_GEO_SHADER or something ...
13 years ago (2011-09-28 19:11:45 UTC) #3
bsalomon
http://codereview.appspot.com/5129047/diff/4003/gpu/include/GrGLInterface.h File gpu/include/GrGLInterface.h (right): http://codereview.appspot.com/5129047/diff/4003/gpu/include/GrGLInterface.h#newcode31 gpu/include/GrGLInterface.h:31: #define GR_GLSL_VER(major, minor) (((int)(major) << 16) | ((int)(minor))) On ...
13 years ago (2011-09-28 21:03:08 UTC) #4
Stephen White
On 2011/09/28 21:03:08, bsalomon wrote: > > Nit: function could be static. > > Does ...
13 years ago (2011-09-28 22:08:37 UTC) #5
junov1
LGTM
13 years ago (2011-09-29 14:06:01 UTC) #6
bsalomon
13 years ago (2011-10-03 13:24:15 UTC) #7
Checked in at r2365
Sign in to reply to this message.

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