Skip to content

Add GPU-less Avalonia rendering fallback#5028

Merged
Gabriel Dufresne (GabrielDuf) merged 2 commits into
mainfrom
avalonia-cpu-usage
Jul 6, 2026
Merged

Add GPU-less Avalonia rendering fallback#5028
Gabriel Dufresne (GabrielDuf) merged 2 commits 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>
@GabrielDuf Gabriel Dufresne (GabrielDuf) merged commit 6b69088 into main Jul 6, 2026
4 checks passed
@GabrielDuf Gabriel Dufresne (GabrielDuf) deleted the avalonia-cpu-usage branch July 6, 2026 13:21
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.

2 participants