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: During texture upload, batch the buffer->image copies to do all the mips at once. #17114

Merged
merged 1 commit into from
Mar 14, 2023

Conversation

hrydgard
Copy link
Owner

Not a large improvement, but may help some drivers do a better job.

In the future, will batch copies and barriers across multiple texture uploads.

I am mainly doing this though to get a better overview of mip level uploads, in order to debug #17111.

@hrydgard hrydgard added this to the v1.15.0 milestone Mar 14, 2023
@hrydgard hrydgard merged commit ae3c813 into master Mar 14, 2023
@hrydgard hrydgard deleted the vulkan-batch-mip-uploads branch March 14, 2023 09:36
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.

1 participant