[PR #3140] [MERGED] D3D11Device: Add MAP_DISCARD fallback path for uniform streaming #1663

Closed
opened 2026-01-29 19:17:51 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/stenzek/duckstation/pull/3140
Author: @stenzek
Created: 3/28/2024
Status: Merged
Merged: 3/28/2024
Merged by: @stenzek

Base: masterHead: dx11


📝 Commits (1)

  • fe35542 D3D11Device: Add MAP_DISCARD fallback path for uniform streaming

📊 Changes

8 files changed (+146 additions, -46 deletions)

View changed files

📝 src/util/d3d11_device.cpp (+46 -20)
📝 src/util/d3d11_device.h (+5 -1)
📝 src/util/d3d11_stream_buffer.cpp (+56 -17)
📝 src/util/d3d11_stream_buffer.h (+4 -2)
📝 src/util/d3d11_texture.cpp (+6 -4)
📝 src/util/d3d11_texture.h (+1 -1)
📝 src/util/d3d_common.cpp (+25 -1)
📝 src/util/d3d_common.h (+3 -0)

📄 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/3140 **Author:** [@stenzek](https://github.com/stenzek) **Created:** 3/28/2024 **Status:** ✅ Merged **Merged:** 3/28/2024 **Merged by:** [@stenzek](https://github.com/stenzek) **Base:** `master` ← **Head:** `dx11` --- ### 📝 Commits (1) - [`fe35542`](https://github.com/stenzek/duckstation/commit/fe35542c768f03e0cbade7a7de451616f0654198) D3D11Device: Add MAP_DISCARD fallback path for uniform streaming ### 📊 Changes **8 files changed** (+146 additions, -46 deletions) <details> <summary>View changed files</summary> 📝 `src/util/d3d11_device.cpp` (+46 -20) 📝 `src/util/d3d11_device.h` (+5 -1) 📝 `src/util/d3d11_stream_buffer.cpp` (+56 -17) 📝 `src/util/d3d11_stream_buffer.h` (+4 -2) 📝 `src/util/d3d11_texture.cpp` (+6 -4) 📝 `src/util/d3d11_texture.h` (+1 -1) 📝 `src/util/d3d_common.cpp` (+25 -1) 📝 `src/util/d3d_common.h` (+3 -0) </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:17:51 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/duckstation#1663