Skip to content

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

Merged
Wumpf merged 53 commits intogfx-rs:trunkfrom
Wumpf:degenerification-part3
Aug 14, 2024
Merged

Degenerification part 3/3: remove gfx_select, remove compute/render pass indirections#6100
Wumpf merged 53 commits intogfx-rs:trunkfrom
Wumpf:degenerification-part3

Conversation

@Wumpf
Copy link
Copy Markdown
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
@Wumpf Wumpf force-pushed the degenerification-part3 branch from 36941b0 to 9182770 Compare August 10, 2024 21:48
Copy link
Copy Markdown
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

@ErichDonGubler ErichDonGubler force-pushed the degenerification-part3 branch from 9182770 to 0c0641b Compare August 14, 2024 09:54
@ErichDonGubler ErichDonGubler force-pushed the degenerification-part3 branch from 0c0641b to eb02613 Compare August 14, 2024 14:19
@Wumpf Wumpf merged commit 92ecafe into gfx-rs:trunk Aug 14, 2024
@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