Commit graph

45 commits

Author SHA1 Message Date
DH 4cf808facd gpu rewrite initial commit 2024-09-25 16:00:55 +03:00
Alexandre Bouvier 7e78907829
cmake: try system libraries first (#71) 2024-09-14 14:45:07 +03:00
DH 5830d66c4b bridge: fix more possible command skips
gpu: show window after os launch
2024-09-05 22:12:59 +03:00
DH 068d95c078 cmake: move add_precompiled_vulkan_spirv to root cmake 2024-09-03 15:31:53 +03:00
DH 55ac4dcc1b cmake: use compiled glslang 2024-09-03 11:11:00 +03:00
DH 1fe4958665 cmake: glslangValidator -> glslang 2024-09-03 10:54:43 +03:00
DH 86e2d8b129 simplified MemoryTable utility 2024-09-03 10:09:35 +03:00
DH 6a9924ebd1 gpu: add mulitprocess buffer commits 2024-09-02 20:24:16 +03:00
DH e0729f1ec5 rpcsx-gpu: scheduler: fix race 2024-09-01 21:11:56 +03:00
DH 6455fe6f5f rpcsx-gpu: add a bit more vk formats 2024-09-01 18:53:08 +03:00
DH 2c781626d3 rpcsx-gpu: add multiprocess support 2024-09-01 17:43:45 +03:00
DH b677eb5a84 [amdgpu] fix geometry shader unbinding 2024-01-25 03:53:44 +03:00
DH f254b38fec [rpcsx-gpu] Bind PS button to ESC kb key
implement basic texture swizzling support
skip pm4 type 2 packets
2024-01-13 19:29:42 +03:00
DH 4ee9c60f69 [rpcsx-gpu] do not use spirv cross in release builds 2024-01-04 03:54:47 +03:00
DH 6e25f347d3 implement unix socket ops
implement cross process dmem support
implement ipmi try send message
implement sys_batch_map
store saves to game directory (.rpcsx subfolder)
fix get dir entries
added uvd & vce devices
2023-12-31 14:30:49 +03:00
DH 9bf5336478 [rpcsx-gpu] hacks for gnm compositor 2023-11-12 01:29:14 +03:00
DH 1b15ef4d13 [amdgpu] scheduler: avoid dead lock on cpu workloads 2023-08-07 23:49:45 +03:00
DH 6441b7b1f9 [amdgpu] cache: fix small buffers write back 2023-08-06 21:33:01 +03:00
DH 292fd4762f [rpcsx-gpu] use compute queue as transfer 2023-08-06 18:07:30 +03:00
DH 9e109918fd [amdgpu] device: implement multi queue support
implement IT_INDIRECT_BUFFER, IT_INDEX_BASE and IT_DRAW_INDEX_OFFSET_2
New gpu task scheduler
2023-08-06 17:35:54 +03:00
DH 1c6ec7e157 [amdgpu] tiler: implement 1dThick 2023-08-06 17:28:37 +03:00
DH 72b52166d3 [amdgpu] device: properly handle texture invalidation 2023-07-30 19:35:06 +03:00
DH a274719db7 [amdgpu] device: added 5_6_5 surface support 2023-07-30 19:34:16 +03:00
Ivan Chikish b63d13d6ec Fix compiling with old gcc 2023-07-28 00:49:28 +03:00
DH 2f4924c33b [amdgpu] avoid use of VK_FORMAT_D24_UNORM_S8_UINT 2023-07-27 03:05:19 +03:00
DH 450fd30889 [amdgpu] Implement cpu->gpu change notifications 2023-07-27 03:03:02 +03:00
DH 760aea0e49 [amdgpu] WIP cache implementation 2023-07-24 06:03:55 +03:00
DH fd16ce4f62 [amdgpu] Update buffer in use flag on rpcsx-gpu side
Fixed dangling pointer dereferences
2023-07-20 03:14:52 +03:00
DH cea6052e54 [amdgpu] Initial multi queue support 2023-07-19 15:16:38 +03:00
DH 21f9c9b8ec [amdgpu] Add ImageRef utility 2023-07-19 15:02:57 +03:00
DH 0d86217715 [amdgpu] Support surface format R8 unorm/snorm 2023-07-17 23:07:10 +03:00
DH ccf25ba026 [rpcsx-gpu] WIP Basic tiling support
Implement MRT
Fix buffer write back
Cleanup
2023-07-17 15:36:08 +03:00
DH 665d74740a [amdgpu] Implement V_FMA_F32, IMAGE_SAMPLE_LZ, V_CVT_OFF_F32_I4
Loops fix
Decompile spirv on error
Wait for rpcsx-os if memory not exists
2023-07-14 04:34:57 +03:00
Ivan Chikish 1550bfc7b1 Partially replace printf with ORBIS_LOG 2023-07-12 15:12:34 +03:00
Isaac Marovitz 1f05a8a6a6 Run clang-format 2023-07-06 21:37:30 +01:00
DH e3444b4fc2 [amdgpu/device] Ignore black surface flip 2023-06-30 17:10:22 +03:00
DH 5641d77351 [amdgpu] Implement BC4, BC5, BC7 formats 2023-06-28 19:43:42 +03:00
DH f8bd280e00 [amdgpu] Fixed index buffer reference 2023-06-26 13:14:07 +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 47b0d53983 [amdgpu] Disabled tiling and do image blit on flip
Cleanup
2023-06-25 22:58:15 +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
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