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

Disable AMD switchable graphics on Windows with Vulkan to fix driver issue #73450

Commits on Feb 16, 2023

  1. Disable AMD switchable graphics on Windows with Vulkan to fix driver …

    …issue
    
    This is a required workaround on setups with AMD integrated graphics
    + NVIDIA dedicated GPU to be able to start the engine with the Forward+
    or Forward Mobile rendering methods.
    
    While a AMD driver update can resolve this issue, it still gets reported
    regularly and is likely to become a source of support headache for people
    distributing projects made with Godot (as this also affects exported projects).
    Calinou committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    31a9345 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. Move code to Windows Vulkan context initialization context

    This workaround is not needed for rendering drivers other than Vulkan.
    Calinou committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    950c5b5 View commit details
    Browse the repository at this point in the history