1. 07 2月, 2020 3 次提交
  2. 06 2月, 2020 3 次提交
  3. 05 2月, 2020 4 次提交
  4. 04 2月, 2020 3 次提交
  5. 02 2月, 2020 1 次提交
  6. 01 2月, 2020 5 次提交
  7. 31 1月, 2020 2 次提交
  8. 30 1月, 2020 5 次提交
  9. 29 1月, 2020 3 次提交
    • S
      Roll src/third_party/skia dcc8c5431bcb..3d23fc123c37 (6 commits) (#16182) · c0c633ca
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/+log/dcc8c5431bcb..3d23fc123c37
      
      git log dcc8c5431bcb..3d23fc123c37 --date=short --first-parent --format='%ad %ae %s'
      2020-01-29 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go Deps
      2020-01-29 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 77c4d4c42f40..243744c215b7 (487 commits)
      2020-01-29 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 34e16df059f8..6c3dc3581eaf (2 commits)
      2020-01-29 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 086aded3cb74..2bc9cc12f0b0 (19 commits)
      2020-01-29 mtklein@google.com remove more vtune references
      2020-01-29 mtklein@google.com start on 2pt conical gradients
      
      Created with:
        gclient setdep -r src/third_party/skia@3d23fc123c37
      
      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 reed@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/+/master/autoroll/README.md
      
      Bug: None
      Tbr: reed@google.com
      c0c633ca
    • S
      Roll src/third_party/skia 9ae06637d069..dcc8c5431bcb (16 commits) (#16173) · 6e506fb6
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/+log/9ae06637d069..dcc8c5431bcb
      
      git log 9ae06637d069..dcc8c5431bcb --date=short --first-parent --format='%ad %ae %s'
      2020-01-29 csmartdalton@google.com Convert the "bool antialias" param in GrTessellator to an enum
      2020-01-29 egdaniel@google.com Store GrSurfaceProxyViews on SkSpecial*_Gpu.
      2020-01-29 fmalita@chromium.org [skottie] Separate text resize options
      2020-01-28 mtklein@google.com partial strength reduction for bit ops
      2020-01-28 egdaniel@google.com Remove create function in proxyProvider that takes a raster SkImage.
      2020-01-28 mtklein@google.com tweak grading in gm/skbug_9819 for G8
      2020-01-28 mtklein@google.com skvm sweep gradients
      2020-01-28 reed@google.com improvements to shaper_ct
      2020-01-28 bsalomon@google.com Fix asyncRescaleAndReadPixelsYUV420 fallback w/out GL_EXT_texture_rg.
      2020-01-28 mtklein@google.com radial gradients in skvm
      2020-01-28 herb@google.com Use a monotonic counter for atlas and plot generations
      2020-01-28 mtklein@google.com incorporate r,g,b,a into shaderHash
      2020-01-28 robertphillips@google.com Expand the compressed_textures GM
      2020-01-28 kjlubick@google.com [debugger] Use correct archiver
      2020-01-28 herb@google.com Atlas generation numbers is not tracking plot changes -- disable it
      2020-01-28 mtklein@google.com prune unused SkPostConfig
      
      Created with:
        gclient setdep -r src/third_party/skia@dcc8c5431bcb
      
      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 reed@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/+/master/autoroll/README.md
      
      Bug: None
      Tbr: reed@google.com
      6e506fb6
    • S
      Roll src/third_party/skia 9c1d30dd163e..9ae06637d069 (24 commits) (#16158) · f4b2183f
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/+log/9c1d30dd163e..9ae06637d069
      
      git log 9c1d30dd163e..9ae06637d069 --date=short --first-parent --format='%ad %ae %s'
      2020-01-28 mtklein@google.com add --skvm to DM
      2020-01-28 kjlubick@google.com Fix wasm builds
      2020-01-28 senorblanco@chromium.org Roll dawn and adjust for new SwapChain API.
      2020-01-28 bsalomon@google.com Add fallback for asyncRescaleAndReadPixelsYUV420 without PBOs.
      2020-01-28 reed@google.com Experimental coretext backend for SkShaper
      2020-01-28 jlavrova@google.com Skip vertical clipping in unclear case of font height=font size
      2020-01-28 kjlubick@google.com [canvaskit] Update build script to support latest Emscripten
      2020-01-28 robertphillips@google.com Add SkImage::MakeRasterFromCompressed and make MakeFromCompressed fall back to decompression for unsupported compression types (take 2)
      2020-01-28 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go Deps
      2020-01-28 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 82459860eaf4..77c4d4c42f40 (425 commits)
      2020-01-28 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 748ad200897b..34e16df059f8 (6 commits)
      2020-01-28 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 fcef6dcb6ab2..086aded3cb74 (9 commits)
      2020-01-28 bsalomon@google.com Fix bug in NPOT shader wrap mode impl
      2020-01-28 brianosman@google.com Revert "In GrSkSLFP, always use a coord transform"
      2020-01-27 jlavrova@google.com Dealing with SkScalar values in cache
      2020-01-27 fmalita@chromium.org [skottie] Switch SkMatrix44 -> SkM44
      2020-01-27 reed@google.com don't need to include deprecated Sk3D.h
      2020-01-27 herb@google.com Rename AtlasID to PlotLocator
      2020-01-27 bsalomon@google.com Fix case of asyncRescaleAndReadPixelsYUV420 for case where SkSurface is backed by non-textureable FBO and no scaling/color space conversions is performed.
      2020-01-27 robertphillips@google.com Revert "Add SkImage::MakeRasterFromCompressed and make MakeFromCompressed fall back to decompression for unsupported compression types"
      2020-01-27 brianosman@google.com In GrSkSLFP, always use a coord transform
      2020-01-27 robertphillips@google.com Add SkImage::MakeRasterFromCompressed and make MakeFromCompressed fall back to decompression for unsupported compression types
      2020-01-27 herb@google.com Swap dtor order of SkSTArenaAlloc and SkArenaAlloc v.2
      2020-01-27 borenet@google.com [infra] Update infra dep
      
      Created with:
        gclient setdep -r src/third_party/skia@9ae06637d069
      
      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 reed@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/+/master/autoroll/README.md
      
      Bug: None
      Tbr: reed@google.com
      f4b2183f
  10. 28 1月, 2020 2 次提交
  11. 27 1月, 2020 3 次提交
    • S
      Roll src/third_party/skia f93a8436cea5..0fb0a21bd999 (3 commits) (#16036) · 66532613
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/+log/f93a8436cea5..0fb0a21bd999
      
      git log f93a8436cea5..0fb0a21bd999 --date=short --first-parent --format='%ad %ae %s'
      2020-01-27 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 2ae619822948..82459860eaf4 (508 commits)
      2020-01-27 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 f3b4e6c3030f..fcef6dcb6ab2 (15 commits)
      2020-01-27 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 5ef91b82cbed..748ad200897b (6 commits)
      
      Created with:
        gclient setdep -r src/third_party/skia@0fb0a21bd999
      
      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 reed@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/+/master/autoroll/README.md
      
      Bug: None
      Tbr: reed@google.com
      66532613
    • S
      Roll src/third_party/skia d92e4e9de7f1..f93a8436cea5 (1 commits) (#16029) · ac1ba303
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/+log/d92e4e9de7f1..f93a8436cea5
      
      git log d92e4e9de7f1..f93a8436cea5 --date=short --first-parent --format='%ad %ae %s'
      2020-01-26 mtklein@google.com support dither in skvm
      
      Created with:
        gclient setdep -r src/third_party/skia@f93a8436cea5
      
      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 reed@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/+/master/autoroll/README.md
      
      Bug: None
      Tbr: reed@google.com
      ac1ba303
    • S
      Roll src/third_party/skia 45add166fdb9..d92e4e9de7f1 (32 commits) (#16022) · 004cbdf0
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/+log/45add166fdb9..d92e4e9de7f1
      
      git log 45add166fdb9..d92e4e9de7f1 --date=short --first-parent --format='%ad %ae %s'
      2020-01-26 mtklein@google.com cache only when SkVM has a JIT
      2020-01-26 reed@google.com offer raw-array variant of remaining 44 methods
      2020-01-26 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update SKP version
      2020-01-26 reed@google.com use vsphere to control light
      2020-01-26 reed@google.com virtual sphere
      2020-01-26 reed@google.com restore til I understand what changed
      2020-01-26 reed@google.com consolidate examples to 1 matrix type
      2020-01-25 bsalomon@google.com Revert "Revert "Use bitmap subset for comparison in texture_domain_effect GMs.""
      2020-01-25 reed@google.com Revert "convert sample completely to SkM4"
      2020-01-25 reed@google.com convert sample completely to SkM4
      2020-01-25 bsalomon@google.com Revert "Use bitmap subset for comparison in texture_domain_effect GMs."
      2020-01-25 bsalomon@google.com Use bitmap subset for comparison in texture_domain_effect GMs.
      2020-01-25 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2020-01-24 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2020-01-24 ethannicholas@google.com add SkSLInterpreter vector instructions
      2020-01-24 reed@google.com Revert "Revert "add rotate to SkM44""
      2020-01-24 brianosman@google.com Make invokeChild just return a string containing the child function call
      2020-01-24 reed@google.com Revert "add rotate to SkM44"
      2020-01-24 bsalomon@google.com Detect implementation read formats on ES.
      2020-01-24 reed@google.com add rotate to SkM44
      2020-01-24 bungeman@google.com Preserve FcConfig in SkFontConfigInterface_direct methods.
      2020-01-24 jvanverth@google.com Wrap page index packing in helper methods.
      2020-01-24 bsalomon@google.com Revert "Revert "Move GrDomainEffect functionality into GrTextureEffect and delete""
      2020-01-24 robertphillips@google.com Make GrGpu::createBackendTexture match createCompressedBackendTexture
      2020-01-24 jvanverth@google.com Revert "Reland "Reland "Add new method for storing DrawOpAtlas texture index."""
      2020-01-24 mtklein@google.com add skvm msan bot, move asan back to linux
      2020-01-24 brianosman@google.com Remove invokeChild variants that write to output color
      2020-01-24 mtklein@google.com clean up caches at thread exit
      2020-01-24 mtklein@google.com link clang bots against our prepackaged libc++
      2020-01-24 bsalomon@google.com Revert "Move GrDomainEffect functionality into GrTextureEffect and delete"
      2020-01-24 ethannicholas@google.com Revert "Revert "Complete rewrite of the SkSL interpreter""
      2020-01-24 bsalomon@google.com Move GrDomainEffect functionality into GrTextureEffect and delete the former.
      
      Created with:
        gclient setdep -r src/third_party/skia@d92e4e9de7f1
      
      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 reed@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/+/master/autoroll/README.md
      
      Bug: None
      Tbr: reed@google.com
      004cbdf0
  12. 26 1月, 2020 1 次提交
  13. 24 1月, 2020 3 次提交
    • S
      Roll src/third_party/skia a7e557f3e353..3ea4d5bb857d (4 commits) (#15963) · d5777c77
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/+log/a7e557f3e353..3ea4d5bb857d
      
      git log a7e557f3e353..3ea4d5bb857d --date=short --first-parent --format='%ad %ae %s'
      2020-01-24 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 7afe38da7578..2ae619822948 (463 commits)
      2020-01-24 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 135f8fcba837..f3b4e6c3030f (8 commits)
      2020-01-24 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader f324fe10ca65..5ef91b82cbed (6 commits)
      2020-01-24 bsalomon@google.com Add support for GL_NV_fence.
      
      Created with:
        gclient setdep -r src/third_party/skia@3ea4d5bb857d
      
      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 benjaminwagner@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/+/master/autoroll/README.md
      
      Bug: None
      Tbr: benjaminwagner@google.com
      d5777c77
    • S
      Roll src/third_party/skia c88a3bc3f561..a7e557f3e353 (6 commits) (#15957) · 1d05c836
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/+log/c88a3bc3f561..a7e557f3e353
      
      git log c88a3bc3f561..a7e557f3e353 --date=short --first-parent --format='%ad %ae %s'
      2020-01-24 michaelludwig@google.com Reland "Increase precision of some quad AA calculations"
      2020-01-24 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2020-01-23 reed@google.com remove legacy SkMScalar code
      2020-01-23 mtklein@google.com use longer-lived alloc in CacheKey()
      2020-01-23 mtklein@google.com force skvm interpreter in ASAN builds, add bots
      2020-01-23 brianosman@google.com Use PipelineStageArgs throughout GrSkSLFP and PipelineStageCodeGenerator
      
      Created with:
        gclient setdep -r src/third_party/skia@a7e557f3e353
      
      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 benjaminwagner@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/+/master/autoroll/README.md
      
      Bug: None
      Tbr: benjaminwagner@google.com
      1d05c836
    • S
      Roll src/third_party/skia e4ddb8a7cddc..c88a3bc3f561 (24 commits) (#15945) · f57540a9
      skia-flutter-autoroll 提交于
      https://skia.googlesource.com/skia.git/+log/e4ddb8a7cddc..c88a3bc3f561
      
      git log e4ddb8a7cddc..c88a3bc3f561 --date=short --first-parent --format='%ad %ae %s'
      2020-01-23 jlavrova@google.com Bidi segmentation BEFORE anything else
      2020-01-23 csmartdalton@google.com Move GrTessellator::VertexAllocator to GrEagerVertexAllocator
      2020-01-23 herb@google.com Convert evict callback from function to interface
      2020-01-23 brianosman@google.com Remove unused functions and members from PipelineStageCodeGenerator
      2020-01-23 mtklein@google.com more bits for shader program hash
      2020-01-23 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2020-01-23 robertphillips@google.com Clean up some "const SkISize& dimensions" usages w/in Ganesh
      2020-01-23 reed@google.com Don't make promises about rowbytes
      2020-01-23 egdaniel@google.com Treat GrTextureAdjusters mip copy like other producers, i.e. no fallback.
      2020-01-23 michaelludwig@google.com Revert "Increase precision of some quad AA calculations"
      2020-01-23 mtklein@google.com basic pass at gradients
      2020-01-23 reed@google.com remove some memory-based methods, add rc()
      2020-01-23 senorblanco@chromium.org Implement support for framebufferOnly render targets.
      2020-01-23 egdaniel@google.com GrPixelConfig is DEAD!!!!!
      2020-01-23 halcanary@google.com Fix build when (is_ios && !skia_enable_skottie)
      2020-01-23 michaelludwig@google.com Increase precision in barycentric_coord calculations
      2020-01-23 egdaniel@google.com Remove fConfig from GrSurfaceDesc.
      2020-01-23 bsalomon@google.com Fix issue introduced in 33c0f260d28e28dbb5e34be71ffcbd5165a83bb3
      2020-01-23 michaelludwig@google.com Increase precision of some quad AA calculations
      2020-01-23 herb@google.com Reland "Specialize SkRectanzier to SkRectanizerSkyline"
      2020-01-23 reed@google.com row/col methods
      2020-01-23 reed@google.com remove obsolete flag SK_SUPPORT_LEGACY_CANVAS_MATRIX_VIRTUALS
      2020-01-23 brianosman@google.com Disable Programs test on MacBook10.1-Metal
      2020-01-23 michaelludwig@google.com Add GM for crbug:10141204
      
      Created with:
        gclient setdep -r src/third_party/skia@c88a3bc3f561
      
      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 benjaminwagner@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/+/master/autoroll/README.md
      
      Bug: None
      Tbr: benjaminwagner@google.com
      f57540a9
  14. 23 1月, 2020 2 次提交
    • S
      Roll src/third_party/skia f9aea7f7e502..e4ddb8a7cddc (35 commits) (#15931) · a68e4314
      skia-flutter-autoroll 提交于
      https://skia.googlesource.com/skia.git/+log/f9aea7f7e502..e4ddb8a7cddc
      
      git log f9aea7f7e502..e4ddb8a7cddc --date=short --first-parent --format='%ad %ae %s'
      2020-01-23 reed@google.com Revert "Specialize SkRectanzier to SkRectanizerSkyline"
      2020-01-23 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src f2517d68dfde..7afe38da7578 (473 commits)
      2020-01-23 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 8c396a9cc4a8..135f8fcba837 (16 commits)
      2020-01-23 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader b766e5e7fbf4..f324fe10ca65 (6 commits)
      2020-01-23 herb@google.com Specialize SkRectanzier to SkRectanizerSkyline
      2020-01-23 egdaniel@google.com Pass readSwizzle into more proxy creation to not use config.
      2020-01-23 egdaniel@google.com Remove GrPixelConfig from GrSurface and GrSurfaceProxy.
      2020-01-23 benjaminwagner@google.com Reduce binary size of GCC Debug builds
      2020-01-22 robertphillips@google.com Add missing 'GrProtected' parameter to createCompressedTexture call chain
      2020-01-22 michaelludwig@google.com Account for negative w in GrQuad::bounds
      2020-01-22 jlavrova@google.com Another attempt to aling ellipsis behavior with TxtLib
      2020-01-22 awscreen@chromium.org Update font descriptor selection workaround
      2020-01-22 michaelludwig@google.com Add GM reproducing perspective failures
      2020-01-22 mtklein@google.com extend -O1 hack to avx2 code as well
      2020-01-22 benjaminwagner@google.com Revert "Revert "Revert "Complete rewrite of the SkSL interpreter"""
      2020-01-22 ethannicholas@google.com let's see what happens
      2020-01-22 ethannicholas@google.com derp
      2020-01-22 ethannicholas@google.com test change
      2020-01-22 ethannicholas@google.com removed extraneous change
      2020-01-22 ethannicholas@google.com maybe fixed?
      2020-01-22 ethannicholas@google.com Revert "Revert "Complete rewrite of the SkSL interpreter""
      2020-01-22 kjlubick@google.com [canvaskit] Roll to 0.12.0
      2020-01-22 kjlubick@google.com [canvaskit] Fix color opaqueness
      2020-01-22 kjlubick@google.com [canvaskit] Fix colorType bug
      2020-01-22 reed@google.com Revert "Revert "use SkM44 internally""
      2020-01-22 fmalita@chromium.org [skottie] Cleanup: convert shape layer adapters to new pattern
      2020-01-22 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2020-01-22 bsalomon@google.com Fix usage enum with GL_NV_pixel_buffer_object.
      2020-01-22 bungeman@google.com Glyph 0xFFFF is a valid glyph.
      2020-01-22 bsalomon@google.com Disable Programs test on TecnoSparkPro3 Debug test bot
      2020-01-22 egdaniel@google.com Reland "Reland "Pass in a SkColorType into SkImage_Gpu ctor.""
      2020-01-22 michaelludwig@google.com Add GrQuad::bounds() benchmark
      2020-01-22 reed@google.com Revert "use SkM44 internally"
      2020-01-22 mtklein@google.com add --dylib to fm
      2020-01-22 reed@google.com use SkM44 internally
      
      Created with:
        gclient setdep -r src/third_party/skia@e4ddb8a7cddc
      
      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 benjaminwagner@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/+/master/autoroll/README.md
      
      Bug: None
      Tbr: benjaminwagner@google.com
      a68e4314
    • S
      Roll src/third_party/skia d59053987a27..f9aea7f7e502 (10 commits) (#15890) · 97c50681
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/+log/d59053987a27..f9aea7f7e502
      
      git log d59053987a27..f9aea7f7e502 --date=short --first-parent --format='%ad %ae %s'
      2020-01-22 csmartdalton@google.com Add a tessellation mode that triangulates the inner polygon separately
      2020-01-22 herb@google.com Reduce error control flow in addGlyphToAtlas
      2020-01-22 scroggo@google.com Make SkImageInfo::validRowBytes consider alignment
      2020-01-22 bsalomon@google.com Rework spefication of src/dst rects/translates throughout SkGpuBlurUtils.
      2020-01-22 brianosman@google.com Clamp GrSkSLFP output to valid premul
      2020-01-22 bsalomon@google.com Add functions for GL_NV_fence to GrGLInterface.
      2020-01-22 robertphillips@google.com Revert "Add compressed backend textures to Metal"
      2020-01-22 reed@google.com remove fun operator overloads
      2020-01-22 mtklein@google.com split SkBBoxHierarchy into public/base types
      2020-01-22 robertphillips@google.com Add compressed backend textures to Metal
      
      Created with:
        gclient setdep -r src/third_party/skia@f9aea7f7e502
      
      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 benjaminwagner@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/+/master/autoroll/README.md
      
      Bug: None
      Tbr: benjaminwagner@google.com
      97c50681