1. 15 Sep, 2015 38 commits
  2. 14 Sep, 2015 2 commits
    • skia-deps-roller's avatar
      Roll src/third_party/skia 0faed58:5dd918b · 04a585bb
      skia-deps-roller authored
      Summary of changes available at:
      https://chromium.googlesource.com/skia/+log/0faed58..5dd918b
      
      CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel
      TBR=tomhudson@google.com
      
      Commits in this roll:
      5dd918b fmalita@chromium.org Suppress test_imagegenerator_factory
      2bcab82 reed@google.com remove code from SK_SUPPORT_LEGACY_NEWFROMGENERATOR, eliminates caller of deprecated SkInstallDiscardablePixelRef
      48392b7 reed@google.com fix leaked generator
      cd56f81 fmalita@chromium.org SkImageSource
      506c802 bsalomon@google.com Add helper for creating leaf FPs inside GrFP::TestCreate functions
      07344a5 mtklein@chromium.org Revert of SkPx: new approach to fixed-point SIMD (patchset #9 id:160001 of https://codereview.chromium.org/1317233005/ )
      ec00d94 egdaniel@google.com Move some of the adding stencil attachment logic of Gpu and into Render Target.
      37497dc rmistry@google.com Update SkWhitelistChecksums.cpp with the checksums of the fonts on the CT slave machines.
      82c93b4 mtklein@chromium.org SkPx: new approach to fixed-point SIMD
      b5b6032 bsalomon@google.com Test that GrFragmentProcessors work without input colors.
      0faed58 mtklein@chromium.org cmake_build: support SKIA_OUT and BUILDTYPE
      59ce45f bsalomon@google.com Revert of Test that GrFragmentProcessors work without input colors. (patchset #2 id:20001 of https://codereview.chromium.org/1341853002/ )
      72c58e7 bsalomon@google.com Test that GrFragmentProcessors work without input colors.
      3833daa robertphillips@google.com Fix GPU-only snapping bug in mask blur rendering
      efd50da reed@google.com impl preroll for all image backends
      5a744b7 mtklein@chromium.org Have SkVarAlloc::alloc() use sk_malloc_throw.
      a46ada5 mtklein@chromium.org SkValidatingReadBuffer: make sure we don't call readTypeface().
      8725e53 reed@google.com fix leak in test
      
      Review URL: https://codereview.chromium.org/1346453006
      
      Cr-Commit-Position: refs/heads/master@{#348775}
      04a585bb
    • liberato's avatar
      Begin refactor of AVDA to support zero-copy. · c765882a
      liberato authored
      Refactor AndroidVideoDecodeAccelerator into a class that manages the MediaCodec buffers, but delegates handling the SurfaceTexture to BackingStrategy implementations.  The AndroidCopyingBackingStrategy class implements the texture copy into the picture buffer, as it did in previous versions.
      
      BUG=507834
      
      Review URL: https://codereview.chromium.org/1313913003
      
      Cr-Commit-Position: refs/heads/master@{#348774}
      c765882a