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 bug with palette converted EFB copies #4295

Merged
merged 1 commit into from Oct 5, 2016

Conversation

stenzek
Copy link
Contributor

@stenzek stenzek commented Oct 4, 2016

This happened when the source texture was an EFB copy, therefore it had not been populated prior to the draw command buffer being executed, and the conversion was occurring in the init command list.


This change is Reviewable

This happened when the source texture was an EFB copy, therefore it had
not been populated prior to the draw command buffer being executed, and
the conversion was occurring in the init command list.
@degasus
Copy link
Member

degasus commented Oct 5, 2016

:lgtm:


Reviewed 3 of 3 files at r1.
Review status: all files reviewed at latest revision, all discussions resolved.


Comments from Reviewable

@stenzek stenzek merged commit abb5a64 into dolphin-emu:master Oct 5, 2016
@stenzek stenzek deleted the vulkan-dbz-bloom branch November 13, 2016 07:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants