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

Vulkan MEC: Finish secondary command buffers prior to primary ones #342

Merged
merged 1 commit into from
May 4, 2017

Conversation

Qining
Copy link
Contributor

@Qining Qining commented May 3, 2017

According to spec, when primary command buffers call
vkCmdExecuteCommands, all the related secondary command buffers must be
in pending/executable state, cannot be in recording state.

@Qining Qining added the Vulkan label May 3, 2017
@Qining Qining requested a review from AWoloszyn May 3, 2017 16:29
According to spec, when primary command buffers call
vkCmdExecuteCommands, all the related secondary command buffers must be
in pending/executable state, cannot be in recording state.
@Qining Qining force-pushed the end-all-secondary-cmd-buf-first branch from 0a3ac0d to 25687de Compare May 4, 2017 17:50
@Qining Qining merged commit ae1afee into google:master May 4, 2017
@Qining Qining deleted the end-all-secondary-cmd-buf-first branch February 6, 2018 14:55
RenfengLiu pushed a commit to RenfengLiu/gapid that referenced this pull request Apr 23, 2020
Add support for iOS and macOS via MoltenVK
purvisa-at-google-com pushed a commit that referenced this pull request Sep 29, 2022
This option is needed to make the "Max Memory" field of benchmark stats be non-zero.

Bug: b/159127803
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants