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

Issue 365853002: Rename GrGLUniformManager to GrGLProgramResourceManager (Closed)

Created:
6 years, 5 months ago by Kimmo Kinnunen
Modified:
6 years, 4 months ago
Reviewers:
bsalomon
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@02-path-program-fragment
Project:
skia
Visibility:
Public.

Description

Rename GrGLUniformManager to GrGLProgramDataManager Rename GrGLUniformManager to GrGLProgramDataManager in anticipation that the class would be used to manage shader resources that are not uniforms. This is needed in order to implement NVPR on GLES. Committed: https://skia.googlesource.com/skia/+/7510b224e52b9518a8ddf7418db0e9c258f79539

Patch Set 1 #

Patch Set 2 : rebase #

Patch Set 3 : rebase #

Total comments: 6

Patch Set 4 : address review comments #

Patch Set 5 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+412 lines, -810 lines) Patch
M gyp/gpu.gypi View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M src/effects/SkAlphaThresholdFilter.cpp View 1 2 3 2 chunks +6 lines, -6 lines 0 comments Download
M src/effects/SkArithmeticMode.cpp View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
M src/effects/SkBlurMaskFilter.cpp View 1 2 3 4 chunks +13 lines, -13 lines 0 comments Download
M src/effects/SkColorFilters.cpp View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M src/effects/SkColorMatrixFilter.cpp View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M src/effects/SkDisplacementMapEffect.cpp View 1 2 3 2 chunks +6 lines, -6 lines 0 comments Download
M src/effects/SkLightingImageFilter.cpp View 1 2 3 15 chunks +39 lines, -39 lines 0 comments Download
M src/effects/SkMagnifierImageFilter.cpp View 1 2 3 3 chunks +6 lines, -6 lines 0 comments Download
M src/effects/SkMorphologyImageFilter.cpp View 1 2 3 3 chunks +6 lines, -6 lines 0 comments Download
M src/effects/SkPerlinNoiseShader.cpp View 1 2 3 2 chunks +12 lines, -12 lines 0 comments Download
M src/effects/SkTableColorFilter.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M src/effects/gradients/SkGradientShader.cpp View 1 2 3 2 chunks +26 lines, -26 lines 0 comments Download
M src/effects/gradients/SkGradientShaderPriv.h View 1 2 3 2 chunks +5 lines, -5 lines 0 comments Download
M src/effects/gradients/SkTwoPointConicalGradient_gpu.cpp View 1 2 3 15 chunks +23 lines, -23 lines 0 comments Download
M src/effects/gradients/SkTwoPointRadialGradient.cpp View 1 2 3 4 chunks +5 lines, -5 lines 0 comments Download
M src/gpu/GrAAConvexPathRenderer.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/GrAARectRenderer.cpp View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M src/gpu/GrOvalRenderer.cpp View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M src/gpu/effects/GrBezierEffect.cpp View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M src/gpu/effects/GrBicubicEffect.cpp View 1 2 3 3 chunks +6 lines, -6 lines 0 comments Download
M src/gpu/effects/GrConvexPolyEffect.cpp View 1 2 3 4 chunks +10 lines, -10 lines 0 comments Download
M src/gpu/effects/GrConvolutionEffect.cpp View 1 2 3 4 chunks +7 lines, -7 lines 0 comments Download
M src/gpu/effects/GrCustomCoordsTextureEffect.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/effects/GrDashingEffect.cpp View 1 2 3 4 chunks +16 lines, -16 lines 0 comments Download
M src/gpu/effects/GrDistanceFieldTextureEffect.cpp View 1 2 3 6 chunks +22 lines, -22 lines 0 comments Download
M src/gpu/effects/GrMatrixConvolutionEffect.cpp View 1 2 3 4 3 chunks +9 lines, -9 lines 0 comments Download
M src/gpu/effects/GrOvalEffect.cpp View 1 2 3 5 chunks +12 lines, -12 lines 0 comments Download
M src/gpu/effects/GrRRectEffect.cpp View 1 2 3 8 chunks +15 lines, -15 lines 0 comments Download
M src/gpu/effects/GrTextureDomain.h View 1 2 3 4 2 chunks +5 lines, -5 lines 0 comments Download
M src/gpu/effects/GrTextureDomain.cpp View 1 2 3 4 4 chunks +5 lines, -5 lines 0 comments Download
M src/gpu/gl/GrGLEffect.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/gl/GrGLProgram.h View 1 2 3 4 3 chunks +4 lines, -4 lines 0 comments Download
M src/gpu/gl/GrGLProgram.cpp View 1 2 3 9 chunks +22 lines, -22 lines 0 comments Download
A + src/gpu/gl/GrGLProgramDataManager.h View 1 2 3 4 chunks +10 lines, -8 lines 0 comments Download
A + src/gpu/gl/GrGLProgramDataManager.cpp View 1 2 3 17 chunks +36 lines, -36 lines 0 comments Download
M src/gpu/gl/GrGLProgramEffects.h View 1 2 3 6 chunks +7 lines, -7 lines 0 comments Download
M src/gpu/gl/GrGLProgramEffects.cpp View 1 2 3 5 chunks +9 lines, -9 lines 0 comments Download
M src/gpu/gl/GrGLShaderBuilder.h View 1 2 3 9 chunks +22 lines, -22 lines 0 comments Download
M src/gpu/gl/GrGLShaderBuilder.cpp View 1 2 3 8 chunks +21 lines, -21 lines 0 comments Download
M src/gpu/gl/GrGLUniformHandle.h View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
D src/gpu/gl/GrGLUniformManager.h View 1 chunk +0 lines, -120 lines 0 comments Download
D src/gpu/gl/GrGLUniformManager.cpp View 1 chunk +0 lines, -280 lines 0 comments Download
M src/gpu/gl/GrGpuGL_program.cpp View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 10 (0 generated)
Kimmo Kinnunen
Brian, so how about this rename? It's a bit of a long identifier, though..
6 years, 4 months ago (2014-07-29 11:57:10 UTC) #1
bsalomon
lgtm (I might have gone with ProgramDataManger but a very weak preference). https://chromiumcodereview.appspot.com/365853002/diff/40001/src/effects/SkPerlinNoiseShader.cpp File src/effects/SkPerlinNoiseShader.cpp ...
6 years, 4 months ago (2014-07-29 13:08:19 UTC) #2
Kimmo Kinnunen
On 2014/07/29 13:08:19, bsalomon wrote: > lgtm (I might have gone with ProgramDataManger but a ...
6 years, 4 months ago (2014-07-30 06:35:01 UTC) #3
Kimmo Kinnunen
The CQ bit was checked by kkinnunen@nvidia.com
6 years, 4 months ago (2014-07-30 06:37:43 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/kkinnunen@nvidia.com/365853002/60001
6 years, 4 months ago (2014-07-30 06:38:41 UTC) #5
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-07-30 06:38:51 UTC) #6
commit-bot: I haz the power
Failed to apply patch for src/gpu/effects/GrMatrixConvolutionEffect.cpp: While running git apply --index -p1; error: patch failed: ...
6 years, 4 months ago (2014-07-30 06:38:52 UTC) #7
Kimmo Kinnunen
The CQ bit was checked by kkinnunen@nvidia.com
6 years, 4 months ago (2014-07-30 06:50:55 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/kkinnunen@nvidia.com/365853002/70045
6 years, 4 months ago (2014-07-30 06:51:43 UTC) #9
commit-bot: I haz the power
6 years, 4 months ago (2014-07-30 07:04:24 UTC) #10
Message was sent while issue was closed.
Change committed as 7510b224e52b9518a8ddf7418db0e9c258f79539

Powered by Google App Engine
This is Rietveld 408576698