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

Add software rendering flag for Windows #1445

Merged
merged 3 commits into from
Oct 25, 2023

Commits on Sep 26, 2023

  1. avalonia: remove workaround for devtools and app lifetime

    The issue AvaloniaUI/Avalonia#10296 has been
    fixed so we can now remove this workaround.
    mjcheetham committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    e1064f3 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. avalonia: introduce flag to switch to SW rendering

    Introduce a flag to switch Avalonia to use software rendering rather
    than hardware/GPU-based. There is an open Avalonia issue[1] on Windows
    when run on certain ARM64 GPUs. Until this is solved, introduce this
    workaround flag.
    
    [1]: AvaloniaUI/Avalonia#10405
    mjcheetham committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    46810df View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. settings: default SW rendering on Windows+ARM

    Default to software GUI rendering on Windows on ARM.
    Users can explicitly set the config to re-enable HW accelerated
    rendering if they wish.
    mjcheetham committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    3183801 View commit details
    Browse the repository at this point in the history