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

Release 0.8.2 #1663

Merged
merged 10 commits into from
Jan 12, 2022
Merged

Release 0.8.2 #1663

merged 10 commits into from
Jan 12, 2022

Commits on Jan 10, 2022

  1. Bump naga-cli to 0.8.0

    kvark committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    431726e View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2022

  1. Fix data packing functions on MSL (gfx-rs#1637)

    * Fix data packing functions on MSL
    
    `snorm` and `unorm` got mixed up.
    
    * Fix bits.msl
    phoekz authored and kvark committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    cbf5c75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f6104d View commit details
    Browse the repository at this point in the history
  3. [msl-out] Don't give level in texture1d accesses.

    Fixes gfx-rs#1642.
    
    Since 1d textures cannot have mipmaps, MSL requires that the `level` argument to
    texel accesses and dimension queries be a constexpr 0. For our purposes, just
    omit the level argument altogether.
    jimblandy authored and kvark committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    c8fc8c1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    df088dd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    da793fe View commit details
    Browse the repository at this point in the history
  6. spv-in: sign agnostic unary operations

    JCapucho authored and kvark committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    eba5d2e View commit details
    Browse the repository at this point in the history
  7. spv-out: use OpFRem instead of OpFMod

    JCapucho authored and kvark committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    c0c6ba4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c09142e View commit details
    Browse the repository at this point in the history
  9. Release 0.8.2

    kvark committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    51c53d7 View commit details
    Browse the repository at this point in the history