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

vk: Fix scanning for upload heap types. #10912

Merged
merged 1 commit into from Sep 22, 2021
Merged

Conversation

kd-11
Copy link
Contributor

@kd-11 kd-11 commented Sep 22, 2021

Fixes #10910

rpcs3/Emu/RSX/VK/vkutils/device.cpp Outdated Show resolved Hide resolved
- HOST_CACHED support must be prioritized, but is not a mandate.
- Scan for that flag explicitly and fall back to uncached if it is not supported.
- Uncached memory is too slow for our requirements to contend with cached memory.
@kd-11 kd-11 merged commit e4aff53 into RPCS3:master Sep 22, 2021
@Linear524
Copy link

Thanks for quick fix ! :) I thought PR#10900 will eat 50% of speed forever, due to new functions implementation... But hopefully there was just a small bug =)

@kd-11 kd-11 deleted the spec_things branch October 16, 2022 12:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Meta: performance regression after #10900
3 participants