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

Added DDS BC6H reading #6449

Merged
merged 17 commits into from Oct 11, 2022
Merged

Added DDS BC6H reading #6449

merged 17 commits into from Oct 11, 2022

Commits on Jul 18, 2022

  1. Fix BC6 block decoder

    ShadelessFox committed Jul 18, 2022
    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
    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
    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
    Copy the full SHA
    fac18a5 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    0d0cf63 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #3 from radarhere/bc6_tests

    Restored unimplemented DXGI format test
    ShadelessFox committed Jul 18, 2022
    Copy the full SHA
    75b3918 View commit details
    Browse the repository at this point in the history
  7. Code cleanup

    ShadelessFox committed Jul 18, 2022
    Copy the full SHA
    4b97f88 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2022

  1. Copy the full SHA
    5bd893f View commit details
    Browse the repository at this point in the history
  2. Simplified code

    radarhere committed Jul 23, 2022
    Copy the full SHA
    806f43f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4 from radarhere/bc6h

    Rename format to BC6H and BC6HS
    ShadelessFox committed Jul 23, 2022
    Copy the full SHA
    c5155fd View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    3bec599 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2022

  1. Copy the full SHA
    952237d View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

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

Commits on Oct 8, 2022

  1. Updated BC6H test images

    radarhere committed Oct 8, 2022
    Copy the full SHA
    5911b8c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from radarhere/bc6h_tests

    Updated BC6H test images
    ShadelessFox committed Oct 8, 2022
    Copy the full SHA
    93cafc8 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. Removed gamma correction

    radarhere committed Oct 10, 2022
    Copy the full SHA
    78d258f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6 from radarhere/bc6h_gamma

    Removed gamma correction
    ShadelessFox committed Oct 10, 2022
    Copy the full SHA
    00d59a9 View commit details
    Browse the repository at this point in the history