psucien
|
8c95a2ba75
|
gnmdriver: submission lock moved out from gpu
|
2024-05-17 23:31:19 +02:00 |
|
psucien
|
dc8759b4e0
|
renderer_vulkan: state tracking for Image resources
|
2024-05-17 12:44:07 +02:00 |
|
psucien
|
851bd00251
|
a fair multi-submissions support
|
2024-05-17 08:47:38 +02:00 |
|
psucien
|
0d443ac467
|
amdgpu: non-blocking submitDone
|
2024-05-17 08:22:47 +02:00 |
|
psucien
|
b1eaec2ea1
|
amdgpu: added support for several single GFX submits per frame
|
2024-05-17 00:01:47 +02:00 |
|
psucien
|
c69c0d1649
|
fix for crash in apps when splash is missing
|
2024-05-16 16:59:38 +03:00 |
|
psucien
|
cd077362c3
|
review comments
|
2024-05-16 16:59:04 +03:00 |
|
georgemoralis
|
521fc0401f
|
show title splash while the game is loading
|
2024-05-16 16:58:14 +03:00 |
|
TheTurtle
|
94caa0336e
|
core: Implement new memory manager (#133)
* core: Implement new memory manager
* ci: Attempt to fix linux build
* code: Fix a few build errors
|
2024-05-16 15:55:50 +03:00 |
|
georgemoralis
|
085ffe359b
|
Merge pull request #132 from shadps4-emu/gpu_flip
graphics: separate IRQ for GPU driven flips
|
2024-05-14 23:56:12 +03:00 |
|
psucien
|
18d7b08400
|
renderer_vk: missing barriers (#134)
|
2024-05-14 23:46:34 +03:00 |
|
psucien
|
1857828b50
|
graphics: separate IRQ for GPU driven flips
|
2024-05-14 21:33:20 +02:00 |
|
psucien
|
8edce87dac
|
review comments applied
|
2024-05-11 00:04:04 +02:00 |
|
psucien
|
3c4a9d6a44
|
amdgpu: return perfcounter on EOP
|
2024-05-10 23:16:56 +02:00 |
|
psucien
|
8bb89aa746
|
core: gpu interrupt dispatcher
|
2024-05-10 21:48:01 +02:00 |
|
psucien
|
40923e5448
|
amdgpu: EOS event packet handling
|
2024-05-10 11:55:04 +02:00 |
|
psucien
|
758d695e31
|
amdgpu: wait_reg_mem and write_data implementation
Command list parsing is temporary moved to async task
|
2024-05-09 22:59:35 +02:00 |
|
psucien
|
8897e647b9
|
amdgpu: EOP irq and dummy PM4 handlers
|
2024-05-08 23:27:56 +02:00 |
|
psucien
|
717b00d63b
|
gnm_driver: sceGnmSubmitAndFlipCommandBuffers implementation
|
2024-05-08 22:55:39 +02:00 |
|
psucien
|
f0ac475ffd
|
gnm_driver: various fixes
|
2024-05-08 22:53:55 +02:00 |
|
psucien
|
d2856a7616
|
video_core, kernel: added gfx eop event handling
|
2024-05-07 22:46:54 +02:00 |
|
psucien
|
8347026ecb
|
core: libraries: gnmdriver: basic functionality extension (#120)
Also a bit of refactoring in `video_core`
|
2024-05-01 19:29:06 +03:00 |
|
TheTurtle
|
49e65be25b
|
core: Rewrite thread local storage implementation (#118)
|
2024-05-01 13:38:41 +03:00 |
|
TheTurtle
|
13fe78f0f5
|
video_core: Add basic command list processing (#117)
|
2024-04-30 01:23:28 +03:00 |
|
psucien
|
87f3724675
|
video_core: prefer discrete gpu if available (#116)
* video_core: prefer discrete gpu if available
* ci: Upgrade to clang format 17
* rewrite w\o std::zip usage
---------
Co-authored-by: raphaelthegreat <47210458+raphaelthegreat@users.noreply.github.com>
|
2024-04-30 00:19:12 +03:00 |
|
georgemoralis
|
bdb0a6cf94
|
give texture cache exception handler priority over tls exception handler
|
2024-04-29 19:26:35 +03:00 |
|
raphaelthegreat
|
733956c39b
|
texture_cache: Fix linear image uploads
* Also fixed build for clang-cl with libc
|
2024-04-29 18:22:04 +03:00 |
|
psucien
|
35ffc7fc97
|
clang format fix
|
2024-04-28 01:34:14 +02:00 |
|
psucien
|
1be496875a
|
config: option to select gpu for vk device
|
2024-04-28 01:19:04 +02:00 |
|
psucien
|
b2584dc455
|
texture_cache: protection flags re-worked
* actually I gave up on clang fmt
|
2024-04-28 01:00:24 +02:00 |
|
psucien
|
2b33596ebc
|
clang format fix
|
2024-04-28 00:51:34 +02:00 |
|
psucien
|
9c4906f878
|
Merge branch 'main' of github.com:raphaelthegreat/shadps4 into raph-main
|
2024-04-28 00:29:15 +02:00 |
|
psucien
|
6fdc29ec5b
|
texture_cache: added memory protection for Windows
|
2024-04-28 00:21:04 +02:00 |
|
raphaelthegreat
|
dee8b77cb4
|
Address feedback
|
2024-04-28 01:09:03 +03:00 |
|
GPUCode
|
23b2eeba9b
|
video_core: Rewrite vulkan and videoout
|
2024-04-14 17:10:40 +03:00 |
|
GPUCode
|
7e5b7a7ffa
|
chore: Make shadps4 REUSE compliant
|
2024-02-23 23:33:43 +02:00 |
|
GPUCode
|
d9e30405ba
|
code: Add clang-format target and CI workflow (#82)
* code: Add clang format target, rules and CI workflow
* code: Run clang format on sources
|
2024-02-23 22:57:57 +02:00 |
|
GPUCode
|
7faf2d0ee8
|
common: Rework timekeeping with native RDTSC and port to linux
|
2024-02-23 11:30:06 +02:00 |
|