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

[wgpu-core] Return submission index for map_async and on_submitted_work_done to track down completion of async callbacks #6360

Merged
merged 24 commits into from
Nov 4, 2024

Commits on Sep 29, 2024

  1. Switch flag enums to u64

    eliemichel committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    ba7f1a2 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

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

Commits on Oct 3, 2024

  1. Add submission indices

    eliemichel committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    a93cbdc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e7160b View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2024

  1. Configuration menu
    Copy the full SHA
    4ae7b01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6374487 View commit details
    Browse the repository at this point in the history
  3. Update changelog

    eliemichel committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    1c8c0ad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    74fcb65 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2024

  1. Configuration menu
    Copy the full SHA
    c9283c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e948dc View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    2e8d131 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51aebec View commit details
    Browse the repository at this point in the history
  3. Introduce WgpuFuture

    eliemichel committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    404c387 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4ec8eb8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4f37591 View commit details
    Browse the repository at this point in the history
  6. Run cargo fmt

    eliemichel committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    3209897 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    be41ff6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    353ddbe View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2024

  1. Configuration menu
    Copy the full SHA
    4c9371f View commit details
    Browse the repository at this point in the history
  2. Remove triage_mapped

    eliemichel committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    c4f9f46 View commit details
    Browse the repository at this point in the history
  3. Style update

    eliemichel committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    22bc30d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8ee2c2a View commit details
    Browse the repository at this point in the history
  5. Fix merge with trunk

    eliemichel committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    9393427 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

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