[PR #588] [MERGED] GPU: CRTC fixes #47

Open
opened 2026-01-29 19:06:11 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/stenzek/duckstation/pull/588
Author: @ggrtk
Created: 7/5/2020
Status: Merged
Merged: 7/5/2020
Merged by: @stenzek

Base: masterHead: gpu-crtc


📝 Commits (3)

  • e2b1158 GPU: Report CRTC padding as signed in debug window
  • 000a512 GPU: Don't round screen size to 4-pixel multiple
  • e42d5fe GPU: Adjust 4-pixel boundary alignment formula

📊 Changes

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

View changed files

📝 src/core/gpu.cpp (+4 -3)

📄 Description

Adjusted alignment formula doesn't cause any regression in 0ef0c36, and shouldn't cause any problems in well-conditioned cases.


🔄 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/stenzek/duckstation/pull/588 **Author:** [@ggrtk](https://github.com/ggrtk) **Created:** 7/5/2020 **Status:** ✅ Merged **Merged:** 7/5/2020 **Merged by:** [@stenzek](https://github.com/stenzek) **Base:** `master` ← **Head:** `gpu-crtc` --- ### 📝 Commits (3) - [`e2b1158`](https://github.com/stenzek/duckstation/commit/e2b1158514f5238ff2ed4016b40173204e43f77c) GPU: Report CRTC padding as signed in debug window - [`000a512`](https://github.com/stenzek/duckstation/commit/000a51298a8631654e92272a5643240d0b53667f) GPU: Don't round screen size to 4-pixel multiple - [`e42d5fe`](https://github.com/stenzek/duckstation/commit/e42d5fed75dfd7affb48299f86b12610e9280672) GPU: Adjust 4-pixel boundary alignment formula ### 📊 Changes **1 file changed** (+4 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `src/core/gpu.cpp` (+4 -3) </details> ### 📄 Description Adjusted alignment formula doesn't cause any regression in 0ef0c36, and shouldn't cause any problems in well-conditioned cases. --- <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-29 19:06:11 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/duckstation#47