Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: python-pillow/Pillow
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d0388b202f45374d9cefafa186591c5f45fb63fb
Choose a base ref
...
head repository: python-pillow/Pillow
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fac18a5b6020b7e522b6036d9475eee59ef9df27
Choose a head ref
  • 4 commits
  • 9 files changed
  • 2 contributors

Commits on Jul 18, 2022

  1. Fix BC6 block decoder

    ShadelessFox committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    f58c0ea View commit details
    Browse the repository at this point in the history
  2. Fix BC6H_SF decoding error.

    Decoding error were caused by additional sign extend call after endpoint
    transform, according to khronos documentation, you only suppose to sign
    extend endpoints only once, further calls to sign extend mangles
    endpoint data.
    REDxEYE authored and ShadelessFox committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    b7715d1 View commit details
    Browse the repository at this point in the history
  3. Fix BC6H_SF decoder

    ShadelessFox committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    18a3c24 View commit details
    Browse the repository at this point in the history
  4. Add BC6 tests

    ShadelessFox committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    fac18a5 View commit details
    Browse the repository at this point in the history
Loading