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/blit-engine: Account for a rare corner case #7683

Merged
merged 2 commits into from
Mar 4, 2020

Commits on Mar 3, 2020

  1. rsx/blit-engine: Account for a rare corner case

    - It is possible to have a RTV<->DSV transfer with compatible-sized formats.
      Mark the depth size as typeless in such a situation to avoid crossing the aspect barrier with the API.
    kd-11 committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    f81b1c1 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2020

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