Skip to content

Add GPU-less Avalonia rendering fallback#5028

Open
Marc-André Moreau (mamoreau-devolutions) wants to merge 1 commit into
mainfrom
avalonia-cpu-usage
Open

Add GPU-less Avalonia rendering fallback#5028
Marc-André Moreau (mamoreau-devolutions) wants to merge 1 commit into
mainfrom
avalonia-cpu-usage

Conversation

@mamoreau-devolutions

Copy link
Copy Markdown
Contributor

Summary

  • detect Windows hosts with only software/WARP DXGI adapters and force Avalonia software rendering
  • reduce UniGetUI motion when the GPU-less fallback is active
  • add a Windows-only interface setting to opt out of the automatic fallback

Validation

  • dotnet build src\UniGetUI.Avalonia\UniGetUI.Avalonia.csproj --no-restore --nologo /p:Platform=x64 /m:1
  • dotnet test src\UniGetUI.Windows.slnx --no-restore --verbosity q --nologo /p:Platform=x64 /m:1

Detect Windows hosts without a hardware GPU and configure Avalonia to use software rendering with reduced motion. Add a settings toggle to opt out of the automatic fallback.\n\nCo-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant