Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Conversation

skia-flutter-autoroll
Copy link
Contributor

Roll Skia from de175ab to 72f403c (127 revisions)

https://skia.googlesource.com/skia.git/+log/de175abede4d..72f403c343dc

2020-06-17 cbracken@google.com Use Mac font manager for both iOS and macOS
2020-06-17 djsollen@google.com Revert "Convert Skottie build instructions to build an Android Library (AAR) instead of app (APK)"
2020-06-17 djsollen@google.com Revert "Replace analytic clip stack with chained fragment processors."
2020-06-17 bsalomon@google.com GrCircleBlurFragmentProcessor uses GrTextureEffect for profile texture
2020-06-17 bungeman@google.com Update debugger to new fontmgr selection.
2020-06-17 johnstiles@google.com Replace analytic clip stack with chained fragment processors.
2020-06-17 johnstiles@google.com Update GrRRectEffect to take an input FP and return a MakeResult.
2020-06-17 elliotevans@google.com Add a future_apis folder to canvaskit. future_apis contains notes on proposed and upcoming APIs and how they may be able to be used with CanvasKit.
2020-06-17 bsalomon@google.com Make GrGLPerlinNoise::emitCode easier to read.
2020-06-17 jmbetancourt@google.com Convert Skottie build instructions to build an Android Library (AAR) instead of app (APK)
2020-06-17 johnstiles@google.com Support MakeResult in GrOvalEffect.
2020-06-17 johnstiles@google.com Remove HairlineAA from the clip-edge types.
2020-06-17 djsollen@google.com Reland "Update zlib DEPS"
2020-06-17 herb@google.com use joinPossibleEmptyRect for bounding box
2020-06-17 egdaniel@google.com Fix D3D InstanceDataStepRate.
2020-06-17 johnstiles@google.com Revert "roll GN"
2020-06-17 brianosman@google.com Disable program binary caching on AMD + ANGLE D3D9
2020-06-17 egdaniel@google.com Implement set scissor on d3d render pass.
2020-06-17 jlavrova@google.com Cleaning codepoints/grapheme mess; it also helps with ICU API
2020-06-17 fmalita@chromium.org Fix SkParse::FindNamedColor OOB
2020-06-17 djsollen@google.com Revert "Update zlib DEPS"
2020-06-17 djsollen@google.com Update zlib DEPS
2020-06-17 johnstiles@google.com Enable implicit-fallthrough warnings on Clang.
2020-06-17 bsalomon@google.com GrMagnifierEffect uses child for src
2020-06-17 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go Deps
2020-06-17 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from c5b7f210ebff to 5af39e89bd12 (524 revisions)
2020-06-17 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 8cbee4107cf1 to 763957e6b4fc (8 revisions)
2020-06-17 skia-autoroll@skia-public.iam.gserviceaccount.com Roll dawn from 984493d0ac07 to 3f4f35661151 (8 revisions)
2020-06-16 csmartdalton@google.com Add a test for wide butt caps
2020-06-16 johnstiles@google.com Return tuple from GrConvexPolyEffect::Make denoting success or failure.
2020-06-16 brianosman@google.com Support viewing/changing backend shaders in Viewer
2020-06-16 fmalita@chromium.org [skottie] Simplify SkColor conversion
2020-06-16 brianosman@google.com Fix caching of HLSL in D3D backend
2020-06-16 adlai@google.com Elevate the target list of Ganesh tasks to base class
2020-06-16 egdaniel@google.com Add uniform rtHeight in d3d when needed.
2020-06-16 fmalita@chromium.org [skottie] SkResources::loadTypeface() callback
2020-06-16 bsalomon@google.com GrMatrixConvolutionEffect uses child for sampled kernel
2020-06-16 robertphillips@google.com Add GM::gpuSetup step
2020-06-16 brianosman@google.com Hook up persistent shader cache for D3D
2020-06-16 egdaniel@google.com Fixed instanced drawing for d3d.
2020-06-16 zepenghu@google.com replace max_len with if statements
2020-06-16 bsalomon@google.com Remove coverage-as-alpha flag from GrAlphaThresholdFP
2020-06-16 egdaniel@google.com Blacklist failing d3d tests.
2020-06-16 bsalomon@google.com GrCCClipProcessor uses GrTextureEffect
2020-06-16 egdaniel@google.com Some more fixes to d3d stencils.
2020-06-16 robertphillips@google.com Refine VkYcbcrSamplerHelper to only hold backend memory for YCbCr textures
...

