kd-11
ed1da364e5
vk: Fix a bunch of corner cases when syncing GPU and host memory
2023-06-27 16:41:30 +03:00
kd-11
942dbbc8fa
vk: Add explicit sync when doing copy_image_to_buffer
2023-06-27 16:41:30 +03:00
kd-11
3e8f9cbbf2
Add flags to handle sync domain with v2 events
2023-06-27 16:41:30 +03:00
kd-11
322b5dac79
Properly enable synchronization2 feature
2023-06-27 16:41:30 +03:00
kd-11
5a85fee3f1
Silence logspam about unused parameter
2023-06-27 16:41:30 +03:00
kd-11
ca472b6750
Silence log spam about copy ellision
2023-06-27 16:41:30 +03:00
Megamouse
8e3d0af08e
Qt: remove obsolete shortcut
2023-06-26 21:23:48 +02:00
Megamouse
12f2b900ca
Qt: use shortcut instead of hardcoded keypress event
2023-06-26 21:23:48 +02:00
Megamouse
6228dff809
welcome_dialog: remove weird window close event
2023-06-26 21:23:48 +02:00
Eladash
d34b3190f7
Make stopping emulation not pause or crash UI
...
* Make the UI and main thread available when stopping emulation.
* Make BlockingCallFromMainThread always execute, preventing bugs when it unexpectedly did not.
* Add error code for when starting emulation when Emu.Kill() is in progress.
2023-06-26 20:48:38 +02:00
Eladash
4f5348c7d4
Fix properly RSX replay thread stop bug
2023-06-26 20:48:38 +02:00
DH
f8bd280e00
[amdgpu] Fixed index buffer reference
2023-06-26 13:14:07 +03:00
DH
163c78555e
[rpcsx-os] Implement sys_lseek
2023-06-26 12:49:33 +03:00
DH
d9c08ea98c
[rpcsx-os] implemented sys_read
2023-06-26 12:45:32 +03:00
DH
0e9d4b340b
[amdgpu] Upload back uniforms changes for indirect buffer
2023-06-26 00:25:29 +03:00
DH
bf5ae017a2
[amdgpu] cleanup
2023-06-26 00:12:44 +03:00
DH
57dbd71eb8
[rpcsx-gpu] Fixed direct memory offset
2023-06-26 00:12:11 +03:00
DH
47b0d53983
[amdgpu] Disabled tiling and do image blit on flip
...
Cleanup
2023-06-25 22:58:15 +03:00
Eladash
aff871f127
about_dialog: Add new testers
2023-06-25 20:16:55 +03:00
Eladash
9f00359e17
Qt: Add RPCS3 Discord & Wiki to About Dialog
2023-06-25 20:16:55 +03:00
Eladash
0871436488
settings: Display rendering result of 100% resolution scale
2023-06-25 20:16:55 +03:00
Eladash
6aa598b029
Qt: Add Create RPCS3 shortcuts to Wecome Dialog
2023-06-25 20:16:55 +03:00
Eladash
83e22fa9f0
Qt: Make welcome dialog accessible through F1 or Help menu
...
Enable window close button after "I have read the Quickstart" is checked.
2023-06-25 20:16:55 +03:00
Eladash
a230340578
Qt: Fix memory leak in welcome dialog
2023-06-25 20:16:55 +03:00
Eladash
2da78c6591
Qt: Allow to drop RAP&PKG together
2023-06-25 20:16:55 +03:00
Eladash
46350200d7
Qt: Always set QEvent::isAccepted is drag&drop events
2023-06-25 20:16:55 +03:00
Eladash
00502e94b5
Qt: Do not require to close games when adding new disc game directories
2023-06-25 20:16:55 +03:00
DH
08fd89ad66
[amdgpu] Disable direct memory by default
2023-06-25 18:37:20 +03:00
DH
1e733facaa
[rpcsx-gpu] Implemented swapchain
2023-06-25 16:54:49 +03:00
brian218
70ce7ee106
sys_fs: Fixed up one of sys_fs_unmount()'s error codes to match real system behavior
2023-06-25 09:08:20 +02:00
brian218
cf4ae38699
sys_fs: Implemented get_normalized_path()
2023-06-25 09:08:20 +02:00
DH
2ab5cfb1f3
Add OS<->GPU IPC
2023-06-24 23:48:25 +03:00
DH
df5f8055fa
Added initial rpcsx-gpu project template
2023-06-24 20:11:23 +03:00
DH
a8af9198bf
Added amdgpu hw project
2023-06-24 15:59:27 +03:00
Eladash
09f83e48ff
fs: Add get_parent_dir_view
...
string view version of the argument path, use with care.
2023-06-24 12:00:04 +03:00
Eladash
bcbce5dd48
File.cpp: revert get_parent_dir change
2023-06-24 12:00:04 +03:00
kd-11
0a0ef50caf
Try to fix build
2023-06-23 15:21:17 +03:00
kd-11
e20f1587cd
Workaround for old compilers
...
Xcode is not yet c++20 compliant
2023-06-23 15:21:17 +03:00
DH
1fdadaaee9
Initial commit
2023-06-23 03:28:14 +03:00
kd-11
715e3856f2
vk: Update async compute (fast) to use the new sync API
2023-06-22 14:59:58 +03:00
kd-11
850166eca1
vk: Reimplement events using synchronization2 extension
2023-06-22 14:59:58 +03:00
Eladash
00cca7be69
Utilities/Memory Viewer: Improve image viewer
...
* Added image scaling with Ctrl+Plus, Ctrl+Minus.
* Added hover position to see which address is being pointed at, when double clicking on it the image viewer is closed and the memory viewer jumps to the clicked memory data.
2023-06-21 22:28:52 +03:00
Eladash
0a43f69e87
Utilities/Memory Viewer: Add G8 and G32MAX image formats
2023-06-21 22:28:52 +03:00
Eladash
c84d2d895e
Utilities/Memory Viewer: Add PageDown/PageUp scrolling
...
* F5 for single refresh.
2023-06-21 22:28:52 +03:00
Eladash
87d5f45277
Utilities/Memory Viewer: Fix memory leak
2023-06-21 22:28:52 +03:00
Eladash
137f37cd41
Debugger/RSX: Add shortcut for RSX semaphores
2023-06-21 22:28:52 +03:00
Eladash
18722d7874
Utilities/Memory Viewer: Add auto-refresh mode
2023-06-21 22:28:52 +03:00
Eladash
307e1351df
asm.hpp: Fix mul_saturate
2023-06-21 22:28:52 +03:00
Eladash
441fbd63bb
Fix PPU debug setting with PPU interpreter
2023-06-20 18:18:24 +03:00
Eladash
073b723c09
Fix Create PPU Cache
2023-06-19 13:59:56 +03:00