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

D3D11 resources refactor and DX11.1 feature detection fixes #8258

Merged
merged 8 commits into from
Jul 29, 2019

Commits on Jul 26, 2019

  1. Configuration menu
    Copy the full SHA
    799c524 View commit details
    Browse the repository at this point in the history
  2. Factorize software renderer backend switching warning to be fetched f…

    …rom a new GetWarningMessage in video backend - will be needed for DX11.1 feature set warnings
    CookiePLMonster committed Jul 26, 2019
    Configuration menu
    Copy the full SHA
    890f781 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2019

  1. Configuration menu
    Copy the full SHA
    88db577 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77425ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6b8e8b View commit details
    Browse the repository at this point in the history
  4. D3D11: Query for output merger logic op support and use logic op code…

    … only if supported
    
    Previously code assumed that if DX11.1 runtime is supported, logic ops will,
    but Windows 7 SP1 with a Platform Update supports DX11.1 runtime without logic ops.
    This created pretty jarring visual artifacts, which now should be gone OR replaced
    with much less jarring errors.
    CookiePLMonster committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    ff00873 View commit details
    Browse the repository at this point in the history
  5. D3D11: Show a warning message about unsupported features when switchi…

    …ng to D3D11 backend on Windows 7
    CookiePLMonster committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    43bfb18 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    baa9636 View commit details
    Browse the repository at this point in the history