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

Remove note about anisotropic filtering requiring edge LOD #9967

Merged
merged 1 commit into from Jul 29, 2021

Conversation

Pokechu22
Copy link
Contributor

This was added because YAGCD's info on MAXANISO (near TX_SETMODE0 in Section 5.11.1) claims it's the case, but Extrems says it does work. I haven't tested anything myself, and dolphin still does not actually implement anisotropic filtering based on this field.

This was added because YAGCD's info on MAXANISO (near TX_SETMODE0 in Section 5.11.1) claims it's the case, but Extrems says it does work.  I haven't tested anything myself, and dolphin still does not actually implement anisotropic filtering based on this field.
@@ -765,7 +765,7 @@ enum class MaxAnsio
template <>
struct fmt::formatter<MaxAnsio> : EnumFormatter<MaxAnsio::Four>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

something that you might want to fix in a follow-up PR: MaxAniso seems to be misspelled

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks; I'll add a fix for that to #9718.

@leoetlino leoetlino merged commit 11d1269 into dolphin-emu:master Jul 29, 2021
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants