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

Issue 543623004: Removing vertex attrib indices (Closed)

Created:
6 years, 3 months ago by joshua.litt
Modified:
6 years, 3 months ago
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Project:
skia
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : GrShaderVar breakout #

Patch Set 5 : #

Patch Set 6 : cleanup #

Total comments: 1

Patch Set 7 : rebase + feedback inc #

Patch Set 8 : feedback inc #

Total comments: 2

Patch Set 9 : feedback inc #

Patch Set 10 : #

Patch Set 11 : debug #

Patch Set 12 : test #

Total comments: 13

Patch Set 13 : cleanup #

Patch Set 14 : tiny cleanups #

Patch Set 15 : rebase #

Total comments: 1

Patch Set 16 : fix warning #

Patch Set 17 : warning fixed #

Unified diffs Side-by-side diffs Delta from patch set Stats (+728 lines, -579 lines) Patch
M gm/beziereffects.cpp View 1 3 chunks +3 lines, -3 lines 0 comments Download
M gm/convexpolyeffect.cpp View 1 3 chunks +2 lines, -4 lines 0 comments Download
M gm/texturedomaineffect.cpp View 1 chunk +1 line, -1 line 0 comments Download
M gm/yuvtorgbeffect.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M gyp/gpu.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +2 lines, -1 line 0 comments Download
M include/gpu/GrDrawEffect.h View 1 1 chunk +0 lines, -3 lines 0 comments Download
M include/gpu/GrEffect.h View 1 2 3 4 5 3 chunks +7 lines, -10 lines 0 comments Download
M include/gpu/GrEffectStage.h View 1 2 3 4 5 6 3 chunks +1 line, -8 lines 0 comments Download
M include/gpu/GrPaint.h View 1 1 chunk +6 lines, -4 lines 0 comments Download
A include/gpu/GrShaderVar.h View 1 2 3 4 5 6 1 chunk +223 lines, -0 lines 0 comments Download
M src/gpu/GrAAConvexPathRenderer.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 6 chunks +16 lines, -12 lines 0 comments Download
M src/gpu/GrAAHairLinePathRenderer.cpp View 1 3 chunks +2 lines, -4 lines 0 comments Download
M src/gpu/GrAARectRenderer.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 10 chunks +43 lines, -29 lines 0 comments Download
M src/gpu/GrBitmapTextContext.cpp View 1 2 chunks +1 line, -6 lines 0 comments Download
M src/gpu/GrDistanceFieldTextContext.cpp View 1 2 chunks +1 line, -6 lines 0 comments Download
M src/gpu/GrDrawState.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +9 lines, -6 lines 0 comments Download
M src/gpu/GrOvalRenderer.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 23 chunks +64 lines, -54 lines 0 comments Download
M src/gpu/GrRODrawState.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +15 lines, -13 lines 0 comments Download
M src/gpu/effects/GrBezierEffect.h View 1 2 3 4 5 6 7 8 9 10 11 12 10 chunks +16 lines, -10 lines 0 comments Download
M src/gpu/effects/GrBezierEffect.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 12 chunks +28 lines, -25 lines 0 comments Download
M src/gpu/effects/GrCustomCoordsTextureEffect.h View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +7 lines, -4 lines 0 comments Download
M src/gpu/effects/GrCustomCoordsTextureEffect.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 4 chunks +12 lines, -9 lines 0 comments Download
M src/gpu/effects/GrDashingEffect.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 15 chunks +39 lines, -27 lines 0 comments Download
M src/gpu/effects/GrDistanceFieldTextureEffect.h View 1 2 3 4 5 6 7 8 9 10 11 12 7 chunks +16 lines, -11 lines 0 comments Download
M src/gpu/effects/GrDistanceFieldTextureEffect.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 11 chunks +19 lines, -20 lines 0 comments Download
A src/gpu/effects/GrGeometryProcessor.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +41 lines, -0 lines 0 comments Download
D src/gpu/effects/GrVertexEffect.h View 1 chunk +0 lines, -37 lines 0 comments Download
M src/gpu/gl/GrGLEffect.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + src/gpu/gl/GrGLGeometryProcessor.h View 3 chunks +5 lines, -5 lines 0 comments Download
M src/gpu/gl/GrGLProgramEffects.h View 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/gl/GrGLProgramEffects.cpp View 1 5 chunks +9 lines, -9 lines 0 comments Download
M src/gpu/gl/GrGLShaderVar.h View 1 2 3 4 5 6 7 chunks +34 lines, -141 lines 0 comments Download
D src/gpu/gl/GrGLVertexEffect.h View 1 chunk +0 lines, -52 lines 0 comments Download
M src/gpu/gl/builders/GrGLProgramBuilder.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -0 lines 0 comments Download
M src/gpu/gl/builders/GrGLShaderBuilder.h View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M src/gpu/gl/builders/GrGLVertexShaderBuilder.h View 1 2 3 4 5 6 3 chunks +7 lines, -9 lines 0 comments Download
M src/gpu/gl/builders/GrGLVertexShaderBuilder.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 5 chunks +38 lines, -40 lines 0 comments Download
M tests/GLProgramsTest.cpp View 1 2 3 4 5 6 7 8 9 10 11 5 chunks +55 lines, -10 lines 0 comments Download

Messages

