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

softgpu: Fix w culling of triangles combined as rectangles #16509

Merged
merged 2 commits into from
Dec 6, 2022

Conversation

unknownbrackets
Copy link
Collaborator

This bug has actually existed for a while, but wasn't fixed by the recent learnings for w culling because of the triangles being optimized to a rectangle. Fixes some effects in Kingdom Hearts (see #16131.)

The clipping one is less likely, mainly for non-textured rectangles, but I'd rather not fight with a weird bug for that either.

-[Unknown]

@ghost
Copy link

ghost commented Dec 6, 2022

This may help Vampire Chronicles performance decrease in recently build?
Screenshot_20221206_174321_2f85358b2198d26f8aca533d68bee793

@hrydgard
Copy link
Owner

hrydgard commented Dec 6, 2022

Oh, didn't know it slowed down, I guess we fell off the fast path for that one again..

Don't think it's likely this will fix it, I'll create a separate issue.

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.

2 participants