Commit graph

445 commits

Author SHA1 Message Date
Ivan Chikish 0d7b090032 [orbis-kernel] Implement utils::kstring 2023-07-05 13:08:13 +03:00
Ivan Chikish 932bb30e79 [dipsw] Fix IoDevice naming
Fix DmemDevice redeclaration
2023-07-05 11:42:56 +03:00
Ivan Chikish ed7580b322 [orbis-kernel] Debugging 2023-07-05 11:42:56 +03:00
Isaac Marovitz 4029711c2d Better gitignore 2023-07-05 11:42:19 +03:00
Isaac Marovitz 5fba446444 Ignore more files 2023-07-05 11:42:19 +03:00
Isaac Marovitz f5d731d50c Better gitignore 2023-07-05 11:42:19 +03:00
DH 14cfdd0eb3 [orbis-kernel] Implement evf syscalls 2023-07-05 01:43:47 +03:00
Ivan Chikish d279166c0b [orbis-kernel][Thread] Replace std::mutex with shared_mutex
shared_mutex should be used in shared memory
2023-07-04 20:07:06 +03:00
Ivan Chikish d7a34f0904 Initial kernel allocator 2023-07-04 19:22:18 +03:00
jas0n098 0f76e72de1 Fix build failure with gcc-13
std::uintmax_t and std::uintptr_t need <cstdint>
2023-07-03 19:07:28 +03:00
Zorklis 9539b42143 Update readme.md
Change where to when.
Move Discord link to a better location
2023-07-03 19:07:00 +03:00
Ivan Chikish 1ee6b7c970 Merge orbis-kernel submodule 2023-07-03 14:12:41 +03:00
Ivan Chikish 91f48cdf77 Add Readme 2023-07-02 17:42:05 +03: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 8f79685f77 [rpcsx-os/linker] Fix so name 2023-07-01 15:43:56 +03:00
DH 1220454a87 Update kernel 2023-07-01 15:32:59 +03:00
DH a2fe62bd7d [rpcsx-os/linker] Do not load same prx twice 2023-07-01 15:32:16 +03:00
DH cfd1374afa [rpcsx-os/linker] Implement SceFreeTypeFull building 2023-06-30 17:14:05 +03:00
DH e3444b4fc2 [amdgpu/device] Ignore black surface flip 2023-06-30 17:10:22 +03:00
DH 1c480cd3f3 [rpcsx-os/linker] do not ignore detached symbols
Properly protect memory
TODO: handle relocation segment also
2023-06-30 16:04:07 +03:00
DH aee2ee62f6 [rpcsx-os/linker] Ignore needed that not exists 2023-06-29 23:01:47 +03:00
DH e6f6c37675 [rpcsx-os/loader] Search for needed by object name 2023-06-29 21:23:02 +03:00
DH 56c2e3a447 [rpcsx-gpu/linker] fixed needed loading 2023-06-29 18:44:30 +03:00
DH c7f7242c63 [rpcsx-os/linker] Implement module overriding with -o flag 2023-06-29 13:51:08 +03:00
DH 3d5ea2120c [rpcsx-os/vm] Added kMapInternalReserveOnly mapping flag
Use if you need to allocate guest memory, but delay host allocation
2023-06-29 13:33:21 +03:00
DH 4ee7d2d54a [rpcsx-os/linker] Fix ehframe setup 2023-06-29 13:30:24 +03:00
DH f6b73f6f29 [rpcsx-os/linker] Do not report PT_SCE_RELRO as segment 2023-06-29 13:28:10 +03:00
DH f50b61c42e [git] use relative submodule path 2023-06-29 03:17:43 +03:00
DH c68cbd253a Update orbis-kernel submodule 2023-06-28 19:45:10 +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
DH 163c78555e [rpcsx-os] Implement sys_lseek 2023-06-26 12:49:33 +03:00
DH d9c08ea98c [rpcsx-os] implemented sys_read 2023-06-26 12:45:32 +03:00
DH 0e9d4b340b [amdgpu] Upload back uniforms changes for indirect buffer 2023-06-26 00:25:29 +03:00
DH bf5ae017a2 [amdgpu] cleanup 2023-06-26 00:12:44 +03:00
DH 57dbd71eb8 [rpcsx-gpu] Fixed direct memory offset 2023-06-26 00:12:11 +03:00
DH 47b0d53983 [amdgpu] Disabled tiling and do image blit on flip
Cleanup
2023-06-25 22:58:15 +03:00
DH 08fd89ad66 [amdgpu] Disable direct memory by default 2023-06-25 18:37:20 +03:00
DH 1e733facaa [rpcsx-gpu] Implemented swapchain 2023-06-25 16:54:49 +03:00
DH 2ab5cfb1f3 Add OS<->GPU IPC 2023-06-24 23:48:25 +03:00
DH df5f8055fa Added initial rpcsx-gpu project template 2023-06-24 20:11:23 +03:00
DH a8af9198bf Added amdgpu hw project 2023-06-24 15:59:27 +03:00
DH 1fdadaaee9 Initial commit 2023-06-23 03:28:14 +03:00