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

Issue 1462123003: Create GrGLSLVaryingHandler class for program building (Closed)

Created:
5 years, 1 month ago by egdaniel
Modified:
5 years, 1 month ago
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@putCapsOnArgs
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Create GrGLSLVaryingHandler class for program building BUG=skia: Committed: https://skia.googlesource.com/skia/+/0eafe79f42e3c675f3c504aed4a41abf511df2b7

Patch Set 1 #

Patch Set 2 : add files #

Total comments: 4

Patch Set 3 : separable varying changes #

Patch Set 4 : fix release builder #

Unified diffs Side-by-side diffs Delta from patch set Stats (+500 lines, -319 lines) Patch
M gyp/gpu.gypi View 2 chunks +4 lines, -0 lines 0 comments Download
M src/gpu/GrDefaultGeoProcFactory.cpp View 6 chunks +8 lines, -3 lines 0 comments Download
M src/gpu/GrOvalRenderer.cpp View 7 chunks +15 lines, -8 lines 0 comments Download
M src/gpu/GrPathProcessor.cpp View 1 2 4 chunks +8 lines, -3 lines 0 comments Download
M src/gpu/batches/GrAAConvexPathRenderer.cpp View 3 chunks +5 lines, -2 lines 0 comments Download
M src/gpu/effects/GrBezierEffect.cpp View 7 chunks +13 lines, -6 lines 0 comments Download
M src/gpu/effects/GrBitmapTextGeoProc.cpp View 5 chunks +6 lines, -3 lines 0 comments Download
M src/gpu/effects/GrDashingEffect.cpp View 5 chunks +11 lines, -6 lines 0 comments Download
M src/gpu/effects/GrDistanceFieldGeoProc.cpp View 12 chunks +18 lines, -11 lines 0 comments Download
M src/gpu/gl/GrGLProgram.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M src/gpu/gl/GrGLProgram.cpp View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M src/gpu/gl/GrGLProgramDataManager.h View 1 2 5 chunks +7 lines, -7 lines 0 comments Download
M src/gpu/gl/GrGLProgramDataManager.cpp View 1 2 3 chunks +12 lines, -12 lines 0 comments Download
A src/gpu/gl/GrGLVaryingHandler.h View 1 2 1 chunk +38 lines, -0 lines 0 comments Download
A src/gpu/gl/GrGLVaryingHandler.cpp View 1 2 3 1 chunk +31 lines, -0 lines 0 comments Download
M src/gpu/gl/builders/GrGLProgramBuilder.h View 4 chunks +7 lines, -21 lines 0 comments Download
M src/gpu/gl/builders/GrGLProgramBuilder.cpp View 1 2 5 chunks +13 lines, -53 lines 0 comments Download
M src/gpu/glsl/GrGLSLFragmentShaderBuilder.cpp View 2 chunks +2 lines, -8 lines 0 comments Download
M src/gpu/glsl/GrGLSLGeometryProcessor.h View 2 chunks +4 lines, -1 line 0 comments Download
M src/gpu/glsl/GrGLSLGeometryProcessor.cpp View 5 chunks +5 lines, -2 lines 0 comments Download
M src/gpu/glsl/GrGLSLGeometryShaderBuilder.h View 1 chunk +1 line, -6 lines 0 comments Download
M src/gpu/glsl/GrGLSLGeometryShaderBuilder.cpp View 1 chunk +3 lines, -23 lines 0 comments Download
M src/gpu/glsl/GrGLSLPrimitiveProcessor.h View 4 chunks +4 lines, -0 lines 0 comments Download
M src/gpu/glsl/GrGLSLProgramBuilder.h View 5 chunks +7 lines, -84 lines 0 comments Download
M src/gpu/glsl/GrGLSLProgramDataManager.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M src/gpu/glsl/GrGLSLShaderBuilder.h View 1 chunk +0 lines, -3 lines 0 comments Download
M src/gpu/glsl/GrGLSLShaderBuilder.cpp View 1 chunk +0 lines, -4 lines 0 comments Download
A src/gpu/glsl/GrGLSLVarying.h View 1 2 1 chunk +136 lines, -0 lines 0 comments Download
A src/gpu/glsl/GrGLSLVarying.cpp View 1 2 1 chunk +132 lines, -0 lines 0 comments Download
M src/gpu/glsl/GrGLSLVertexShaderBuilder.h View 1 chunk +1 line, -19 lines 0 comments Download
M src/gpu/glsl/GrGLSLVertexShaderBuilder.cpp View 2 chunks +3 lines, -28 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 14 (7 generated)
egdaniel
This cl actually has some architecture type changes unlike many of my recent name change ...
5 years, 1 month ago (2015-11-20 16:10:18 UTC) #2
joshualitt
looks pretty reasonable, just some small things https://codereview.chromium.org/1462123003/diff/20001/src/gpu/gl/GrGLVaryingHandler.h File src/gpu/gl/GrGLVaryingHandler.h (right): https://codereview.chromium.org/1462123003/diff/20001/src/gpu/gl/GrGLVaryingHandler.h#newcode15 src/gpu/gl/GrGLVaryingHandler.h:15: class GrGLVaryingHandler ...
5 years, 1 month ago (2015-11-20 17:51:59 UTC) #4
bsalomon
lgtm if we comment on why separable varyings exist. https://codereview.chromium.org/1462123003/diff/20001/src/gpu/glsl/GrGLSLVarying.h File src/gpu/glsl/GrGLSLVarying.h (right): https://codereview.chromium.org/1462123003/diff/20001/src/gpu/glsl/GrGLSLVarying.h#newcode73 src/gpu/glsl/GrGLSLVarying.h:73: ...
5 years, 1 month ago (2015-11-20 18:20:36 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1462123003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1462123003/40001
5 years, 1 month ago (2015-11-20 19:51:10 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: Build-Ubuntu-GCC-x86_64-Release-Trybot on client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Ubuntu-GCC-x86_64-Release-Trybot/builds/4405)
5 years, 1 month ago (2015-11-20 19:52:20 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1462123003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1462123003/60001
5 years, 1 month ago (2015-11-20 20:00:59 UTC) #13
commit-bot: I haz the power
5 years, 1 month ago (2015-11-20 22:01:25 UTC) #14
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://skia.googlesource.com/skia/+/0eafe79f42e3c675f3c504aed4a41abf511df2b7

Powered by Google App Engine
This is Rietveld 408576698