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

GS/VertexTrace: Fix min/max when last provoking vertex unsupported #5645

Closed
wants to merge 1 commit into from
Closed

GS/VertexTrace: Fix min/max when last provoking vertex unsupported #5645

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Mar 14, 2022

Description of Changes

This was causing incorrect min/max alpha values due to the index swap, which caused the sides of text boxes in KH to disappear (because the alpha test optimized to always failing).

Closes #5639.

Rationale behind Changes

Fixing my regressions :(

Suggested Testing Steps

Check KH, and any other games sensitive to IIP=0/provoking vertex last (I've quickly checked Tony Hawk's American Wasteland).

This was causing incorrect min/max alpha values due to the index swap,
which caused the sides of text boxes in KH to disappear (because the
alpha test optimized to always failing).

Closes #5639.
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Thank you for submitting a contribution to PCSX2

As this is your first pull request, please be aware of the contributing guidelines.

Additionally, as per recent changes in GitHub Actions, your pull request will need to be approved by a maintainer before GitHub Actions can run against it. You can find more information about this change here.

Please be patient until this happens. In the meantime if you'd like to confirm the builds are passing, you have the option of opening a PR on your own fork, just make sure your fork's master branch is up to date!

@ghost ghost closed this Mar 14, 2022
@stenzek stenzek deleted the kh-vertex-trace branch June 22, 2022 11:09
This pull request was closed.
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.

[BUG]: Kingdom Hearts missing left-side edge of the text bubble
1 participant