-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Comparing changes
Open a pull request
base repository: gfx-rs/wgpu
base: v27.0.0
head repository: gfx-rs/wgpu
compare: trunk
- 20 commits
- 62 files changed
- 12 contributors
Commits on Oct 4, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b3c6a0b - Browse repository at this point
Copy the full SHA b3c6a0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 334170b - Browse repository at this point
Copy the full SHA 334170bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7902357 - Browse repository at this point
Copy the full SHA 7902357View commit details
Commits on Oct 6, 2025
-
chore(deps): update cts digest to 9fe13c9 (#8305)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for abc2dfa - Browse repository at this point
Copy the full SHA abc2dfaView commit details -
Configuration menu - View commit details
-
Copy full SHA for d28fb4d - Browse repository at this point
Copy the full SHA d28fb4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e73d055 - Browse repository at this point
Copy the full SHA e73d055View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad15442 - Browse repository at this point
Copy the full SHA ad15442View commit details -
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).
Configuration menu - View commit details
-
Copy full SHA for 1072b87 - Browse repository at this point
Copy the full SHA 1072b87View commit details -
Changed enumerate_adapters to be able to work with custom backends (#…
…8230) Co-authored-by: Andreas Reich <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4652ea4 - Browse repository at this point
Copy the full SHA 4652ea4View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 854664a - Browse repository at this point
Copy the full SHA 854664aView commit details
Commits on Oct 7, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 8ff1eb9 - Browse repository at this point
Copy the full SHA 8ff1eb9View commit details
Commits on Oct 8, 2025
-
Configuration menu - View commit details
-
Copy full SHA for a8f51f8 - Browse repository at this point
Copy the full SHA a8f51f8View commit details -
docs(CHANGELOG): polish
enumerate_adapters
-is-async
section (#8318)* docs(CHANGELOG): polish `enumerate_adapters`-is-`async` section * docs(CHANGELOG): indirectly acknowledge "yield" joke
Configuration menu - View commit details
-
Copy full SHA for bbedf6c - Browse repository at this point
Copy the full SHA bbedf6cView commit details -
refactor:
Interface::check_stage
: useconcat!(…)
for non-invarian……t `@builtin(position)` warning
Configuration menu - View commit details
-
Copy full SHA for 9369247 - Browse repository at this point
Copy the full SHA 9369247View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f91bfe - Browse repository at this point
Copy the full SHA 1f91bfeView commit details -
Configuration menu - View commit details
-
Copy full SHA for adf4b2f - Browse repository at this point
Copy the full SHA adf4b2fView commit details
Commits on Oct 9, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 3958790 - Browse repository at this point
Copy the full SHA 3958790View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0bb62a - Browse repository at this point
Copy the full SHA d0bb62aView commit details
Commits on Oct 10, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 2e48faf - Browse repository at this point
Copy the full SHA 2e48fafView commit details -
[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.
Configuration menu - View commit details
-
Copy full SHA for 1cbebdc - Browse repository at this point
Copy the full SHA 1cbebdcView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v27.0.0...trunk