mirror of
https://github.com/stenzek/duckstation.git
synced 2026-02-04 05:04:33 +00:00
[PR #3140] [MERGED] D3D11Device: Add MAP_DISCARD fallback path for uniform streaming #1663
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:dx11📝 Commits (1)
fe35542D3D11Device: 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.