Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2288: [mtl] Refined passes r=grovesNL a=kvark Prevents rebinding of all the state and resources in case of consecutive compute dispatches. ~~Also, tries to make a list of commands for graphics pipeline setup and pass it as one big thing (instead of calling `pre.issue` for each individual one). This is piggy-backing on the `issue_many` function of the base commit here.~~ Edit: removed this commit for causing a performance regression. Changes the sink API to be more clear about how the passes are started/ended, it's now the same across compute/render and distinct from blits. PR checklist: - [ ] `make` succeeds (on *nix) - [x] `make reftests` succeeds - [x] tested examples with the following backends: metal - [ ] `rustfmt` run on changed code Co-authored-by: Dzmitry Malyshau <[email protected]>
- Loading branch information