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
Ivan Chikish
18cb867606
[amdgpu] Change V_INTERP_MOV_F32 hack
2023-07-21 18:02:54 +03:00
Ivan Chikish
ec0c3f80c0
[amdgpu] Stub V_INTERP_MOV_F32
2023-07-21 15:34:05 +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
e9ffa97caa
[rpcsx-gpu] Upload missed file
2023-07-17 15:41:58 +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
Marcos Vinicius
51150f4b07
Resolve compilation warnings ( #15 )
2023-07-10 18:48:20 +03:00
Isaac Marovitz
098220217c
Fix typo & other problems ( #12 )
...
* Ignore external deps
* Clang 16
* clang-format 16
* Fix linting action
2023-07-07 00:48:59 +03:00
Isaac Marovitz
1f05a8a6a6
Run clang-format
2023-07-06 21:37:30 +01:00
Ivan Chikish
b92772ac93
[amdgpu/shader] Implement V_FLOOR_F32, V_SIN_F32, V_COS_F32
2023-07-02 17:41:15 +03: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
c36f518824
[amdgpu/shader] Implement MIMG IMAGE_GET_LOD stub
...
Returns always 0 because sampler loading not implemented yet
2023-06-28 19:41:58 +03:00
DH
f8a53b4ab4
[amdgpu/shader] Implement Vop3 ADD_F32
2023-06-28 19:40:48 +03:00
DH
f8bd280e00
[amdgpu] Fixed index buffer reference
2023-06-26 13:14:07 +03:00