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

Texture Replacement: Support compressed textures in D3D9 as well #17097

Merged
merged 7 commits into from
Mar 12, 2023

Conversation

hrydgard
Copy link
Owner

@hrydgard hrydgard commented Mar 12, 2023

D3D9 doesn't support BC7 but does support BC1-3, so I went ahead and added some format support checking, plus displaying supported formats in the system information screen.

Part of #17092 .

@hrydgard hrydgard added this to the v1.15.0 milestone Mar 12, 2023
@hrydgard
Copy link
Owner Author

This is pretty basic, I'll just get it in. I'll address the comments on the other PR in the next PR (that will add full DDS mipmap loading support)

@hrydgard hrydgard merged commit 9eb0e49 into master Mar 12, 2023
@hrydgard hrydgard deleted the d3d9-dds branch March 12, 2023 17:44
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.

1 participant