Commit graph

257 commits

Author SHA1 Message Date
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
Ivan Chikish 630213afb6 Fixup shared_mutex::lock_forced 2023-07-23 06:01:56 +03:00
Ivan Chikish a7d255d401 [orbis-kernel] Fixup evf waiting 2023-07-23 04:50:11 +03:00
Ivan Chikish 881e5b8bcc Fix shared_mutex::lock_forced 2023-07-23 04:45:21 +03:00
Ivan Chikish dcf585455d [orbis-kernel] Fix evf waiting 2023-07-23 04:44:56 +03:00
Ivan Chikish 55dfa5980d [orbis-kernel] umtx IPC workarounds 2023-07-22 13:25:10 +03:00
Ivan Chikish 773be7283d [orbis-kernel] Stub umtx ipc support 2023-07-22 12:04:12 +03:00
Ivan Chikish 6c7bde4faa [orbis-kernel] Fix umtx_sem_wake 2023-07-21 20:01:28 +03:00
Ivan Chikish e5aa5a96e8 [orbis-kernel] Hack sys_fstat 2023-07-21 19:51:15 +03:00
Ivan Chikish f9e8cc60de [orbis-kernel] Close sockets 2023-07-21 18:05:15 +03:00
Ivan Chikish d398851098 [orbis-kernel] Sleep in sceCoredumpRegisterCoredumpHandler thread 2023-07-21 18:04:06 +03:00
Ivan Chikish 18cb867606 [amdgpu] Change V_INTERP_MOV_F32 hack 2023-07-21 18:02:54 +03:00
Ivan Chikish 32774c716f [orbis-kernel] IPMI: return 1 on sync (?) 2023-07-21 18:02:07 +03:00
Ivan Chikish ec0c3f80c0 [amdgpu] Stub V_INTERP_MOV_F32 2023-07-21 15:34:05 +03:00
Ivan Chikish 1ea8e148fa [orbis-kernel] Implement umtx_sem_wait +...
umtx_sem_wake
Use duration_cast
2023-07-21 13:43:49 +03:00
qurious-pixel b5f8657732 Update .gitmodules
Update url so that forks can pull the submodule
2023-07-21 12:37:49 +03:00
RyzenDew b26773a9d0
Move Building instruction's to a BUILDING.md and add new deps for fedora and arch (#23) 2023-07-21 08:58:26 +03:00
DH a32c0afcf5 [rpcsx-os] linker: avoid loading library twice 2023-07-20 21:04:12 +03:00
DH 8daa57cffe Missed cmake change 2023-07-20 18:40:25 +03:00
Ivan Chikish 7a5ba3bf6a Implement thread->where (backtrace) 2023-07-20 18:27:40 +03:00
Ivan Chikish 5b097f62ae [orbis-kernel] Evf: use vector 2023-07-20 16:32:47 +03:00
Ivan Chikish 5f5538cc68 [orbis-kernel] Evf: don't use thread retval to store result 2023-07-20 16:12:57 +03:00
Ivan Chikish 1bf88f6fe8 [orbis-kernel] Make evf IPC-safe 2023-07-20 15:10:38 +03:00
GamingDuck 72185f0086
Readme.md amendments 2023-07-20 08:41:57 +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 294feb5f9d Added missed xbyak cmake 2023-07-19 23:30:25 +03:00
DH 2ca090345a [orbis-os] Fix freetype initialization 2023-07-19 23:28:23 +03:00
RyzenDew 81adffbddc
readme.md Improvements part 3 2023-07-19 20:43:55 +03:00
RyzenDew 5a3512304b Update readme.md 2023-07-19 19:49:38 +03:00
RyzenDew eec6189961 Update readme.md
Fixed everything
2023-07-19 19:49:38 +03:00