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

rsx: Remove zclip hackery #11268

Merged
merged 4 commits into from
Dec 22, 2021
Merged

rsx: Remove zclip hackery #11268

merged 4 commits into from
Dec 22, 2021

Commits on Dec 19, 2021

  1. rsx: Remove zclip hackery

    - Calculates precise Z value as requested by the game
    - Works properly if the underlying Z format matches the PS3 1:1 but may cause minor problems otherwise
    kd-11 committed Dec 19, 2021
    Configuration menu
    Copy the full SHA
    add0cb3 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2021

  1. Configuration menu
    Copy the full SHA
    4e5a9cb View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2021

  1. rsx: Handle floating point shenanigans

    - If near and far clip are too close together, the API will not distinguish between them leading to out of bounds values
    kd-11 committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    eafef2f View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2021

  1. Configuration menu
    Copy the full SHA
    3aa32a9 View commit details
    Browse the repository at this point in the history