[PR #13903] [MERGED] atlas: only enable continuous redraw if the shader needs it #29815

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/13903
Author: @DHowett
Created: 9/1/2022
Status: Merged
Merged: 9/1/2022
Merged by: @undefined

Base: mainHead: dev/duhowett/this-is-run


📝 Commits (2)

  • c7d1c9d atlas: only enable continuous redraw if the shader needs it
  • 7170c84 Log it boyo

📊 Changes

1 file changed (+23 additions, -3 deletions)

View changed files

📝 src/renderer/atlas/AtlasEngine.cpp (+23 -3)

📄 Description

We do this by detecting whether the shader is using variable 0 in
constant buffer 0 (typically "time", but it can go by many names.)

Closes #13901


🔄 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/13903 **Author:** [@DHowett](https://github.com/DHowett) **Created:** 9/1/2022 **Status:** ✅ Merged **Merged:** 9/1/2022 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `dev/duhowett/this-is-run` --- ### 📝 Commits (2) - [`c7d1c9d`](https://github.com/microsoft/terminal/commit/c7d1c9dcb16302622b1b08d2de9cd7f444aa826d) atlas: only enable continuous redraw if the shader needs it - [`7170c84`](https://github.com/microsoft/terminal/commit/7170c84927a15cd0a00db1e5091de18ef9ef4c77) Log it boyo ### 📊 Changes **1 file changed** (+23 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `src/renderer/atlas/AtlasEngine.cpp` (+23 -3) </details> ### 📄 Description We do this by detecting whether the shader is using variable 0 in constant buffer 0 (typically "time", but it can go by many names.) Closes #13901 --- <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:03 +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#29815