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

[Hotfix] vk: Add explicit support for identity image views #6930

Merged
merged 1 commit into from
Nov 1, 2019

Conversation

kd-11
Copy link
Contributor

@kd-11 kd-11 commented Nov 1, 2019

  • Allows bypassing all remap shenanigans to make some operations that rely on the raw image to work correctly.

Fixes "blue" filter in some games with newer builds where AV filters are implemented. Since the image being drawn to the screen is 'raw', image transform is undesired. The "blue" is because the PS3 format ARGB is actually the PC format BGRA but with endianness inverted for the 32-bit block.

- Allows bypassing all remap shenanigans to make some operations that
rely on the raw image to work correctly.
@kd-11 kd-11 changed the title [TESTERS NEEDED] [Hotfix] vk: Add explicit support for identity image views [Hotfix] vk: Add explicit support for identity image views Nov 1, 2019
@kd-11 kd-11 merged commit bbed791 into RPCS3:master Nov 1, 2019
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.

1 participant