Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge mono #21

Open
wants to merge 27 commits into
base: master
Choose a base branch
from
Open

Merge mono #21

wants to merge 27 commits into from

Commits on Sep 27, 2019

  1. Configuration menu
    Copy the full SHA
    8c30c13 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2019

  1. Configuration menu
    Copy the full SHA
    bd7b948 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2019

  1. Configuration menu
    Copy the full SHA
    281628f View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2019

  1. Configuration menu
    Copy the full SHA
    77049b8 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2019

  1. Configuration menu
    Copy the full SHA
    caa8bd1 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2019

  1. Configuration menu
    Copy the full SHA
    6c864a6 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2019

  1. Configuration menu
    Copy the full SHA
    c7bc33c View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2019

  1. Add isFixedPitch

    mattleibow committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    10be3d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9048d00 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ad7a6b View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2019

  1. No implementation

    mattleibow committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    33ac8cf View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2019

  1. Fix heap buffer overflow

    Bug: oss-fuzz:11040
    
    Because we're sampling, the offset ends up the same as the width. Back
    up to the left enough to fit the bytes we will write.
    
    Change-Id: Ie476a0191b66c2322446b9c0922f630d6e971645
    Reviewed-on: https://skia-review.googlesource.com/c/164262
    Commit-Queue: Leon Scroggins <[email protected]>
    Commit-Queue: Mike Klein <[email protected]>
    Auto-Submit: Leon Scroggins <[email protected]>
    Reviewed-by: Mike Klein <[email protected]>
    LeonScroggins authored and mattleibow committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    31af8bb View commit details
    Browse the repository at this point in the history
  2. Ensure fSrcOffsetUnits is in a valid range

    Bug: oss-fuzz:11114
    
    fSrcOffsetUnits is where we start sampling from the image. It is
    computed as
    
      (sampleX / 2) * fSrcBPP
    
    (ignoring fSrcOffset, which is 0 for a GIF with a subset frame).
    sampleX will be no wider than the full image, and we divide it by two to
    sample points evenly spread through the image. But for a subset frame,
    we need to use a different sampling rate to ensure that the sampled
    points are within the width of the frame.
    
    Change-Id: I4a313db096fbaea7d869927a9da5df9beb9f6706
    Reviewed-on: https://skia-review.googlesource.com/c/165500
    Reviewed-by: Mike Klein <[email protected]>
    Commit-Queue: Leon Scroggins <[email protected]>
    LeonScroggins authored and mattleibow committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    b4b86b6 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2019

  1. Configuration menu
    Copy the full SHA
    5029445 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2019

  1. Removed things

    mattleibow committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    3a6e144 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2020

  1. Configuration menu
    Copy the full SHA
    acad480 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2020

  1. Adding the SkColor4f (with SkColorSpace) overloads (mono#74)

    * Add SkColor4f for SkPixmap
    * Add the SkShader variants
    mattleibow authored Jan 29, 2020
    Configuration menu
    Copy the full SHA
    2186405 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2020

  1. Configuration menu
    Copy the full SHA
    676c098 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2411fe7 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2020

  1. Configuration menu
    Copy the full SHA
    d3d6d76 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2020

  1. Use wide console output

    mattleibow committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    37fbbc1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22c042a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2638bc7 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2020

  1. Configuration menu
    Copy the full SHA
    6d51638 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2020

  1. Configuration menu
    Copy the full SHA
    b3dc849 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2020

  1. Configuration menu
    Copy the full SHA
    c4cfe8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d38975 View commit details
    Browse the repository at this point in the history