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

Issue 582963002: Solo gp (Closed)

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

Description

Patch to create a distinct geometry processor. The vast majority of this patch is just a rename. The meat is in GrGeometryProcessor, GrProcessor, GrGL*Processor, GrProcessorStage, Gr*BackendProcessorFactory, GrProcessUnitTestFactory, and the builders BUG=skia: Committed: https://skia.googlesource.com/skia/+/b0a8a377f832c59cee939ad721e1f87d378b7142

Patch Set 1 #

Patch Set 2 : GLPrograms fixed #

Patch Set 3 : rebase and fixes #

Patch Set 4 : fix #

Patch Set 5 : cleanups #

Patch Set 6 : cleanup #

Patch Set 7 : fix #

Total comments: 27

Patch Set 8 : feddback inc #

Total comments: 1

Patch Set 9 : #

Patch Set 10 : rebase #

Patch Set 11 : small rebase error #

Patch Set 12 : fix compiler warning #

Patch Set 13 : fix compiler issue #

Patch Set 14 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3645 lines, -4059 lines) Patch
M gm/beziereffects.cpp View 1 2 3 4 5 6 7 7 chunks +19 lines, -19 lines 0 comments Download
M gm/convexpolyeffect.cpp View 1 2 3 4 5 6 7 5 chunks +11 lines, -11 lines 0 comments Download
M gm/rrects.cpp View 1 2 3 4 5 6 7 2 chunks +6 lines, -5 lines 0 comments Download
M gm/texdata.cpp View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M gm/texturedomaineffect.cpp View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M gm/yuvtorgbeffect.cpp View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M gyp/gpu.gypi View 1 2 3 4 5 7 chunks +7 lines, -7 lines 0 comments Download
M include/core/SkColorFilter.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M include/core/SkColorShader.h View 1 2 3 4 1 chunk +2 lines, -3 lines 0 comments Download
M include/core/SkImageFilter.h View 1 2 3 4 5 chunks +9 lines, -11 lines 0 comments Download
M include/core/SkMaskFilter.h View 1 2 3 4 5 6 7 1 chunk +8 lines, -10 lines 0 comments Download
M include/core/SkShader.h View 1 2 3 4 2 chunks +3 lines, -4 lines 0 comments Download
M include/core/SkXfermode.h View 1 2 3 4 5 6 7 2 chunks +8 lines, -10 lines 0 comments Download
M include/effects/SkColorMatrixFilter.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M include/effects/SkLumaColorFilter.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M include/effects/SkMagnifierImageFilter.h View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M include/effects/SkMatrixConvolutionImageFilter.h View 1 2 3 4 1 chunk +2 lines, -4 lines 0 comments Download
M include/effects/SkPerlinNoiseShader.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M include/gpu/GrBackendEffectFactory.h View 1 2 1 chunk +0 lines, -144 lines 0 comments Download
A + include/gpu/GrBackendProcessorFactory.h View 1 2 3 4 8 chunks +55 lines, -31 lines 0 comments Download
M include/gpu/GrContext.h View 1 2 3 4 5 3 chunks +4 lines, -8 lines 0 comments Download
M include/gpu/GrCoordTransform.h View 1 2 2 chunks +5 lines, -5 lines 0 comments Download
M include/gpu/GrEffect.h View 1 2 1 chunk +0 lines, -213 lines 0 comments Download
M include/gpu/GrEffectStage.h View 1 2 1 chunk +0 lines, -159 lines 0 comments Download
M include/gpu/GrEffectUnitTest.h View 1 2 1 chunk +0 lines, -101 lines 0 comments Download
A include/gpu/GrGeometryProcessor.h View 1 2 3 4 5 6 7 8 1 chunk +66 lines, -0 lines 0 comments Download
M include/gpu/GrPaint.h View 1 2 3 4 5 6 7 5 chunks +23 lines, -30 lines 0 comments Download
A + include/gpu/GrProcessor.h View 1 2 3 4 5 6 7 8 9 10 11 12 9 chunks +69 lines, -65 lines 0 comments Download
A + include/gpu/GrProcessorStage.h View 1 2 3 4 7 chunks +42 lines, -23 lines 0 comments Download
A include/gpu/GrProcessorUnitTest.h View 1 2 1 chunk +128 lines, -0 lines 0 comments Download
M include/gpu/GrProgramElement.h View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -2 lines 0 comments Download
M include/gpu/GrProgramElementRef.h View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M include/gpu/GrTBackendEffectFactory.h View 1 2 1 chunk +0 lines, -76 lines 0 comments Download
A include/gpu/GrTBackendProcessorFactory.h View 1 2 3 4 5 6 7 1 chunk +101 lines, -0 lines 0 comments Download
M include/gpu/GrTextureAccess.h View 1 2 3 chunks +4 lines, -4 lines 0 comments Download
M include/gpu/GrTypesPriv.h View 1 2 3 4 5 6 7 3 chunks +34 lines, -34 lines 0 comments Download
M include/gpu/SkGr.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/core/SkBitmapProcShader.h View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M src/core/SkBitmapProcShader.cpp View 1 2 3 4 3 chunks +7 lines, -8 lines 0 comments Download
M src/core/SkColorFilter.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/core/SkImageFilter.cpp View 1 2 3 4 3 chunks +7 lines, -6 lines 0 comments Download
M src/core/SkLocalMatrixShader.h View 1 2 3 4 1 chunk +6 lines, -5 lines 0 comments Download
M src/core/SkMaskFilter.cpp View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/core/SkPictureShader.h View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M src/core/SkPictureShader.cpp View 1 2 3 4 1 chunk +6 lines, -7 lines 0 comments Download
M src/core/SkShader.cpp View 1 2 3 4 3 chunks +7 lines, -10 lines 0 comments Download
M src/core/SkXfermode.cpp View 1 2 3 4 5 6 7 9 chunks +38 lines, -40 lines 0 comments Download
M src/core/SkXfermode_proccoeff.h View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M src/effects/SkAlphaThresholdFilter.cpp View 1 2 3 4 5 6 7 9 chunks +43 lines, -41 lines 0 comments Download
M src/effects/SkArithmeticMode.cpp View 1 2 3 4 5 6 7 12 chunks +47 lines, -44 lines 0 comments Download
M src/effects/SkBlurMaskFilter.cpp View 1 2 3 4 20 chunks +68 lines, -68 lines 0 comments Download
M src/effects/SkColorFilters.cpp View 1 2 3 4 5 6 7 11 chunks +32 lines, -32 lines 0 comments Download
M src/effects/SkColorMatrixFilter.cpp View 1 2 3 4 5 6 7 5 chunks +25 lines, -25 lines 0 comments Download
M src/effects/SkDisplacementMapEffect.cpp View 1 2 3 4 12 chunks +41 lines, -42 lines 0 comments Download
M src/effects/SkGpuBlurUtils.cpp View 1 2 3 4 4 chunks +8 lines, -8 lines 0 comments Download
M src/effects/SkLightingImageFilter.cpp View 1 2 3 4 33 chunks +118 lines, -102 lines 0 comments Download
M src/effects/SkLumaColorFilter.cpp View 1 2 3 4 4 chunks +16 lines, -16 lines 0 comments Download
M src/effects/SkMagnifierImageFilter.cpp View 1 2 3 4 5 6 7 10 chunks +43 lines, -42 lines 0 comments Download
M src/effects/SkMatrixConvolutionImageFilter.cpp View 1 2 3 4 5 6 7 1 chunk +14 lines, -14 lines 0 comments Download
M src/effects/SkMorphologyImageFilter.cpp View 1 2 3 4 9 chunks +39 lines, -38 lines 0 comments Download
M src/effects/SkPerlinNoiseShader.cpp View 1 2 3 4 5 6 7 14 chunks +58 lines, -56 lines 0 comments Download
M src/effects/SkTableColorFilter.cpp View 1 2 3 4 4 chunks +34 lines, -34 lines 0 comments Download
M src/effects/SkXfermodeImageFilter.cpp View 1 2 3 4 4 chunks +5 lines, -5 lines 0 comments Download
M src/effects/gradients/SkGradientShader.cpp View 1 2 3 4 4 chunks +8 lines, -8 lines 0 comments Download
M src/effects/gradients/SkGradientShaderPriv.h View 1 2 3 4 6 chunks +11 lines, -11 lines 0 comments Download
M src/effects/gradients/SkLinearGradient.h View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M src/effects/gradients/SkLinearGradient.cpp View 1 2 3 4 7 chunks +30 lines, -31 lines 0 comments Download
M src/effects/gradients/SkRadialGradient.h View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M src/effects/gradients/SkRadialGradient.cpp View 1 2 3 4 6 chunks +31 lines, -32 lines 0 comments Download
M src/effects/gradients/SkSweepGradient.h View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M src/effects/gradients/SkSweepGradient.cpp View 1 2 3 4 5 chunks +28 lines, -28 lines 0 comments Download
M src/effects/gradients/SkTwoPointConicalGradient.h View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M src/effects/gradients/SkTwoPointConicalGradient.cpp View 1 2 3 4 1 chunk +8 lines, -7 lines 0 comments Download
M src/effects/gradients/SkTwoPointConicalGradient_gpu.h View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
M src/effects/gradients/SkTwoPointConicalGradient_gpu.cpp View 1 2 3 4 5 6 7 41 chunks +177 lines, -177 lines 0 comments Download
M src/effects/gradients/SkTwoPointRadialGradient.h View 1 2 3 4 1 chunk +4 lines, -4 lines 0 comments Download
M src/effects/gradients/SkTwoPointRadialGradient.cpp View 1 2 3 4 11 chunks +41 lines, -42 lines 0 comments Download
M src/gpu/GrAAConvexPathRenderer.cpp View 1 2 3 4 5 6 7 8 chunks +27 lines, -27 lines 0 comments Download
M src/gpu/GrAAHairLinePathRenderer.cpp View 1 2 3 4 5 6 7 4 chunks +11 lines, -11 lines 0 comments Download
M src/gpu/GrAARectRenderer.cpp View 1 2 3 4 5 6 7 16 chunks +48 lines, -48 lines 0 comments Download
M src/gpu/GrBitmapTextContext.h View 1 2 3 4 2 chunks +8 lines, -7 lines 0 comments Download
M src/gpu/GrBitmapTextContext.cpp View 1 2 3 4 5 6 7 3 chunks +5 lines, -4 lines 0 comments Download
M src/gpu/GrClipMaskManager.cpp View 1 2 3 4 5 6 7 4 chunks +15 lines, -13 lines 0 comments Download
M src/gpu/GrContext.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 10 chunks +25 lines, -27 lines 0 comments Download
M src/gpu/GrDistanceFieldTextContext.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +6 lines, -5 lines 0 comments Download
M src/gpu/GrDistanceFieldTextContext.cpp View 1 2 3 4 5 6 7 8 9 4 chunks +19 lines, -17 lines 0 comments Download
M src/gpu/GrDrawState.h View 1 2 3 4 5 6 7 8 9 6 chunks +29 lines, -32 lines 0 comments Download
M src/gpu/GrDrawState.cpp View 1 2 3 4 5 6 7 8 9 3 chunks +3 lines, -3 lines 0 comments Download
M src/gpu/GrDrawTarget.cpp View 1 2 3 4 5 6 7 3 chunks +6 lines, -6 lines 0 comments Download
M src/gpu/GrEffect.cpp View 1 2 3 4 1 chunk +0 lines, -97 lines 0 comments Download
M src/gpu/GrOptDrawState.cpp View 1 2 3 4 5 6 7 8 9 5 chunks +14 lines, -13 lines 0 comments Download
M src/gpu/GrOvalRenderer.cpp View 1 2 3 4 5 6 7 32 chunks +96 lines, -94 lines 0 comments Download
M src/gpu/GrPaint.cpp View 1 2 3 4 3 chunks +10 lines, -10 lines 0 comments Download
M src/gpu/GrPathRenderer.h View 1 2 3 4 1 chunk +3 lines, -3 lines 0 comments Download
A + src/gpu/GrProcessor.cpp View 1 2 3 4 5 6 7 3 chunks +15 lines, -21 lines 0 comments Download
M src/gpu/GrRODrawState.h View 1 2 3 4 4 chunks +10 lines, -10 lines 0 comments Download
M src/gpu/GrRODrawState.cpp View 1 2 3 4 5 7 chunks +22 lines, -27 lines 0 comments Download
M src/gpu/GrSWMaskHelper.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/SkGpuDevice.cpp View 1 2 3 4 5 6 7 6 chunks +9 lines, -9 lines 0 comments Download
M src/gpu/SkGr.cpp View 1 2 3 4 5 6 7 5 chunks +21 lines, -20 lines 0 comments Download
M src/gpu/effects/GrBezierEffect.h View 1 2 3 4 5 6 7 7 chunks +61 lines, -49 lines 0 comments Download
M src/gpu/effects/GrBezierEffect.cpp View 1 2 3 4 5 6 7 19 chunks +102 lines, -102 lines 0 comments Download
M src/gpu/effects/GrBicubicEffect.h View 1 2 3 4 6 chunks +13 lines, -11 lines 0 comments Download
M src/gpu/effects/GrBicubicEffect.cpp View 1 2 3 4 5 chunks +25 lines, -25 lines 0 comments Download
M src/gpu/effects/GrConfigConversionEffect.h View 1 2 3 4 3 chunks +8 lines, -10 lines 0 comments Download
M src/gpu/effects/GrConfigConversionEffect.cpp View 1 2 3 4 8 chunks +36 lines, -38 lines 0 comments Download
M src/gpu/effects/GrConvexPolyEffect.h View 1 2 3 4 5 6 7 4 chunks +18 lines, -16 lines 0 comments Download
M src/gpu/effects/GrConvexPolyEffect.cpp View 1 2 3 4 5 6 7 12 chunks +85 lines, -85 lines 0 comments Download
M src/gpu/effects/GrConvolutionEffect.h View 1 2 3 4 4 chunks +16 lines, -16 lines 0 comments Download
M src/gpu/effects/GrConvolutionEffect.cpp View 1 2 3 4 6 chunks +29 lines, -29 lines 0 comments Download
M src/gpu/effects/GrCustomCoordsTextureEffect.h View 1 2 3 chunks +6 lines, -6 lines 0 comments Download
M src/gpu/effects/GrCustomCoordsTextureEffect.cpp View 1 2 3 4 5 6 7 5 chunks +19 lines, -19 lines 0 comments Download
M src/gpu/effects/GrDashingEffect.h View 1 2 3 4 5 6 7 2 chunks +5 lines, -2 lines 0 comments Download
M src/gpu/effects/GrDashingEffect.cpp View 1 2 3 4 5 6 7 26 chunks +101 lines, -96 lines 0 comments Download
M src/gpu/effects/GrDistanceFieldTextureEffect.h View 1 2 3 4 9 chunks +19 lines, -19 lines 0 comments Download
M src/gpu/effects/GrDistanceFieldTextureEffect.cpp View 1 2 3 4 5 6 7 14 chunks +49 lines, -49 lines 0 comments Download
M src/gpu/effects/GrDitherEffect.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/gpu/effects/GrDitherEffect.cpp View 1 2 3 4 5 chunks +26 lines, -26 lines 0 comments Download
D src/gpu/effects/GrGeometryProcessor.h View 1 chunk +0 lines, -41 lines 0 comments Download
M src/gpu/effects/GrMatrixConvolutionEffect.h View 1 2 3 4 5 chunks +23 lines, -23 lines 0 comments Download
M src/gpu/effects/GrMatrixConvolutionEffect.cpp View 1 2 3 4 7 chunks +42 lines, -41 lines 0 comments Download
M src/gpu/effects/GrOvalEffect.h View 1 2 3 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download
M src/gpu/effects/GrOvalEffect.cpp View 1 2 3 4 5 6 7 12 chunks +96 lines, -94 lines 0 comments Download
M src/gpu/effects/GrRRectEffect.h View 1 2 3 4 5 6 7 2 chunks +2 lines, -2 lines 0 comments Download
M src/gpu/effects/GrRRectEffect.cpp View 1 2 3 4 5 6 7 15 chunks +98 lines, -95 lines 0 comments Download
M src/gpu/effects/GrSimpleTextureEffect.h View 1 2 3 4 3 chunks +15 lines, -15 lines 0 comments Download
M src/gpu/effects/GrSimpleTextureEffect.cpp View 1 2 3 4 4 chunks +17 lines, -17 lines 0 comments Download
M src/gpu/effects/GrSingleTextureEffect.h View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M src/gpu/effects/GrTextureDomain.h View 1 2 3 4 7 chunks +19 lines, -18 lines 0 comments Download
M src/gpu/effects/GrTextureDomain.cpp View 1 2 3 4 7 chunks +38 lines, -38 lines 0 comments Download
M src/gpu/effects/GrYUVtoRGBEffect.h View 1 2 3 4 1 chunk +3 lines, -3 lines 0 comments Download
M src/gpu/effects/GrYUVtoRGBEffect.cpp View 1 2 3 4 7 chunks +24 lines, -23 lines 0 comments Download
M src/gpu/gl/GrGLEffect.h View 1 2 1 chunk +0 lines, -132 lines 0 comments Download
M src/gpu/gl/GrGLGeometryProcessor.h View 1 2 1 chunk +7 lines, -20 lines 0 comments Download
A + src/gpu/gl/GrGLProcessor.h View 1 2 3 4 5 6 7 4 chunks +49 lines, -52 lines 0 comments Download
M src/gpu/gl/GrGLProgram.h View 1 2 3 4 5 6 7 8 9 3 chunks +9 lines, -9 lines 0 comments Download
M src/gpu/gl/GrGLProgram.cpp View 1 2 3 4 5 6 7 8 9 4 chunks +10 lines, -10 lines 0 comments Download
M src/gpu/gl/GrGLProgramDesc.h View 1 2 3 4 5 6 7 8 9 7 chunks +24 lines, -17 lines 0 comments Download
M src/gpu/gl/GrGLProgramDesc.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 10 chunks +104 lines, -67 lines 0 comments Download
M src/gpu/gl/GrGLProgramEffects.h View 1 2 8 chunks +33 lines, -16 lines 0 comments Download
M src/gpu/gl/GrGLProgramEffects.cpp View 1 2 3 4 5 6 7 6 chunks +49 lines, -33 lines 0 comments Download
M src/gpu/gl/GrGpuGL.h View 1 2 3 4 5 1 chunk +3 lines, -3 lines 0 comments Download
M src/gpu/gl/GrGpuGL_program.cpp View 1 2 3 4 5 6 7 8 9 3 chunks +8 lines, -8 lines 0 comments Download
M src/gpu/gl/builders/GrGLFragmentOnlyProgramBuilder.h View 1 2 2 chunks +7 lines, -7 lines 0 comments Download
M src/gpu/gl/builders/GrGLFragmentOnlyProgramBuilder.cpp View 1 2 3 4 5 6 7 8 9 5 chunks +19 lines, -21 lines 0 comments Download
M src/gpu/gl/builders/GrGLFragmentShaderBuilder.h View 1 2 3 4 5 6 7 3 chunks +57 lines, -24 lines 0 comments Download
M src/gpu/gl/builders/GrGLFragmentShaderBuilder.cpp View 1 2 3 4 5 6 7 8 9 3 chunks +11 lines, -6 lines 0 comments Download
M src/gpu/gl/builders/GrGLFullProgramBuilder.h View 1 2 3 4 5 6 7 4 chunks +53 lines, -8 lines 0 comments Download
M src/gpu/gl/builders/GrGLFullProgramBuilder.cpp View 1 2 3 4 5 7 chunks +26 lines, -26 lines 0 comments Download
M src/gpu/gl/builders/GrGLProgramBuilder.h View 1 2 3 4 5 6 7 11 chunks +71 lines, -18 lines 0 comments Download
M src/gpu/gl/builders/GrGLProgramBuilder.cpp View 1 2 3 4 5 6 7 8 9 7 chunks +14 lines, -10 lines 0 comments Download
M src/gpu/gl/builders/GrGLShaderBuilder.h View 1 2 3 chunks +6 lines, -6 lines 0 comments Download
M src/gpu/gl/builders/GrGLVertexShaderBuilder.h View 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/gl/builders/GrGLVertexShaderBuilder.cpp View 1 2 3 4 5 6 7 8 9 2 chunks +3 lines, -5 lines 0 comments Download
M tests/GLProgramsTest.cpp View 1 2 3 4 5 6 7 8 9 9 chunks +28 lines, -40 lines 0 comments Download
M tests/GpuColorFilterTest.cpp View 1 2 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 16 (4 generated)
joshua.litt
Patch to create a distinct geometry processor. The vast majority of this patch is just ...
6 years, 3 months ago (2014-09-20 01:09:43 UTC) #2
tfarina
Could you include: "Patch to create a distinct geometry processor. The vast majority of this ...
6 years, 3 months ago (2014-09-20 03:05:45 UTC) #3
bsalomon
Comments up through SkGr.h, will keep reading. https://codereview.chromium.org/582963002/diff/120001/include/gpu/GrGeometryProcessor.h File include/gpu/GrGeometryProcessor.h (right): https://codereview.chromium.org/582963002/diff/120001/include/gpu/GrGeometryProcessor.h#newcode12 include/gpu/GrGeometryProcessor.h:12: class GrBackendGeometryProcessorFactory; ...
6 years, 3 months ago (2014-09-22 14:56:39 UTC) #4
bsalomon
https://codereview.chromium.org/582963002/diff/120001/src/gpu/gl/GrGLProcessor.h File src/gpu/gl/GrGLProcessor.h (right): https://codereview.chromium.org/582963002/diff/120001/src/gpu/gl/GrGLProcessor.h#newcode113 src/gpu/gl/GrGLProcessor.h:113: @param samplers One entry for each GrTextureAccess of the ...
6 years, 3 months ago (2014-09-22 15:35:24 UTC) #5
joshua.litt
feedback incorporated https://codereview.chromium.org/582963002/diff/120001/include/gpu/GrGeometryProcessor.h File include/gpu/GrGeometryProcessor.h (right): https://codereview.chromium.org/582963002/diff/120001/include/gpu/GrGeometryProcessor.h#newcode12 include/gpu/GrGeometryProcessor.h:12: class GrBackendGeometryProcessorFactory; On 2014/09/22 14:56:38, bsalomon wrote: ...
6 years, 3 months ago (2014-09-22 18:14:45 UTC) #6
bsalomon
https://codereview.chromium.org/582963002/diff/120001/include/gpu/GrPaint.h File include/gpu/GrPaint.h (right): https://codereview.chromium.org/582963002/diff/120001/include/gpu/GrPaint.h#newcode112 include/gpu/GrPaint.h:112: * Helpers for adding color or coverage effects that ...
6 years, 3 months ago (2014-09-22 19:15:37 UTC) #7
joshua.litt
On 2014/09/22 19:15:37, bsalomon wrote: > https://codereview.chromium.org/582963002/diff/120001/include/gpu/GrPaint.h > File include/gpu/GrPaint.h (right): > > https://codereview.chromium.org/582963002/diff/120001/include/gpu/GrPaint.h#newcode112 > ...
6 years, 3 months ago (2014-09-22 19:45:31 UTC) #8
bsalomon
lgtm
6 years, 3 months ago (2014-09-23 14:59:17 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/582963002/200001
6 years, 3 months ago (2014-09-23 15:13:02 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/582963002/240001
6 years, 3 months ago (2014-09-23 15:31:02 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/582963002/260001
6 years, 3 months ago (2014-09-23 16:29:03 UTC) #15
commit-bot: I haz the power
6 years, 3 months ago (2014-09-23 16:50:28 UTC) #16
Message was sent while issue was closed.
Committed patchset #14 (id:260001) as b0a8a377f832c59cee939ad721e1f87d378b7142

Powered by Google App Engine
This is Rietveld 408576698