Live session user
|
64c419089f
|
Merge branch 'master' into windows-clang
|
2026-02-28 12:27:14 -08:00 |
|
Megamouse
|
198c2e9eb8
|
Qt: attempt to download up to 3 times on return_code -255
|
2026-02-28 20:35:55 +01:00 |
|
Megamouse
|
df5b624e45
|
clans: use std::move for ticket
|
2026-02-28 14:40:25 +01:00 |
|
Megamouse
|
37a125ddbd
|
clans: const correctness
|
2026-02-28 14:40:25 +01:00 |
|
Megamouse
|
3624dac22b
|
clans: remove unused struct
|
2026-02-28 14:40:25 +01:00 |
|
Megamouse
|
3bf182734f
|
Merge branch 'master' into windows-clang
|
2026-02-28 11:36:06 +01:00 |
|
Megamouse
|
b8f4aaa6fb
|
Update SDL to 3.4.2
|
2026-02-28 11:35:36 +01:00 |
|
Megamouse
|
8cee5a33d0
|
Fix some warnings
|
2026-02-28 11:35:36 +01:00 |
|
Megamouse
|
a9d4e1399a
|
Update zlib to 1.3.2
|
2026-02-28 11:35:36 +01:00 |
|
Elad
|
0f3275ec82
|
sys_fs: Fixup op_read
|
2026-02-28 10:58:25 +02:00 |
|
Elad
|
45c6e938a5
|
SPU LLVM: Expand SPU Profiling to blocks
|
2026-02-28 10:58:25 +02:00 |
|
Elad
|
1ec3de9e8f
|
SPU Analyzer: Fix analysis of instructions without regmod
|
2026-02-28 10:58:25 +02:00 |
|
Elad
|
35ccd63dbc
|
Win32/File.cpp: Fix fs::file constraints to avoid crashes
|
2026-02-28 10:58:25 +02:00 |
|
Elad
|
188151fa99
|
SPU/misc: Remove outdated Instruction statistics
|
2026-02-28 10:58:25 +02:00 |
|
Elad
|
16b05c930f
|
Misc: Force define LLVM for IntelliSense
|
2026-02-28 10:58:25 +02:00 |
|
Elad
|
f39d82f990
|
SPU: Fix spu_itype::zregmod
|
2026-02-28 10:58:25 +02:00 |
|
Elad
|
bbd91dad92
|
SPU DisAsm: Disable unlikely float representations
|
2026-02-28 10:58:25 +02:00 |
|
Elad
|
cc1b4c8fd1
|
Fix strcpy_trunc type validation
|
2026-02-28 10:58:25 +02:00 |
|
RipleyTom
|
3b6afc1d9a
|
Final sys_ fixes
|
2026-02-28 09:00:49 +02:00 |
|
RipleyTom
|
b30a20c2dc
|
More sys_ fixes
|
2026-02-27 06:02:28 +02:00 |
|
Ani
|
60db25980f
|
ci: Update docker to 1.9
|
2026-02-26 12:37:45 +01:00 |
|
Ani
|
8396cc2300
|
openal: Update to 1.25.1
|
2026-02-26 12:37:45 +01:00 |
|
kd-11
|
41e036473a
|
rsx: Fix broken shaders when depth format conversion is enabled with no format conversion code active
|
2026-02-25 22:44:33 +03:00 |
|
kd-11
|
daa53c8642
|
vk: Fix cubemap detection logic
|
2026-02-25 22:44:33 +03:00 |
|
kd-11
|
99c9c16187
|
rsx: Disallow sRGB hardware format promotion unless no remap is required
|
2026-02-25 22:44:33 +03:00 |
|
kd-11
|
94cd6a6f9e
|
gl/vk: Clean up vertex texture handling
- Clean up code after refactors
|
2026-02-25 22:44:33 +03:00 |
|
kd-11
|
4fa3aaf2b5
|
rsx: Fix flickering when initializing texture units
|
2026-02-25 22:44:33 +03:00 |
|
kd-11
|
34f0e865ac
|
rsx: Get rid of some guessing when handling special hardware formats
|
2026-02-25 22:44:33 +03:00 |
|
kd-11
|
cb7c3488ab
|
rsx: Do not emit format conversion code in shaders if the feature is unused
- The sampling logic has become increasingly complex yet it is needed very rarely
|
2026-02-25 22:44:33 +03:00 |
|
kd-11
|
759ef0f5b0
|
rsx: Add border color correction for hardware SNORM formats
|
2026-02-25 22:44:33 +03:00 |
|
kd-11
|
585305f434
|
rsx: Improve hardware texel remapping support
- Fixes issues observed when the remap is requested on a hardcoded channel
- In that scenario, fall back to software
|
2026-02-25 22:44:33 +03:00 |
|
kd-11
|
cee868560a
|
rsx: Add configuration toggle to debug tab
|
2026-02-25 22:44:33 +03:00 |
|
kd-11
|
0fb8091a31
|
rsx: Disable HW remapper if BX2 is active or the user requests not to use it
|
2026-02-25 22:44:33 +03:00 |
|
kd-11
|
bf5056145e
|
rsx: Track BX2 reads per-TIU to allow enabling/disabling hw remapping
|
2026-02-25 22:44:33 +03:00 |
|
kd-11
|
34380b1ee7
|
vk: Make use of mutable formats for dynamic views
|
2026-02-25 22:44:33 +03:00 |
|
kd-11
|
f27315c821
|
vk: Support explicit mutable format list
- Actually important for performance reasons
|
2026-02-25 22:44:33 +03:00 |
|
kd-11
|
794abe2025
|
vk: Clean up image_view interfaces
|
2026-02-25 22:44:33 +03:00 |
|
kd-11
|
e29cd4cc93
|
gl: Implement SNORM and SRGB format overrides
|
2026-02-25 22:44:33 +03:00 |
|
kd-11
|
0f1735d0df
|
gl: Add support for subviews
|
2026-02-25 22:44:33 +03:00 |
|
kd-11
|
07abde4e8d
|
vk: Allow cached view to have mutable format
|
2026-02-25 22:44:33 +03:00 |
|
kd-11
|
3f174b2a97
|
vk: Implement SNORM and SRGB format overrides
|
2026-02-25 22:44:33 +03:00 |
|
kd-11
|
4c20bdcc9f
|
vk: Add support for derived image views
|
2026-02-25 22:44:33 +03:00 |
|
kd-11
|
f2a17e4898
|
rsx: Add format override functionality to format_ex
|
2026-02-25 22:44:33 +03:00 |
|
kd-11
|
b9bdbfa55b
|
vk: De-sphaggetify texture handling
|
2026-02-25 22:44:33 +03:00 |
|
kd-11
|
9e7268ed6d
|
gl: Despaghettify texture handling
|
2026-02-25 22:44:33 +03:00 |
|
Megamouse
|
7c8b915ba1
|
tiny style fixes
|
2026-02-25 11:53:04 +01:00 |
|
Megamouse
|
9ede04c4b9
|
Invalidate some global variables in gs_frame dtor
|
2026-02-25 11:53:04 +01:00 |
|
Megamouse
|
8a0eae0ccd
|
overlays: allow to go to begin/end of list without auto repeat
|
2026-02-25 11:53:04 +01:00 |
|
Megamouse
|
f6429a1ae8
|
overlays: add fullscreen toggle to home menu
|
2026-02-25 11:53:04 +01:00 |
|
Megamouse
|
bc93fdf9f4
|
input: Add some logging to mouse_gyro_handler
|
2026-02-25 11:53:04 +01:00 |
|