[PR #13886] [MERGED] AtlasEngine: Add support for SetSoftwareRendering #29808

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/13886
Author: @lhecker
Created: 8/30/2022
Status: Merged
Merged: 8/31/2022
Merged by: @carlos-zamora

Base: mainHead: dev/lhecker/atlas-engine-software-rendering


📝 Commits (1)

  • e46d2bc AtlasEngine: Add support for SetSoftwareRendering

📊 Changes

3 files changed (+30 additions, -17 deletions)

View changed files

📝 src/renderer/atlas/AtlasEngine.api.cpp (+5 -0)
📝 src/renderer/atlas/AtlasEngine.cpp (+24 -17)
📝 src/renderer/atlas/AtlasEngine.h (+1 -0)

📄 Description

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

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/13886 **Author:** [@lhecker](https://github.com/lhecker) **Created:** 8/30/2022 **Status:** ✅ Merged **Merged:** 8/31/2022 **Merged by:** [@carlos-zamora](https://github.com/carlos-zamora) **Base:** `main` ← **Head:** `dev/lhecker/atlas-engine-software-rendering` --- ### 📝 Commits (1) - [`e46d2bc`](https://github.com/microsoft/terminal/commit/e46d2bc9956393f8109025e50e1ec605de9fd867) AtlasEngine: Add support for SetSoftwareRendering ### 📊 Changes **3 files changed** (+30 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `src/renderer/atlas/AtlasEngine.api.cpp` (+5 -0) 📝 `src/renderer/atlas/AtlasEngine.cpp` (+24 -17) 📝 `src/renderer/atlas/AtlasEngine.h` (+1 -0) </details> ### 📄 Description 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 ✅ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:37:00 +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#29808