286 Commits

Author SHA1 Message Date
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
Ivan Chikish
a96269938e [amdgpu] Minor UInt8 fix 2023-07-30 11:55:54 +03:00
DH
e0a43d8960 missed file 2023-07-30 01:45:28 +03:00
DH
cd7b842c60 [rpcsx-os] implement sys_dmem_mmap 2023-07-30 01:30:36 +03:00
DH
6c1580f17c [rpcsx-os] hid: stub pad read state 2023-07-30 00:46:23 +03:00
DH
74c4e61a7b [rpcsx-os] shm: respect o_creat flag 2023-07-30 00:44:52 +03:00
DH
25d4e35509 [orbis-kernel] stub ipmi server/client 2023-07-30 00:44:24 +03:00
DH
482a61766e [orbis-kernel] print name of ioctl 2023-07-30 00:35:28 +03:00
DH
23dd8118f6 [rpcsx-os] print stack on syscall error 2023-07-30 00:34:52 +03:00
DH
99a3a4005b [rpcsx-os] shm: do abort on unknown shm open 2023-07-30 00:34:05 +03:00
DH
f65697769b [rpcsx-os] dmem: WIP allocateMainDirectMemory implementation 2023-07-30 00:33:01 +03:00
DH
5d87f3e3fd [orbis-kernel] ignore sys_sigaction
Write warning on unknown how for sys_sigprocmask
2023-07-30 00:32:09 +03:00
DH
ae566402af [orbis-kernel] fix dmem container 2023-07-30 00:31:12 +03:00
DH
c320bf629e [orbis-kernel] Use hack open for osem like for evf 2023-07-30 00:30:38 +03:00
DH
29086ea7cd [rpcsx-os] Stub sbl_srv device 2023-07-29 23:31:54 +03:00
DH
645e41eed8 [rpcsx-os] implement shm 2023-07-29 22:46:28 +03:00
DH
d52a53cfcd [rpcsx-os] fix tty 2023-07-29 20:45:16 +03:00
DH
589aa6c249 [amdgpu] shader: fix convertFromFormat half handling 2023-07-29 20:29:24 +03:00
Alexandre Bouvier
36295c3244
orbis-kernel: fix linking (#35) 2023-07-29 20:18:13 +03:00
Ayoub NASR
3137c6d83f
init submodules in lint workflow, small fixes (#31) 2023-07-29 20:15:24 +03:00
DH
84b2419241 [rpcsx-os] Use orbis::File instead of IoDeviceInstance 2023-07-29 19:53:56 +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
RyzenDew
032d1915f1
Usage and Building.md changes for ps4_unfself which is required for Testing 2023-07-28 06:07:36 +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
ad52614233 [rpcsx-os] fix vm protection 2023-07-27 03:15:16 +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
Ivan Chikish
a2173d1336 Fix stdout/stderr logs 2023-07-26 18:43:25 +03:00
Ivan Chikish
46707f1c22 Add bold effect to /dev/stdout 2023-07-26 18:36:32 +03:00
Ivan Chikish
78dec873cb Add pink color to /dev/stderr 2023-07-26 18:36:10 +03:00
Ivan Chikish
5925cc2c75 Stub /dev/ajm + minor fx 2023-07-26 14:35:40 +03:00
RyzenDew
ff263057bd
Bump vk headers (#30)
* Update rpcsx.yml

* Update rpcsx.yml

* Update rpcsx.yml

* Fixing clang format ?

hope this works

* Update .github/workflows/rpcsx.yml

Co-authored-by: Margen67 <Margen67@users.noreply.github.com>

* Update .github/workflows/rpcsx.yml

Co-authored-by: Margen67 <Margen67@users.noreply.github.com>

* Update .github/workflows/rpcsx.yml

Co-authored-by: Margen67 <Margen67@users.noreply.github.com>

* Update .github/workflows/rpcsx.yml

Co-authored-by: Margen67 <Margen67@users.noreply.github.com>

* Fix a bad suggestion

* random thing

---------

Co-authored-by: Margen67 <Margen67@users.noreply.github.com>
2023-07-25 22:33:36 +03:00
Ayoub NASR
483e5d9831
Separate Usage doc from building (#27)
* Separate Usage doc from building

* Cleanup usage doc
2023-07-25 22:32:26 +03:00
RyzenDew
2a505e81de
Add span to included due to an error 2023-07-25 05:50:34 +03:00
DH
760aea0e49 [amdgpu] WIP cache implementation 2023-07-24 06:03:55 +03:00
Ivan Chikish
306fecf2ab [orbis-kernel] Stub sys_getdirentries 2023-07-23 17:40:35 +03:00
Ivan Chikish
8e9026bf8c [orbis-kernel] Stub sys_shm_unlink 2023-07-23 17:40:01 +03:00
Ivan Chikish
5ec8af51f7 Give up on thread names 2023-07-23 17:39:22 +03:00
Ivan Chikish
0e1217d131 Fix sys_utc_to_localtime+ 2023-07-23 17:37:28 +03:00
Ivan Chikish
3e10dac4dc Log sys_ftruncate 2023-07-23 17:35:48 +03:00
Ivan Chikish
907905b6ff shared_cv: improve waiting 2023-07-23 06:58:59 +03:00