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 replacer: Make the internal cache model texture-centric instead of miplevel-centric #17078

Merged
merged 6 commits into from
Mar 9, 2023

Conversation

hrydgard
Copy link
Owner

@hrydgard hrydgard commented Mar 8, 2023

As it says on the tin - will make it easier to support texture formats where multiple mips come from one file.

Also, remove the "support" for different texture color formats per mip level, that's nonsensical (except when doing the Tactics Ogre mipmap hack, but even there it's of dubious use). Since we only supported one color format in the cache, this was not relevant anyway.

@hrydgard hrydgard added Code Cleanup Cleanup to make future work easier. Needs to be done sometimes. Texture replacement labels Mar 8, 2023
@hrydgard hrydgard added this to the v1.15.0 milestone Mar 8, 2023
@hrydgard hrydgard marked this pull request as ready for review March 8, 2023 23:27
@hrydgard hrydgard merged commit 1632125 into master Mar 9, 2023
@hrydgard hrydgard deleted the no-more-separate-levels branch March 9, 2023 10:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Code Cleanup Cleanup to make future work easier. Needs to be done sometimes. Texture replacement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant