[PR #1341] [MERGED] HostDisplay: Fix some scaling issues #459

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

📋 Pull Request Information

Original PR: https://github.com/stenzek/duckstation/pull/1341
Author: @ggrtk
Created: 12/29/2020
Status: Merged
Merged: 12/29/2020
Merged by: @stenzek

Base: masterHead: hostdisplay-fixes


📝 Commits (4)

  • b824844 HostDisplay: Fix framebuffer screenshot scaling
  • e0f3a4f HostDisplay: Calculate draw rectangle in terms of horizontal scale
  • 11fbf26 HostDisplay: Use floats internally for draw rectangle calculation
  • 1c1ca45 VulkanHostDisplay: Fix post shader uniform buffer

📊 Changes

3 files changed (+60 additions, -78 deletions)

View changed files

📝 src/core/host_display.cpp (+56 -74)
📝 src/core/host_display.h (+3 -3)
📝 src/frontend-common/vulkan_host_display.cpp (+1 -1)

📄 Description

No description provided


🔄 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/1341 **Author:** [@ggrtk](https://github.com/ggrtk) **Created:** 12/29/2020 **Status:** ✅ Merged **Merged:** 12/29/2020 **Merged by:** [@stenzek](https://github.com/stenzek) **Base:** `master` ← **Head:** `hostdisplay-fixes` --- ### 📝 Commits (4) - [`b824844`](https://github.com/stenzek/duckstation/commit/b8248440438485f6bc69145c78b85cf90c434f3a) HostDisplay: Fix framebuffer screenshot scaling - [`e0f3a4f`](https://github.com/stenzek/duckstation/commit/e0f3a4f17bdf48ee939a85f8432ec77e46df00cf) HostDisplay: Calculate draw rectangle in terms of horizontal scale - [`11fbf26`](https://github.com/stenzek/duckstation/commit/11fbf260455faa054072df7bafb7065f1fce25ef) HostDisplay: Use floats internally for draw rectangle calculation - [`1c1ca45`](https://github.com/stenzek/duckstation/commit/1c1ca45e4e89d6c621d4c303a5c0c574842d354f) VulkanHostDisplay: Fix post shader uniform buffer ### 📊 Changes **3 files changed** (+60 additions, -78 deletions) <details> <summary>View changed files</summary> 📝 `src/core/host_display.cpp` (+56 -74) 📝 `src/core/host_display.h` (+3 -3) 📝 `src/frontend-common/vulkan_host_display.cpp` (+1 -1) </details> ### 📄 Description _No description provided_ --- <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:08:02 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/duckstation#459