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 a bunch of Wine test failures #3895

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on May 27, 2024

  1. Configuration menu
    Copy the full SHA
    0f3826f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e6dfa0 View commit details
    Browse the repository at this point in the history
  3. [d3d9] Fix reference leak in ProcessVertices

    Also fixes a Wine test.
    K0bin committed May 27, 2024
    Configuration menu
    Copy the full SHA
    15ec3fb View commit details
    Browse the repository at this point in the history
  4. [d3d9] Fix default light

    Fixes the diffuse alpha and the direction.
    K0bin committed May 27, 2024
    Configuration menu
    Copy the full SHA
    a2a3c37 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c140456 View commit details
    Browse the repository at this point in the history
  6. [d3d9] FF: Prevent specular highlights on the back of geometry

    Fixes the Wine test "test_specular_lighting".
    K0bin committed May 27, 2024
    Configuration menu
    Copy the full SHA
    474da24 View commit details
    Browse the repository at this point in the history
  7. [d3d9] Ignore the vertex stream offset in StateBlock::Capture

    Fixes a Wine test and matches further testing on Windows.
    K0bin committed May 27, 2024
    Configuration menu
    Copy the full SHA
    9848a8a View commit details
    Browse the repository at this point in the history
  8. [d3d9] Use max point size of Vulkan device

    The default render state value has to match what we report in the device caps.
    Fixes a Wine stateblock test.
    K0bin committed May 27, 2024
    Configuration menu
    Copy the full SHA
    dfde833 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3d4d686 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    adf2443 View commit details
    Browse the repository at this point in the history