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: Fix image layout issues after compute shader uploads. #14030

Merged
merged 1 commit into from
Jan 30, 2021

Conversation

hrydgard
Copy link
Owner

@hrydgard hrydgard commented Jan 30, 2021

We're already in GENERAL so probably not worth to transfer to DST just to do even more transfers due to the silliness of GenerateMip.

I'm planning to rework the whole texture upload thing to be far more optimal with some kind of TextureUploadManager, but that's for sometime later. Minimal change for now.

Fixes #13987

We're already in GENERAL so probably not worth to transfer to DST just
to do even more transfers due to the silliness of GenerateMip.

I'm planning to rework the whole texture upload thing to be far more
optimal with some kind of TextureUploadManager

Fixes #13987
@hrydgard hrydgard added this to the v1.11.0 milestone Jan 30, 2021
@unknownbrackets unknownbrackets merged commit 8205f9b into master Jan 30, 2021
@hrydgard hrydgard deleted the fix-mipmap-transition-issue branch January 30, 2021 22:42
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.

Generating mips after a compute shader upscale causes Vulkan validation errors
2 participants