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 state optimizations #9899

Merged
merged 3 commits into from
Aug 14, 2017
Merged

Vulkan state optimizations #9899

merged 3 commits into from
Aug 14, 2017

Conversation

hrydgard
Copy link
Owner

Now that we have dirty-flags for most state, make better use of them in the Vulkan backend to avoid submitting a lot of redundant commands.

This improves performance quite noticeably on Adreno at least.

@hrydgard hrydgard merged commit 6a2f876 into master Aug 14, 2017
@hrydgard hrydgard deleted the vulkan-state-opt branch August 14, 2017 14:22
@DonelBueno
Copy link

A little off-topic, but I own a Xiaomi Mi 5, which sports an Adreno 530 (Snapdragon 820).

It should support Vulkan, right? But the option for Vulkan on PPSSPP is grayed out.

Do I need to take an extra step to make it available?

@hrydgard
Copy link
Owner Author

Grayed out? It should either be visible, or not. If it's not visible, it's not available (the GPU driver on the devices does not have Vulkan support).

@DonelBueno
Copy link

Sorry, you're right, it's not visible.

But shouldn't it? Adreno 530 supports Vulkan AFAIK.

@hrydgard
Copy link
Owner Author

Only if there's a Vulkan driver on the device - there's nothing we can do if there isn't one.

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

Successfully merging this pull request may close these issues.

2 participants