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: trunk
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: v26
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 22 files changed
  • 4 contributors

Commits on Jul 10, 2025

  1. Fix undeclared base in profiling scopes.

    This would cause compilation to fail if profiling was enabled.
    kpreid authored and cwfitzgerald committed Jul 10, 2025
    Configuration menu
    Copy the full SHA
    81e6875 View commit details
    Browse the repository at this point in the history
  2. [ci] Check with profiling enabled.

    Minimum version of `profiling` increases from ^1.0.0 to ^1.0.1 because
    the `type-check` feature was added in 1.0.1.
    kpreid authored and cwfitzgerald committed Jul 10, 2025
    Configuration menu
    Copy the full SHA
    fb3abfc View commit details
    Browse the repository at this point in the history
  3. Fix initialize_adapter_from_env under no_std.

    Without this change, `desired_adapter_name` is an undeclared variable.
    kpreid authored and cwfitzgerald committed Jul 10, 2025
    Configuration menu
    Copy the full SHA
    dd32435 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b22d123 View commit details
    Browse the repository at this point in the history
  5. Bump version to v26.0.1

    cwfitzgerald committed Jul 10, 2025
    Configuration menu
    Copy the full SHA
    0c978d0 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2025

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

Commits on Jul 23, 2025

  1. Configuration menu
    Copy the full SHA
    91a711d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f18c26 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc8ba75 View commit details
    Browse the repository at this point in the history
  4. Bump version to v26.0.2

    cwfitzgerald committed Jul 23, 2025
    Configuration menu
    Copy the full SHA
    0304924 View commit details
    Browse the repository at this point in the history
  5. Fix warning in changelog

    cwfitzgerald committed Jul 23, 2025
    Configuration menu
    Copy the full SHA
    4040fea View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2025

  1. Configuration menu
    Copy the full SHA
    4836cb5 View commit details
    Browse the repository at this point in the history
  2. Bump version to v26.0.3

    cwfitzgerald committed Jul 30, 2025
    Configuration menu
    Copy the full SHA
    f01af23 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2025

  1. fix STATUS_HEAP_CORRUPTION crash in create_sampler (#8056)

    A backport of #8043.
    
    Co-authored-by: Erich Gubler <[email protected]>
    atlv24 and ErichDonGubler authored Aug 6, 2025
    Configuration menu
    Copy the full SHA
    e9bff0f View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2025

  1. Configuration menu
    Copy the full SHA
    751ff28 View commit details
    Browse the repository at this point in the history
  2. chore: bump workspace version to 26.0.4

    NOTE: The intention is only to release a new `wgpu-hal` version.
    ErichDonGubler committed Aug 7, 2025
    Configuration menu
    Copy the full SHA
    3f69660 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    983d460 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2025

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