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
d3b9ff4292
bridge: fix possible command skip
2024-09-05 20:31:36 +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
e4f370c3a9
shaders: do not crash if fetching sampler data fails
2024-09-01 00:08:03 +03:00
DH
b677eb5a84
[amdgpu] fix geometry shader unbinding
2024-01-25 03:53:44 +03:00
DH
65e653f5ef
[rpcsx-os/orbis-kernel] random bugfixes
...
ipmi: fixed respond sync, get message, try get message, try send message
event: detach event emitter from file
signals: basic implementation
linker: fixed zero symbol relocation, fixed exec relocation
shared_cv/mutex: implement eintr response support
shared_cv: fixed possible loop instead of wait
ipmi: implement invoke async, respond async, get result, get client app id, client get name
rpcsx-os: add safemode flag
2024-01-13 20:57:02 +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
e90566e7de
[rpcsx-os/orbis-kernel] random fixes
...
fix pipe
fix socketpair
fix bridge
fix evf_wait with timeout
fix umtx_op(0x17)
implement ipmi evf
stub sched_get_priority_max/min
stub sys_rtprio_thread
implement sys_yield
emit event on signal
stub ajm register/unregister ioctls
stub av_control ioctl
hack removal
2024-01-04 03:53:58 +03:00
DH
bbfcda5f10
[bridge] fix wait
2023-12-31 19:40:35 +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
6ba0ad0832
[rpcsx-os] implement fw simulation
...
implement impi messages
2023-12-27 20:07:30 +03:00
DH
8e2be6908c
[amdgpu] bridge: avoid races
2023-11-12 01:34:08 +03:00
DH
9bf5336478
[rpcsx-gpu] hacks for gnm compositor
2023-11-12 01:29:14 +03:00
DH
e9dfaf2573
[orbis-kernel] chroot bugfixes
...
reduce log spam
increase count of gcm buffers
2023-11-11 22:12:07 +03:00
DH
5f91b57482
move memory area util to shared rx library
2023-09-03 23:53:00 +03:00
DH
1b15ef4d13
[amdgpu] scheduler: avoid dead lock on cpu workloads
2023-08-07 23:49:45 +03:00
DH
f5949e5f65
[rpcsx-os] hid: implemented testing pad support over glfw keyboard handler
2023-08-07 22:55:44 +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
23a1179473
[utils] area: fix unmap
2023-08-06 17:29:44 +03:00
DH
1c6ec7e157
[amdgpu] tiler: implement 1dThick
2023-08-06 17:28:37 +03:00
DH
46afeb987e
[amdgpu] shader: implement storage images
...
Random instructions fixes
2023-08-06 17:26:24 +03:00
DH
72c7940259
[bridge] implement lazy cache lock
2023-08-06 17:18:40 +03:00
Macdu
8dd625ad9a
[amdgpu] libspirv: Fix pushRegion ( #39 )
2023-08-03 00:11:08 +03:00
DH
32a9febee4
[amdgpu] shader: implement vop3 V_MED3_F32
2023-07-30 19:35:39 +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
DH
01918f23ae
[amdgpu] shader: fix LG int comparison
2023-07-30 16:43:58 +03:00
DH
4a5faf3252
[amdgpu] shader: fix struct pointer searching
2023-07-30 16:38:01 +03:00
DH
627eabec6d
[amdgpu] shader: fix convertFromFormat < 32bit handling
2023-07-30 16:21:35 +03:00
Ivan Chikish
a96269938e
[amdgpu] Minor UInt8 fix
2023-07-30 11:55:54 +03:00
DH
589aa6c249
[amdgpu] shader: fix convertFromFormat half handling
2023-07-29 20:29:24 +03:00
Ivan Chikish
c29aada46a
Fragment: V3_{MIN|MAX|MIN3|RSQ}_F32
2023-07-28 15:08:32 +03:00
Ivan Chikish
6b0db73ecd
Fragment: fix sin/cos constants
2023-07-28 14:40:53 +03:00
Ivan Chikish
b63d13d6ec
Fix compiling with old gcc
2023-07-28 00:49:28 +03:00
Ivan Chikish
df7f52b673
Fragment: fix sin/cos
2023-07-28 00:45:04 +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