Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

[Impeller] Passes and command buffers hold weak handles to the context.#35352

Merged
chinmaygarde merged 1 commit intoflutter:mainfrom
chinmaygarde:simple_pass
Aug 11, 2022
Merged

[Impeller] Passes and command buffers hold weak handles to the context.#35352
chinmaygarde merged 1 commit intoflutter:mainfrom
chinmaygarde:simple_pass

Conversation

@chinmaygarde
Copy link
Contributor

This makes the submission simpler as the allocators can be acquired from the
pass itself.

Also makes command buffer submission go through a common method that performs
error checking before dispatch to the backend.

This makes the submission simpler as the allocators can be acquired from the
pass itself.

Also makes command buffer submission go through a common method that performs
error checking before dispatch to the backend.
@chinmaygarde chinmaygarde requested review from bdero and dnfield August 11, 2022 20:26
@chinmaygarde
Copy link
Contributor Author

This and the next few patches are API cleanups on the way to landing the multi-threaded encoding stuff. But these cleanups are unrelated.

Copy link
Contributor

@bdero bdero left a comment

Choose a reason for hiding this comment

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

Great simplification!

@chinmaygarde chinmaygarde added the autosubmit Merge PR when tree becomes green via auto submit App label Aug 11, 2022
@chinmaygarde chinmaygarde self-assigned this Aug 11, 2022
@chinmaygarde chinmaygarde merged commit d282827 into flutter:main Aug 11, 2022
@chinmaygarde chinmaygarde deleted the simple_pass branch August 11, 2022 21:50
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Aug 11, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

autosubmit Merge PR when tree becomes green via auto submit App e: impeller

Projects

No open projects
Archived in project

Development

Successfully merging this pull request may close these issues.

2 participants