Total messages: 27 (8 generated)
joshua.litt
This is my first take at removing vertex indices in GrEffect stage/GrEffect. I also renamed ...
6 years, 3 months ago (2014-09-07 17:38:56 UTC) #3
bsalomon
For the test could we just read the attrs off the GP and make a ...
6 years, 3 months ago (2014-09-08 13:47:53 UTC) #4
joshua.litt
feedback incorporated
6 years, 3 months ago (2014-09-08 19:48:37 UTC) #5
bsalomon
https://codereview.chromium.org/543623004/diff/140001/include/gpu/GrShaderVar.h File include/gpu/GrShaderVar.h (right): https://codereview.chromium.org/543623004/diff/140001/include/gpu/GrShaderVar.h#newcode25 include/gpu/GrShaderVar.h:25: enum TypeModifier { Maybe longer we should get rid ...
6 years, 3 months ago (2014-09-08 21:17:50 UTC) #6
joshua.litt
feedback incorporated
6 years, 3 months ago (2014-09-09 02:54:14 UTC) #7
bsalomon
Adding Rob and Jim to the mix as well. Since we will all want to ...
6 years, 3 months ago (2014-09-12 00:34:17 UTC) #8
joshua.litt
https://codereview.chromium.org/543623004/diff/220001/src/gpu/GrAAConvexPathRenderer.cpp File src/gpu/GrAAConvexPathRenderer.cpp (right): https://codereview.chromium.org/543623004/diff/220001/src/gpu/GrAAConvexPathRenderer.cpp#newcode524 src/gpu/GrAAConvexPathRenderer.cpp:524: On 2014/09/12 00:34:17, bsalomon wrote: > I find the ...
6 years, 3 months ago (2014-09-12 00:46:07 UTC) #9
egdaniel
https://codereview.chromium.org/543623004/diff/220001/src/gpu/effects/GrGeometryProcessor.h File src/gpu/effects/GrGeometryProcessor.h (right): https://codereview.chromium.org/543623004/diff/220001/src/gpu/effects/GrGeometryProcessor.h#newcode31 src/gpu/effects/GrGeometryProcessor.h:31: GrShaderVar& addVertexAttrib(const GrShaderVar& var) { Do we want to ...
6 years, 3 months ago (2014-09-12 01:12:27 UTC) #10
bsalomon
https://codereview.chromium.org/543623004/diff/220001/src/gpu/GrAAConvexPathRenderer.cpp File src/gpu/GrAAConvexPathRenderer.cpp (right): https://codereview.chromium.org/543623004/diff/220001/src/gpu/GrAAConvexPathRenderer.cpp#newcode524 src/gpu/GrAAConvexPathRenderer.cpp:524: On 2014/09/12 00:46:06, joshua.litt wrote: > On 2014/09/12 00:34:17, ...
6 years, 3 months ago (2014-09-12 01:17:47 UTC) #11
joshua.litt
https://codereview.chromium.org/543623004/diff/220001/src/gpu/effects/GrGeometryProcessor.h File src/gpu/effects/GrGeometryProcessor.h (right): https://codereview.chromium.org/543623004/diff/220001/src/gpu/effects/GrGeometryProcessor.h#newcode31 src/gpu/effects/GrGeometryProcessor.h:31: GrShaderVar& addVertexAttrib(const GrShaderVar& var) { I can remove precision ...
6 years, 3 months ago (2014-09-12 01:35:29 UTC) #12
egdaniel
https://codereview.chromium.org/543623004/diff/220001/src/gpu/effects/GrGeometryProcessor.h File src/gpu/effects/GrGeometryProcessor.h (right): https://codereview.chromium.org/543623004/diff/220001/src/gpu/effects/GrGeometryProcessor.h#newcode31 src/gpu/effects/GrGeometryProcessor.h:31: GrShaderVar& addVertexAttrib(const GrShaderVar& var) { I was suggesting removing ...
6 years, 3 months ago (2014-09-12 02:09:19 UTC) #14
joshua.litt
feedback incorporated
6 years, 3 months ago (2014-09-15 16:56:04 UTC) #15
bsalomon
lgtm https://codereview.chromium.org/543623004/diff/280001/src/gpu/GrAARectRenderer.cpp File src/gpu/GrAARectRenderer.cpp (right): https://codereview.chromium.org/543623004/diff/280001/src/gpu/GrAARectRenderer.cpp#newcode64 src/gpu/GrAARectRenderer.cpp:64: vsBuilder->codeAppendf("\t%s = %s;\n", vsRectName, inRect.c_str()); happy about the ...
6 years, 3 months ago (2014-09-15 17:46:25 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/543623004/280001
6 years, 3 months ago (2014-09-15 18:09:04 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: Build-Ubuntu13.10-GCC4.8-x86_64-Release-Trybot on tryserver.skia (http://108.170.220.76:10117/builders/Build-Ubuntu13.10-GCC4.8-x86_64-Release-Trybot/builds/4154)
6 years, 3 months ago (2014-09-15 18:18:39 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/543623004/300001
6 years, 3 months ago (2014-09-15 18:20:07 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: Build-Ubuntu13.10-GCC4.8-x86_64-Release-Trybot on tryserver.skia (http://108.170.220.76:10117/builders/Build-Ubuntu13.10-GCC4.8-x86_64-Release-Trybot/builds/4157)
6 years, 3 months ago (2014-09-15 18:29:11 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/543623004/320001
6 years, 3 months ago (2014-09-15 18:34:10 UTC) #26
commit-bot: I haz the power
6 years, 3 months ago (2014-09-15 18:41:18 UTC) #27
Message was sent while issue was closed.
Committed patchset #17 (id:320001) as 249af15fb82833d2274850c589812b6e69df0033

Powered by Google App Engine
This is Rietveld 408576698