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

D3D9: Fix fixed function sampler mask #4341

Merged
merged 2 commits into from
Oct 9, 2024
Merged

Commits on Oct 9, 2024

  1. [d3d9] Fix fixed function texture mask

    Fixed function supports 8 textures so we need 8 ones.
    K0bin committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    ae2bc16 View commit details
    Browse the repository at this point in the history
  2. [d3d9] Add a bunch of missing likely/unlikely to PrepareDraw

    PrepareDraw is pretty much the hottest part of the d3d9
    frontend, so we take every tiny bit we get.
    K0bin committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    f4829eb View commit details
    Browse the repository at this point in the history