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: gfx-rs/wgpu
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v27.0.0
Choose a base ref
...
head repository: gfx-rs/wgpu
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: trunk
Choose a head ref
  • 20 commits
  • 62 files changed
  • 12 contributors

Commits on Oct 4, 2025

  1. Configuration menu
    Copy the full SHA
    b3c6a0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    334170b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7902357 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2025

  1. chore(deps): update cts digest to 9fe13c9 (#8305)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Oct 6, 2025
    Configuration menu
    Copy the full SHA
    abc2dfa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d28fb4d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e73d055 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ad15442 View commit details
    Browse the repository at this point in the history
  5. Fix stray comma in function signatures in Metal (#8311)

    Fixes a regression introduced by #8265 where we were mistakenly writing a comma before the first buffer argument (if no other arguments were printed before it).
    teoxoy authored Oct 6, 2025
    Configuration menu
    Copy the full SHA
    1072b87 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4652ea4 View commit details
    Browse the repository at this point in the history
  7. chore(deps): update crate-ci/typos action to v1.37.3 (#8306)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Andreas Reich <[email protected]>
    renovate[bot] and Wumpf authored Oct 6, 2025
    Configuration menu
    Copy the full SHA
    854664a View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2025

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

Commits on Oct 8, 2025

  1. Configuration menu
    Copy the full SHA
    a8f51f8 View commit details
    Browse the repository at this point in the history
  2. docs(CHANGELOG): polish enumerate_adapters-is-async section (#8318)

    * docs(CHANGELOG): polish `enumerate_adapters`-is-`async` section
    
    * docs(CHANGELOG): indirectly acknowledge "yield" joke
    ErichDonGubler authored Oct 8, 2025
    Configuration menu
    Copy the full SHA
    bbedf6c View commit details
    Browse the repository at this point in the history
  3. refactor: Interface::check_stage: use concat!(…) for non-invarian…

    …t `@builtin(position)` warning
    ErichDonGubler committed Oct 8, 2025
    Configuration menu
    Copy the full SHA
    9369247 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1f91bfe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    adf4b2f View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2025

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

Commits on Oct 10, 2025

  1. Configuration menu
    Copy the full SHA
    2e48faf View commit details
    Browse the repository at this point in the history
  2. [core] Don't skip binding index checks for derived layouts. (#8325)

    When deriving a bind group layout for a pipeline, bother to enforce
    `wgpu_types::Limits::max_bindings_per_bind_group`. Move the check:
    
    - from `wgpu_core::device::bgl::EntryMap::from_entries`, which is only used
      for explicit bind group creation
    
    - into `wgpu_core::device::Device::create_bind_group_layout`, which is used
      for all bind group layout creation.
    jimblandy authored Oct 10, 2025
    Configuration menu
    Copy the full SHA
    1cbebdc View commit details
    Browse the repository at this point in the history
Loading