Commit Graph

191 Commits

Author SHA1 Message Date
DH
a8d75fd4ab attempt to fix build workflow 2023-07-18 10:57:30 +03:00
DH
8f1992c535 attempt to fix build workflow 2023-07-18 10:56:11 +03:00
DH
07ed4b0802 Use org repo for xbyak 2023-07-18 03:40:05 +03:00
DH
f9ac0426bf [rpcsx-gpu] cleanup resources properly 2023-07-18 03:30:16 +03:00
DH
adacb8daa6 [rpcsx-os] Use xbyak to set context 2023-07-18 03:26:33 +03:00
DH
0d86217715 [amdgpu] Support surface format R8 unorm/snorm 2023-07-17 23:07:10 +03:00
Ivan Chikish
2c3137b566 [orbis-kernel] Fix sys_stat hack 2023-07-17 23:01:24 +03:00
Ivan Chikish
439444d72b [orbis-kernel] Initial osem semaphore implementation 2023-07-17 19:57:16 +03:00
Ivan Chikish
00690fd685 [orbis-kernel] Event flag fixes 2023-07-17 19:15:08 +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
Ivan Chikish
9462e12735 Implement thread names 2023-07-17 15:22:23 +03:00
Ivan Chikish
a1a91bb557 [orbis-kernel] Implement sys_mname 2023-07-16 19:57:46 +03:00
Ivan Chikish
71444c236a [orbis-kernel] Reset memory in kfree 2023-07-16 14:53:35 +03:00
Ivan Chikish
b969ce893a [orbis-kernel] Implement sys_nanosleep 2023-07-16 14:52:54 +03:00
Ivan Chikish
191a9459af [orbis-kernel] Improve kdelete safety 2023-07-15 19:05:38 +03:00
Ivan Chikish
9717128c1f [Logs] Fix uint8_t formatting 2023-07-15 17:24:00 +03:00
Ivan Chikish
3eb73b5534 [orbis-kernel] Fix sys_namedobj_delete+ 2023-07-15 17:00:47 +03:00
Ivan Chikish
9ccf27ae2e [orbis-kernel] Fix sys_namedobj_delete 2023-07-15 16:41:58 +03:00
Eladash
91ccd75387 [sce_sys] Add EFAULT in sys_evf_cancel 2023-07-15 15:03:30 +03:00
Eladash
3dbf146fbd [orbis-config.hpp] Add integral zero/sign extension specailization for uwrite 2023-07-15 14:48:16 +03:00
Elad Ashkenazi
2a9d98c848
Fixup building instructions 2023-07-15 14:22:08 +03:00
Ivan Chikish
4e37240cb9 Implement basic TSC calibration 2023-07-15 10:15:32 +03:00
Ivan Chikish
50a6d1a074 [Logs] Use std::string_view for msg 2023-07-15 09:25:41 +03:00
Ivan Chikish
86d059ddd1 [orbis-kernel] Fix sys_gettimeofday
Disable sys_utc_to_localtime and sys_localtime_to_utc for now.
Libkernel will fallback to sys_gettimeofday.
2023-07-15 06:05:43 +03:00
Ivan Chikish
1d4b96b3de [orbis-kernel] Fix sys_localtime_to_utc 2023-07-14 21:23:23 +03:00
Ivan Chikish
0d7f50a246 [orbis-kernel] +sys_utc_to_localtime, +sys_localtime_to_utc 2023-07-14 20:59:57 +03:00
Ivan Chikish
14b41d1af9 [orbis-kernel] Fix sys_gettimeofday 2023-07-14 18:48:21 +03:00
Ivan Chikish
24d8a8ae8e [orbiskernel] +sys_gettimeofday 2023-07-14 17:35:37 +03:00
Ivan Chikish
2e8afc27bc Try to fix compilation 2023-07-14 15:16:57 +03:00
Ivan Chikish
bc39c9be63 Linker: search /app0/sce_module/
Currently limited, requires decrypted modules with .elf ext
2023-07-14 15:04:23 +03:00
Ivan Chikish
cca5a79200 Reduce libSceAbstractTwitch spam 2023-07-14 15:02:18 +03:00
Ivan Chikish
d89f315bd8 Logs: compact small hex numbers 2023-07-14 15:01:36 +03:00
DH
81c7920a73 [rpcsx-os] Disallow sys_close on fd 0
Hack, will be removed
2023-07-14 04:34:57 +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
d6c8353636 Fix sys_open compilation 2023-07-13 23:37:21 +03:00
Ivan Chikish
653eff3d16 More flockfile 2023-07-13 23:34:46 +03:00
Ivan Chikish
66bc415dc3 [orbis-kernel] Stub sys_cpuset_setaffinity 2023-07-13 23:33:52 +03:00
DH
39c2dc3dbb [rpcsx-os] Temporary pread implementation
Trace open/close
2023-07-13 22:34:49 +03:00
Ivan Chikish
4c2e3c2429 [orbis-kernel] log _umtx_op to trace 2023-07-13 22:15:52 +03:00
Ivan Chikish
b9e6d952ae [orbis-kernel] Fix umtx_cv_wait 2023-07-13 21:23:55 +03:00
Ivan Chikish
0bf03555ef [orbis-kernel] umtx_op: robust waiting 2023-07-13 18:08:58 +03:00
Ivan Chikish
42ff87545a [orbis-kernel] Stub ipmi 0x320 2023-07-13 17:55:14 +03:00
Ivan Chikish
aa00adc9ec Minor logging improvements 2023-07-13 17:55:14 +03:00
DH
f11efcd324 [rpcsx-os] use 8mb for alt stack 2023-07-13 17:50:36 +03:00
DH
7c45d9bb90 [rpcsx-os] Attempt to fix crash for gcc-12 2023-07-13 16:18:38 +03:00
Ivan Chikish
3c3fcaaea4 [orbis-kernel] Check overflow in kalloc 2023-07-13 16:05:37 +03:00
elad335
0e3cbd6627 [SharedCV] Fix typo in shared_cv::impl_wait 2023-07-13 15:54:38 +03:00
DH
38f562181f [rpcsx-os] Setup altstack per thread 2023-07-13 15:53:05 +03:00
DH
01a98af098 [rpcsx-os] Wake umtx on thr_exit 2023-07-13 14:44:57 +03:00