Commit graph

328 commits

Author SHA1 Message Date
Ivan Chikish 47d7364af8 Add FUNDING.yml 2023-08-24 03:50:20 +03:00
DH 7ea6f3d91a [orbis-kernel] impi: implement server ops
stub mkdir/rmdir syscalls
2023-08-20 15:39:18 +03:00
Nikita Savyolov ca58c03eb6
[orbis-kernel]: AudioOut: relatively correct parsing (#52) 2023-08-20 15:35:13 +03:00
DH b87f8f6ea0 Formatting fixes 2023-08-15 03:11:02 +03:00
Nikita Savyolov 6d1b1f7348
[orbis-kernel]: regmgr: hack to set english as default language and Cross as "confirm" button (#51) 2023-08-15 03:09:24 +03:00
igor725 f5ea7e84ae
Experimental gamepad support (#50)
* Experimental gamepad support

* Typo fix
2023-08-15 03:09:11 +03:00
Alexandre Bouvier 2222d4e25c
cmake: fix sox linking (#49) 2023-08-15 03:08:50 +03:00
Chaitanya Talnikar b145c14b0f
Add SceAvSetting for higher firmware versions (#44) 2023-08-15 03:08:31 +03:00
DH 3d8cc28acd [orbis-kernel] AudioOut: refactoring 2023-08-15 03:04:25 +03:00
Ivan Chikish 8f0a90d24b [orbis-kernel] Impl sys_getdirentries/sys_getdents 2023-08-14 23:58:28 +03:00
DH 8179a638ad Update readme and CI 2023-08-13 23:52:11 +03:00
Nikita Savyolov d1a3381792
[orbis-kernel] Initial AudioOut implementation (#47) 2023-08-13 23:46:03 +03:00
DH d517311d32 [orbis-kernel] ipmi: Do not return error on unknown ipmi sync call 2023-08-13 16:14:52 +03:00
DH dce66744bd [rpcsx-os] hid: fix R3 button mapping 2023-08-08 02:57:11 +03:00
RyzenDew 6358be32a0
Update readme to reflect changes (#43)
* Update USAGE.md

* Update BUILDING.md

* Update readme.md
2023-08-08 02:37:48 +03:00
DH 5e0d4676e4 [rpcsx-os] linker: report error on unsupported self segments 2023-08-08 01:09:43 +03:00
DH 9fcee39dd3 [rpcsx-os] linker: implement fake unself 2023-08-08 00:57:55 +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 ebcd57d33d [orbis-kernel] report correct user id 2023-08-07 20:05: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 c456e43067 [rpcsx-gpu] disable validation by default 2023-08-06 17:55:50 +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 ade074721e [rpcsx-os] linker: do not override segment protection 2023-08-06 17:30:34 +03:00
DH 23a1179473 [utils] area: fix unmap 2023-08-06 17:29:44 +03:00
DH 0987da90f4 [rpcsx-os] implement compute queue mapping 2023-08-06 17:29:28 +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
Ivan Chikish 0e71ef38d0 Linker: search sprx files in sce_module 2023-08-04 17:55:36 +03:00
Ivan Chikish 246db3b2c9 [orbis-kernel] Reduce sys_evf verbosity 2023-08-04 17:54:43 +03:00
Macdu 8dd625ad9a
[amdgpu] libspirv: Fix pushRegion (#39) 2023-08-03 00:11:08 +03:00
Macdu 8a5eb8e531
[rpcsx-os] linker: Fix moduleParam check (#38) 2023-08-02 23:55:18 +03:00
DH 1286b4f9ef [orbis-kernel] ipmi: stub 0x241 sys_ipmimgr_call 2023-08-01 15:41:39 +03:00
DH 8217f2fa7b [rpcsx-os] ajm: return ok for ioctls 2023-08-01 15:41:00 +03:00
DH 0c59167c38 [rpcsx-os] implement sys_query_memory_protection 2023-08-01 15:40:35 +03:00
DH 5edfdb037c [orbis-kernel] implement kern.cpumode ioctl 2023-07-30 19:38:02 +03:00
DH 00a1849a0b [orbis-kernel] do not report try wait busy as error 2023-07-30 19:37:24 +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
DH 00956ce15a [rpcsx-os] vm: report errors to stderr 2023-07-30 14:56:49 +03:00
DH 89db63ca46 [rpcsx-os] implement blockpool device 2023-07-30 14:56:25 +03:00
DH e967c8cf80 [rpcsx-os] dmem: 0xc0208016 ioctl: return address and size 2023-07-30 14:52:34 +03:00
Ivan Chikish 6e6b8c0495 Logs: color notice 2023-07-30 12:09:58 +03:00
Ivan Chikish 005add7e97 [orbis-kernel] Fixup sys_dmem_container 2023-07-30 12:09:17 +03:00