Stenzek
a37e89b52f
CMake: Remove unsupported options
2023-09-16 19:00:29 +10:00
Stenzek
c773c763ef
Achievements: Switch to rc_client
2023-09-16 19:00:29 +10:00
Stenzek
631d1e7433
ImGuiFullscreen: Less jarring notifications
2023-09-16 19:00:29 +10:00
Stenzek
a2f19143da
MetalDevice: Support multisampling
2023-09-16 19:00:28 +10:00
Stenzek
6fbea12ed3
MetalDevice: Implement GPU timing
2023-09-16 19:00:28 +10:00
Stenzek
b30c86ed75
Build: Improve MacOS support
2023-09-16 19:00:28 +10:00
Stenzek
e6d5fa43af
D3D11Device: Fix crash when switching renderers
2023-09-06 11:22:18 +10:00
Stenzek
519367555b
Misc: Replace deprecated std::is_pod
2023-09-05 22:10:50 +10:00
Stenzek
60aca2fc4d
Misc: Swap LIKELY/UNLIKELY macros for attributes
2023-09-05 22:10:50 +10:00
Stenzek
adc124c759
Misc: Unreachable code warning fixes
2023-09-05 22:10:50 +10:00
Stenzek
605aa3c53a
Misc: Swap gsl::span for std::span
2023-09-05 22:10:50 +10:00
Stenzek
391307efaa
Common: Drop fallback path for HeterogeneousContainers
2023-09-05 21:37:04 +10:00
Stenzek
d6cf88c14f
VulkanDevice: Fix persistent descriptor allocation error
2023-09-05 20:17:32 +10:00
Stenzek
9d37332111
VulkanDevice: Prefer 8-bit formats for swap chain
2023-09-05 20:00:23 +10:00
Stenzek
80e3d29ab8
Misc: clang-cl warning clean-up
2023-09-03 14:30:26 +10:00
Stenzek
0076ab5cc4
System: Restore context after pumping messages
2023-09-03 13:14:22 +10:00
Stenzek
7ad1b8d093
GPU: Add wireframe rendering/overlay
2023-09-02 22:26:03 +10:00
Stenzek
e804b5e701
GPUDevice: Support geometry shaders
2023-09-02 22:09:22 +10:00
Stenzek
5480e42cd1
ImGuiManager: Fix changing global scale through FSUI
2023-09-02 21:44:08 +10:00
Stenzek
ea68c5b4b5
Build: Use dependency package on Windows
2023-09-02 21:44:08 +10:00
Stenzek
cee4f93097
Build: Use precompiled headers
2023-09-02 21:44:08 +10:00
Stenzek
817129328b
dep: Move WinPixEventRuntime to root
2023-09-02 21:44:07 +10:00
Stenzek
0da14a5442
GPU/Vulkan: Fix MSAA
...
And disable sample rate shading ("SSAA") on AMD, Intel, and broken
mobile drivers, because it doesn't work.
2023-09-01 21:25:12 +10:00
Stenzek
09e7a5843f
GPU: Add scaling shader support
...
Currently only Bilinear (Sharp).
2023-08-31 23:38:11 +10:00
Stenzek
a11c9faba9
OpenGLDevice: Lazily compile shaders
2023-08-30 22:20:39 +10:00
Stenzek
358f87a74d
PostProcessing/ReShade: Fix up for GL/Vulkan
2023-08-30 02:04:07 +10:00
Stenzek
22eecc2b0a
VulkanDevice: Fix multi-texture+UBO push descriptors
2023-08-30 02:03:22 +10:00
Stenzek
df4d441b4b
OpenGLDevice: Fix pipeline cache leaving fields uninitialized
2023-08-30 02:02:09 +10:00
Stenzek
8a40c7bf94
PostProcessing: Add ReShade .fx shader support
2023-08-30 00:44:01 +10:00
Stenzek
b217f64bcf
PostProcessing: Refactor config to use separate sections
2023-08-30 00:44:01 +10:00
Stenzek
8db8baf33f
GPUDevice: Move display logic to GPU
2023-08-30 00:44:00 +10:00
Stenzek
6c185ca17b
GPUDevice: Remove mouse pointer position
2023-08-30 00:44:00 +10:00
Stenzek
259193a8e5
GPUDevice: Move software cursor to ImGuiManager
2023-08-30 00:44:00 +10:00
Stenzek
e23c9875d5
Misc: Split core and util Host
2023-08-30 00:44:00 +10:00
Stenzek
779e78ae61
MetalDevice: Forgot a mutability parameter
2023-08-26 21:51:53 +10:00
Stenzek
106c13635b
MetalDevice: Fix initial depth state not being bound
2023-08-26 21:33:30 +10:00
Stenzek
edc61b0095
GPUDevice: Fix crash when saving state with display off
2023-08-25 21:04:36 +10:00
Stenzek
8a0033dfb3
MetalDevice: Avoid inline texture uploads when unnecessary
2023-08-24 19:00:01 +10:00
Stenzek
1b9e72e3a6
MetalDevice: Fix render command encoder leak
...
and subsequent crash on shutdown.
2023-08-24 18:04:52 +10:00
Stenzek
d750e4d417
VulkanDevice: Fix for MacOS
2023-08-24 18:04:48 +10:00
Stenzek
64998b49dc
Util: Make Shift-JIS table static
2023-08-24 18:01:32 +10:00
Stenzek
dc9c99438b
Misc: Post-refactor cleanups
2023-08-24 18:01:32 +10:00
Stenzek
7a1af36e8d
GPUDevice: Fix incorrect suffix on D3D shader cache
2023-08-23 17:31:41 +10:00
Stenzek
76b5b8ad06
MSBuild: Support building with clang-cl
2023-08-21 22:38:55 +10:00
Stenzek
e3d9ba4c99
Rewrite host GPU abstraction
...
- Don't have to repeat the same thing for 4 renderers.
- Add native Metal renderer.
2023-08-20 21:55:38 +10:00
Stenzek
e57ad0b6aa
Host: Backport translations cache
...
Note: You'll need a new command line for lupdate.
..\..\..\dep\msvc\qt\6.5.0\msvc2022_64\bin\lupdate.exe ../ ../../core/ ../../util/ -tr-function-alias QT_TRANSLATE_NOOP+=TRANSLATE,QT_TRANSLATE_NOOP+=TRANSLATE_SV,QT_TRANSLATE_NOOP+=TRANSLATE_STR,QT_TRANSLATE_NOOP+=TRANSLATE_FS,QT_TRANSLATE_N_NOOP3+=TRANSLATE_FMT,QT_TRANSLATE_NOOP+=TRANSLATE_NOOP -ts duckstation-qt_LANGUAGE.ts
2023-08-20 12:40:47 +10:00
Stenzek
39f64a03ee
Common: Error/FileSystem backports
2023-08-20 12:40:47 +10:00
Stenzek
a00a4391ca
Common: DynamicHeapArray/FixedHeapArray
2023-08-19 21:18:28 +10:00
Stenzek
bb60170d9a
Move frontend-common to util/core
2023-08-16 01:13:00 +10:00
Stenzek
5b980dafa5
System: Refactor main loop
...
Reduces JIT exits.
Improves runahead performance.
2023-08-16 01:13:00 +10:00