https://skia.googlesource.com/skia.git/+log/de175abede4d..72f403c343dc

2020-06-17 cbracken@google.com Use Mac font manager for both iOS and macOS
2020-06-17 djsollen@google.com Revert "Convert Skottie build instructions to build an Android Library (AAR) instead of app (APK)"
2020-06-17 djsollen@google.com Revert "Replace analytic clip stack with chained fragment processors."
2020-06-17 bsalomon@google.com GrCircleBlurFragmentProcessor uses GrTextureEffect for profile texture
2020-06-17 bungeman@google.com Update debugger to new fontmgr selection.
2020-06-17 johnstiles@google.com Replace analytic clip stack with chained fragment processors.
2020-06-17 johnstiles@google.com Update GrRRectEffect to take an input FP and return a MakeResult.
2020-06-17 elliotevans@google.com Add a future_apis folder to canvaskit. future_apis contains notes on proposed and upcoming APIs and how they may be able to be used with CanvasKit.
2020-06-17 bsalomon@google.com Make GrGLPerlinNoise::emitCode easier to read.
2020-06-17 jmbetancourt@google.com Convert Skottie build instructions to build an Android Library (AAR) instead of app (APK)
2020-06-17 johnstiles@google.com Support MakeResult in GrOvalEffect.
2020-06-17 johnstiles@google.com Remove HairlineAA from the clip-edge types.
2020-06-17 djsollen@google.com Reland "Update zlib DEPS"
2020-06-17 herb@google.com use joinPossibleEmptyRect for bounding box
2020-06-17 egdaniel@google.com Fix D3D InstanceDataStepRate.
2020-06-17 johnstiles@google.com Revert "roll GN"
2020-06-17 brianosman@google.com Disable program binary caching on AMD + ANGLE D3D9
2020-06-17 egdaniel@google.com Implement set scissor on d3d render pass.
2020-06-17 jlavrova@google.com Cleaning codepoints/grapheme mess; it also helps with ICU API
2020-06-17 fmalita@chromium.org Fix SkParse::FindNamedColor OOB
2020-06-17 djsollen@google.com Revert "Update zlib DEPS"
2020-06-17 djsollen@google.com Update zlib DEPS
2020-06-17 johnstiles@google.com Enable implicit-fallthrough warnings on Clang.
2020-06-17 bsalomon@google.com GrMagnifierEffect uses child for src
2020-06-17 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go Deps
2020-06-17 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from c5b7f210ebff to 5af39e89bd12 (524 revisions)
2020-06-17 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 8cbee4107cf1 to 763957e6b4fc (8 revisions)
2020-06-17 skia-autoroll@skia-public.iam.gserviceaccount.com Roll dawn from 984493d0ac07 to 3f4f35661151 (8 revisions)
2020-06-16 csmartdalton@google.com Add a test for wide butt caps
2020-06-16 johnstiles@google.com Return tuple from GrConvexPolyEffect::Make denoting success or failure.
2020-06-16 brianosman@google.com Support viewing/changing backend shaders in Viewer
2020-06-16 fmalita@chromium.org [skottie] Simplify SkColor conversion
2020-06-16 brianosman@google.com Fix caching of HLSL in D3D backend
2020-06-16 adlai@google.com Elevate the target list of Ganesh tasks to base class
2020-06-16 egdaniel@google.com Add uniform rtHeight in d3d when needed.
2020-06-16 fmalita@chromium.org [skottie] SkResources::loadTypeface() callback
2020-06-16 bsalomon@google.com GrMatrixConvolutionEffect uses child for sampled kernel
2020-06-16 robertphillips@google.com Add GM::gpuSetup step
2020-06-16 brianosman@google.com Hook up persistent shader cache for D3D
2020-06-16 egdaniel@google.com Fixed instanced drawing for d3d.
2020-06-16 zepenghu@google.com replace max_len with if statements
2020-06-16 bsalomon@google.com Remove coverage-as-alpha flag from GrAlphaThresholdFP
2020-06-16 egdaniel@google.com Blacklist failing d3d tests.
2020-06-16 bsalomon@google.com GrCCClipProcessor uses GrTextureEffect
2020-06-16 egdaniel@google.com Some more fixes to d3d stencils.
2020-06-16 robertphillips@google.com Refine VkYcbcrSamplerHelper to only hold backend memory for YCbCr textures
2020-06-16 mtklein@google.com roll GN
2020-06-16 johnstiles@google.com Fix Housekeeper-PerCommit-CheckGeneratedFiles status error.
2020-06-16 robertphillips@google.com Add option to DDL test harness to better match OOP-R behavior
2020-06-16 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go Deps
2020-06-16 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from a6940c8e6eb0 to 8cbee4107cf1 (1 revision)
2020-06-16 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from d877aabea65f to c5b7f210ebff (465 revisions)
2020-06-16 skia-autoroll@skia-public.iam.gserviceaccount.com Roll dawn from 6b3a974b42a3 to 984493d0ac07 (9 revisions)
2020-06-15 egdaniel@google.com Fix d3d clear op rect.
2020-06-15 egdaniel@google.com Add support for stencil in d3d.
2020-06-15 johnstiles@google.com Update GrConvexPolyEffect to support an input FP.
2020-06-15 bsalomon@google.com GrAlphaThresholdFragmentProcessor uses child processor for mask.
2020-06-15 johnstiles@google.com Update EllipticalRRectEffect to support an input FP.
2020-06-15 johnstiles@google.com Improve error reporting in ProcessorCloneTest.
2020-06-15 elliotevans@google.com Added CanvasKit.MakeImageFromCanvasImageSource which is useful as an alternative to CanvasKit.MakeImageFromEncoded, when used with Browser APIs for loading/decoding images.
2020-06-15 fmalita@chromium.org Fix infinite loop in SkParsePath::FromSVGString
2020-06-15 brianosman@google.com Moved SampleMatrix computation out of SectionAndParameterHelper
2020-06-15 johnstiles@google.com Update ConstColor FP to support an input FP.
2020-06-15 egdaniel@google.com Fix tracking of d3d cpu descriptor heaps.
2020-06-15 herb@google.com GrTextContext::Options -> GrSDFTOptions
2020-06-15 johnstiles@google.com Fix pointer ownership issue with SkSL static switches.
2020-06-15 bsalomon@google.com Disable MorphologyFilterRadiusWithMirrorCTM_Gpu on AndroidOne
2020-06-15 johnstiles@google.com Add cloneAndRegisterAllChildProcessors.
2020-06-15 dmazzoni@chromium.org Add separate PDF tag attribute interfaces for names and strings
2020-06-15 johnstiles@google.com Add helper method to clone and register a child FP.
2020-06-15 djsollen@google.com Revert "Allow building with Wuffs v0.3, not just v0.2"
2020-06-15 nigeltao@google.com Allow building with Wuffs v0.3, not just v0.2
2020-06-15 reed@google.com remove (unused) clipmask from savelayer
2020-06-15 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 0f6d038f871a to d877aabea65f (508 revisions)
2020-06-15 skia-autoroll@skia-public.iam.gserviceaccount.com Roll dawn from 5fafb49c7b4d to 6b3a974b42a3 (8 revisions)
2020-06-14 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update SKP version
2020-06-12 egdaniel@google.com Better handle backendFormat to CompressionType.
2020-06-12 herb@google.com move methods to options class
2020-06-12 fmalita@chromium.org [skjson] Reinstate initFastShortString
2020-06-12 egdaniel@google.com Add SkSurface flush call that takes a GrBackendSurfaceMutableState.
2020-06-12 johnstiles@google.com Allow printf-style formatting to be used in SK_ABORT.
2020-06-12 bsalomon@google.com Make GrMorphologyEffect use GrTextureEffect
2020-06-12 johnstiles@google.com Fix compiler warnings on Mac build.
2020-06-12 adlai@google.com Fix copyright
2020-06-12 herb@google.com make options robust
2020-06-12 djsollen@google.com Skottie example app to copy InputStreams in Java.
2020-06-12 adlai@google.com Cache last-accessed entry in lastRenderTask table.
2020-06-12 brianosman@google.com Move all SkReadBuffer member initialization to header
2020-06-12 fmalita@chromium.org [skjson] Use lower bits for tagging
2020-06-12 herb@google.com Make explicit SDF default values.
2020-06-12 kjlubick@google.com [canvaskit] Fix bug with TextStyle color
2020-06-12 bsalomon@google.com Make ColorTableEffect use child processor
2020-06-12 brianosman@google.com Initialize SkReadBuffer pointers
2020-06-12 johnstiles@google.com Reland "Fetch clang-format automatically when compiling .fp files."
2020-06-12 zepenghu@google.com add svg fuzzer
2020-06-12 reed@google.com remove (unused) duplicate field of fUniqueID
2020-06-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 3f86fb2f52c2 to 0f6d038f871a (417 revisions)
2020-06-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from db3ef87 to ff2ebce (16 revisions)
2020-06-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 45510ad8a778 to a6940c8e6eb0 (1 revision)
2020-06-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll dawn from b6eff5acf06f to 5fafb49c7b4d (11 revisions)
2020-06-11 michaelludwig@google.com GrClips know their device dimensions
2020-06-11 johnstiles@google.com Fix implicit fallthroughs throughout Skia.
2020-06-11 ethannicholas@google.com Revert "fixed sample(..., matrix) with runtime effects"
2020-06-11 reed@google.com Add filter-quality to imageshader factory
2020-06-11 csmartdalton@google.com Duplicate ccpr/GrCCStrokeGeometry to tessellate/GrStrokeGeometry
2020-06-11 reed@google.com remove unneeded SK_LEGACY_BLITTER_CHOICE flag
2020-06-11 robertphillips@google.com Add new GM to exercise Vulkan YCbCr images
2020-06-11 johnstiles@google.com Revert "Fetch clang-format automatically when compiling .fp files."
2020-06-11 jvanverth@google.com Add Direct3D tests to the bots.
2020-06-11 johnstiles@google.com Optimize GrRRectBlurEffect by computing frag pos branchlessly.
2020-06-11 robertphillips@google.com Move VkYcbcrSamplerHelper's context functionality into VkTestHelper
2020-06-11 mtklein@google.com require c++14 public headers
2020-06-11 bungeman@google.com Publicly depend on fontmgrs.
2020-06-11 herb@google.com simplify option flow
2020-06-11 johnstiles@google.com Honor return value of `registerChildProcessor` when creating child FPs.
2020-06-11 egdaniel@google.com Fix calling finishedProcs that are null in backend surface APIs.
2020-06-11 fmalita@chromium.org [skrive] Initial binary reader plumbing
2020-06-11 ethannicholas@google.com Fixed SkSL optimization issue
2020-06-11 bungeman@google.com Delete .a file before writing static library.
2020-06-11 johnstiles@google.com Fetch clang-format automatically when compiling .fp files.
2020-06-11 michaelludwig@google.com Implement computeFastBounds in SkLocalMatrixImageFilter
2020-06-11 herb@google.com move test op creation to GrTextAtlasOp
2020-06-11 senorblanco@chromium.org Dawn: implement Dawn support for BackendAllocationTest in Gray8 mode.
2020-06-11 nifong@google.com Accept Flat Uint32Array, Float32Array, or 2d Float32Array as the color argument to MakeLinearGradient
2020-06-11 robertphillips@google.com Split VulkanTestHelper out into its own files
2020-06-11 nifong@google.com Add a basic readme to help the uninitiated build and run skpbench
2020-06-11 bungeman@google.com Regularize selection of fontmgr.

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-flutter-autoroll
Please CC djsollen@google.com on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md
@skia-flutter-autoroll skia-flutter-autoroll added the waiting for tree to go green This PR is approved and tested, but waiting for the tree to be green to land. label Jun 17, 2020
@fluttergithubbot fluttergithubbot merged commit 2a8436f into flutter:master Jun 17, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jun 18, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jun 18, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jun 18, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jun 18, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jun 18, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jun 18, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jun 18, 2020
@skia-flutter-autoroll skia-flutter-autoroll deleted the skia-flutter-autoroll-9964890c-c442-4e70-85ac-36cab7b21b1a branch June 22, 2020 19:04
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

cla: yes waiting for tree to go green This PR is approved and tested, but waiting for the tree to be green to land.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants