[PR #13886] AtlasEngine: Add support for SetSoftwareRendering #29813

Open
opened 2026-01-31 09:37:02 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/microsoft/terminal/pull/13886

State: closed
Merged: Yes


This commit implements support for experimental.rendering.software.
There's not much to it. It's just another 2 if conditions.

Validation Steps Performed

  • "experimental.rendering.software": false renders with D3D
  • "experimental.rendering.software": true triggers the new code path
**Original Pull Request:** https://github.com/microsoft/terminal/pull/13886 **State:** closed **Merged:** Yes --- This commit implements support for `experimental.rendering.software`. There's not much to it. It's just another 2 if conditions. ## Validation Steps Performed * `"experimental.rendering.software": false` renders with D3D ✅ * `"experimental.rendering.software": true` triggers the new code path ✅
claunia added the pull-request label 2026-01-31 09:37:02 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#29813