[PR #3074] [CLOSED] Test #1564

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

📋 Pull Request Information

Original PR: https://github.com/stenzek/duckstation/pull/3074
Author: @stenzek
Created: 12/19/2023
Status: Closed

Base: masterHead: test


📝 Commits (9)

  • c4b7ee8 CI/Windows: Use Clang-CL instead of MSVC
  • f2f84d6 MSBuild: Purge 32-bit targets
  • 2f0ab38 MSBuild: Only link with Zydis in Debug builds
  • b9e6980 CI: Bump actions versions
  • 2bf1721 GPUDevice: Support R16I/R16U textures
  • ad9fd3e OpenGLDevice: Fix texture creation issues w/o texture storage
  • b84610d GPU/HW: Add fallback path for no-texture-buffers
  • cd9237d JitCodeBuffer: Use MAP_FIXED on MacOS/MAP_FIXED_NOREPLACE on Linux
  • 1c67072 temp

📊 Changes

20 files changed (+206 additions, -673 deletions)

View changed files

📝 .github/workflows/rolling-release.yml (+13 -13)
📝 CMakeLists.txt (+2 -2)
📝 dep/msvc/vsprops/BaseApplication.props (+4 -1)
📝 dep/msvc/vsprops/Configurations.props (+0 -32)
📝 duckstation.sln (+2 -548)
📝 src/core/core.vcxproj (+3 -3)
📝 src/core/gpu_hw.cpp (+44 -12)
📝 src/core/gpu_hw_shadergen.cpp (+11 -3)
📝 src/core/gpu_hw_shadergen.h (+1 -1)
📝 src/util/d3d_common.cpp (+2 -0)
📝 src/util/gl/context_agl.mm (+1 -1)
📝 src/util/gpu_texture.cpp (+26 -17)
📝 src/util/gpu_texture.h (+2 -0)
📝 src/util/jit_code_buffer.cpp (+21 -1)
📝 src/util/metal_device.mm (+2 -0)
📝 src/util/opengl_device.cpp (+3 -6)
📝 src/util/opengl_texture.cpp (+57 -29)
📝 src/util/shadergen.cpp (+8 -3)
📝 src/util/shadergen.h (+2 -1)
📝 src/util/vulkan_device.cpp (+2 -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/3074 **Author:** [@stenzek](https://github.com/stenzek) **Created:** 12/19/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `test` --- ### 📝 Commits (9) - [`c4b7ee8`](https://github.com/stenzek/duckstation/commit/c4b7ee869f9b48c7d114b01972347192cf244308) CI/Windows: Use Clang-CL instead of MSVC - [`f2f84d6`](https://github.com/stenzek/duckstation/commit/f2f84d67e84d7ae0d292e77a69f30efe02759af7) MSBuild: Purge 32-bit targets - [`2f0ab38`](https://github.com/stenzek/duckstation/commit/2f0ab3832595f8c1c5af8886ce90aefd945198c7) MSBuild: Only link with Zydis in Debug builds - [`b9e6980`](https://github.com/stenzek/duckstation/commit/b9e6980374a64e05328666a029242365bdf6cd58) CI: Bump actions versions - [`2bf1721`](https://github.com/stenzek/duckstation/commit/2bf1721c8fa4f14c293061770ea8332295d46150) GPUDevice: Support R16I/R16U textures - [`ad9fd3e`](https://github.com/stenzek/duckstation/commit/ad9fd3e09a5be07af9ad9222d5cb97ee578e4ec5) OpenGLDevice: Fix texture creation issues w/o texture storage - [`b84610d`](https://github.com/stenzek/duckstation/commit/b84610db602d563242c6bfa61d952b51f655f7b0) GPU/HW: Add fallback path for no-texture-buffers - [`cd9237d`](https://github.com/stenzek/duckstation/commit/cd9237d2d8c5dcbb66b89310234cfcaf372b1413) JitCodeBuffer: Use MAP_FIXED on MacOS/MAP_FIXED_NOREPLACE on Linux - [`1c67072`](https://github.com/stenzek/duckstation/commit/1c67072fc55ff664d1f951f75ba73af4ded273a8) temp ### 📊 Changes **20 files changed** (+206 additions, -673 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/rolling-release.yml` (+13 -13) 📝 `CMakeLists.txt` (+2 -2) 📝 `dep/msvc/vsprops/BaseApplication.props` (+4 -1) 📝 `dep/msvc/vsprops/Configurations.props` (+0 -32) 📝 `duckstation.sln` (+2 -548) 📝 `src/core/core.vcxproj` (+3 -3) 📝 `src/core/gpu_hw.cpp` (+44 -12) 📝 `src/core/gpu_hw_shadergen.cpp` (+11 -3) 📝 `src/core/gpu_hw_shadergen.h` (+1 -1) 📝 `src/util/d3d_common.cpp` (+2 -0) 📝 `src/util/gl/context_agl.mm` (+1 -1) 📝 `src/util/gpu_texture.cpp` (+26 -17) 📝 `src/util/gpu_texture.h` (+2 -0) 📝 `src/util/jit_code_buffer.cpp` (+21 -1) 📝 `src/util/metal_device.mm` (+2 -0) 📝 `src/util/opengl_device.cpp` (+3 -6) 📝 `src/util/opengl_texture.cpp` (+57 -29) 📝 `src/util/shadergen.cpp` (+8 -3) 📝 `src/util/shadergen.h` (+2 -1) 📝 `src/util/vulkan_device.cpp` (+2 -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:26 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/duckstation#1564