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

Issue 2212473002: SkRTConf: eliminate (Closed)

Created:
4 years, 4 months ago by hal.canary
Modified:
4 years, 4 months ago
Reviewers:
mtklein
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

SkRTConf: eliminate GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2212473002 DOCS_PREVIEW= https://skia.org/?cl=2212473002 CQ_INCLUDE_TRYBOTS=master.client.skia:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-SKNX_NO_SIMD-Trybot [mtklein] TBR=reed@google.com Only removing unused public API. Committed: https://skia.googlesource.com/skia/+/4e44efe50474d4eebcb30b762e784b3ef2126750

Patch Set 1 : 2016-08-03 (Wednesday) 13:01:02 EDT #

Patch Set 2 : FIX COMPILE? 2016-08-03 (Wednesday) 13:25:25 EDT #

Patch Set 3 : JUST CONSTANTS 2016-08-03 (Wednesday) 13:33:58 EDT #

Total comments: 4

Patch Set 4 : 2016-08-03 (Wednesday) 13:41:55 EDT #

Patch Set 5 : really const #

Patch Set 6 : 2016-08-03 (Wednesday) 14:03:44 EDT #

Total comments: 2

Patch Set 7 : 2016-08-03 (Wednesday) 17:19:04 EDT #

Patch Set 8 : 2016-08-03 (Wednesday) 17:31:49 EDT #

Patch Set 9 : `git grep SK_CONF` now returns nothing #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -900 lines) Patch
M BUILD.gn View 1 2 3 4 5 6 7 1 chunk +0 lines, -1 line 0 comments Download
M gyp/utils.gypi View 1 2 3 4 5 6 2 chunks +0 lines, -2 lines 0 comments Download
D include/utils/SkRTConf.h View 1 chunk +0 lines, -193 lines 0 comments Download
D site/dev/runtime/config.md View 1 chunk +0 lines, -89 lines 0 comments Download
D site/dev/runtime/index.md View 1 chunk +0 lines, -181 lines 0 comments Download
M src/core/SkGraphics.cpp View 1 2 2 chunks +0 lines, -10 lines 0 comments Download
M src/effects/SkBlurMaskFilter.cpp View 1 2 3 4 5 6 3 chunks +5 lines, -4 lines 0 comments Download
M src/gpu/batches/GrAADistanceFieldPathRenderer.cpp View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M src/gpu/gl/GrGLGpuProgramCache.cpp View 1 2 3 1 chunk +2 lines, -3 lines 0 comments Download
M src/gpu/gl/builders/GrGLProgramBuilder.cpp View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M src/gpu/gl/builders/GrGLShaderStringBuilder.cpp View 1 2 3 1 chunk +2 lines, -3 lines 0 comments Download
M src/gpu/vk/GrVkPipelineStateCache.cpp View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -3 lines 0 comments Download
M src/images/SkJPEGImageEncoder.cpp View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M src/images/SkPNGImageEncoder.cpp View 1 2 3 2 chunks +3 lines, -6 lines 0 comments Download
M src/opts/opts_check_x86.cpp View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M src/utils/SkRTConf.cpp View 1 2 1 chunk +0 lines, -325 lines 0 comments Download
M tests/PathOpsExtendedTest.cpp View 1 2 3 4 5 2 chunks +0 lines, -5 lines 0 comments Download
M tests/PathOpsSkpClipTest.cpp View 1 2 3 4 8 chunks +1 line, -13 lines 0 comments Download
D tests/RTConfRegistryTest.cpp View 1 chunk +0 lines, -25 lines 0 comments Download
D tests/RuntimeConfigTest.cpp View 1 chunk +0 lines, -28 lines 0 comments Download
M tests/SkpSkGrTest.cpp View 1 2 3 4 5 6 7 8 2 chunks +0 lines, -5 lines 0 comments Download

Messages

Total messages: 52 (39 generated)
hal.canary
here's a first pass at simplification ptal
4 years, 4 months ago (2016-08-03 17:04:31 UTC) #7
mtklein
make sure we get tests/SkpSkGrTest.cpp and tools/whitelist_typefaces.cpp too? https://codereview.chromium.org/2212473002/diff/60001/tests/PathOpsExtendedTest.cpp File tests/PathOpsExtendedTest.cpp (right): https://codereview.chromium.org/2212473002/diff/60001/tests/PathOpsExtendedTest.cpp#newcode633 tests/PathOpsExtendedTest.cpp:633: SK_CONF_SET("images.jpeg.suppressDecoderWarnings", ...
4 years, 4 months ago (2016-08-03 17:43:21 UTC) #19
mtklein
lgtm https://codereview.chromium.org/2212473002/diff/110001/src/effects/SkBlurMaskFilter.cpp File src/effects/SkBlurMaskFilter.cpp (right): https://codereview.chromium.org/2212473002/diff/110001/src/effects/SkBlurMaskFilter.cpp#newcode306 src/effects/SkBlurMaskFilter.cpp:306: // Use the faster analytic blur approach for ...
4 years, 4 months ago (2016-08-03 21:01:14 UTC) #24
hal.canary
https://codereview.chromium.org/2212473002/diff/60001/tests/PathOpsExtendedTest.cpp File tests/PathOpsExtendedTest.cpp (right): https://codereview.chromium.org/2212473002/diff/60001/tests/PathOpsExtendedTest.cpp#newcode633 tests/PathOpsExtendedTest.cpp:633: SK_CONF_SET("images.jpeg.suppressDecoderWarnings", true); On 2016/08/03 17:43:20, mtklein wrote: > Kill? ...
4 years, 4 months ago (2016-08-03 21:23:44 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2212473002/130001
4 years, 4 months ago (2016-08-03 21:24:01 UTC) #28
commit-bot: I haz the power
Try jobs failed on following builders: Build-Ubuntu-Clang-x86_64-Debug-GN-Trybot on master.client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Ubuntu-Clang-x86_64-Debug-GN-Trybot/builds/143) Build-Ubuntu-GCC-x86_64-Release-GN-Trybot on master.client.skia.compile (JOB_FAILED, ...
4 years, 4 months ago (2016-08-03 21:25:49 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2212473002/150001
4 years, 4 months ago (2016-08-03 21:57:05 UTC) #33
commit-bot: I haz the power
Try jobs failed on following builders: skia_presubmit-Trybot on master.client.skia.fyi (JOB_FAILED, http://build.chromium.org/p/client.skia.fyi/builders/skia_presubmit-Trybot/builds/12125)
4 years, 4 months ago (2016-08-03 21:58:35 UTC) #35
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2212473002/150001
4 years, 4 months ago (2016-08-03 22:04:35 UTC) #38
commit-bot: I haz the power
Committed patchset #8 (id:150001) as https://skia.googlesource.com/skia/+/ef59974708dade6fa72fb0218d4f8a9590175c47
4 years, 4 months ago (2016-08-03 22:30:42 UTC) #40
mtklein
A revert of this CL (patchset #8 id:150001) has been created in https://codereview.chromium.org/2215433003/ by mtklein@google.com. ...
4 years, 4 months ago (2016-08-04 02:19:31 UTC) #41
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2212473002/170001
4 years, 4 months ago (2016-08-04 17:09:33 UTC) #50
commit-bot: I haz the power
4 years, 4 months ago (2016-08-04 17:47:20 UTC) #52
Message was sent while issue was closed.
Committed patchset #9 (id:170001) as
https://skia.googlesource.com/skia/+/4e44efe50474d4eebcb30b762e784b3ef2126750

Powered by Google App Engine
This is Rietveld 408576698