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

Degenerification part 3/3: remove gfx_select, remove compute/render pass indirections #6100

Merged
merged 53 commits into from
Aug 14, 2024

Conversation

Wumpf
Copy link
Member

@Wumpf Wumpf commented Aug 10, 2024

Connections

Description
Finishes the series by ripping of various bandaids. Notably the dynamic indirections we had to use on compute & render passes go away again and wgpu can hold the pass objects by value again.
This also re-enables doc building on wgpu-core!

Please also have a look at the performance report here.
Note that slight changes have been made since these tests have been run, but the results should be representative.
If time permits, someone with convenient access should run Linux benchmarks as well.

Testing

Checklist

  • Run cargo fmt.
  • Run cargo clippy. If applicable, add:
    • --target wasm32-unknown-unknown
    • --target wasm32-unknown-emscripten
  • Run cargo xtask test to run tests.
  • Add change to CHANGELOG.md. See simple instructions inside file

@Wumpf Wumpf force-pushed the degenerification-part3 branch 3 times, most recently from 850188a to 36941b0 Compare August 10, 2024 21:30
@Wumpf Wumpf marked this pull request as ready for review August 10, 2024 21:31
@Wumpf Wumpf requested a review from a team as a code owner August 10, 2024 21:31
Copy link
Contributor

@nical nical left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sublime

@Wumpf Wumpf merged commit 92ecafe into gfx-rs:trunk Aug 14, 2024
25 checks passed
@Wumpf Wumpf deleted the degenerification-part3 branch August 14, 2024 15:34
@Vecvec Vecvec mentioned this pull request Aug 15, 2024
3 tasks
@teoxoy teoxoy mentioned this pull request Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make wgpu-core less generic (brainstorm) Rustdoc Builds Take 20-40 minutes.
3 participants