Megamouse
d119cf6e96
Qt6 port
2023-07-31 20:03:24 +03:00
Megamouse
9b3a878c18
cellAudioIn: reduce log spam
...
Some logs I've seen are 20% filled with this stuff.
2023-07-31 13:19:55 +03:00
Megamouse
365b264656
cellMsgDialogAbort: do not return CELL_MSGDIALOG_ERROR_DIALOG_NOT_OPENED
2023-07-31 13:19:55 +03:00
Eladash
1184d6aecb
Thread.cpp: Fixup SPU access violation log message
2023-07-31 11:55:31 +03:00
Eladash
b12edf70bb
Optimize RSX Debugger
2023-07-31 11:55:31 +03:00
Elad Ashkenazi
53c1da8f94
Qt: Fix elf_memory_dumping_dialog PPU address
2023-07-31 08:53:10 +03:00
Elad Ashkenazi
213b810279
Debugger: Transition to plain text edit
2023-07-31 08:53:10 +03:00
Elad Ashkenazi
8a4617d3c2
Fix color tag of logs/tty
2023-07-31 08:53:10 +03:00
Megamouse
c108b31954
Qt: fix data type of find_dialog text edits
2023-07-31 04:10:09 +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
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
Whatcookie
fd6829f757
SPU LLVM: AVX-512 optimization for CFLTU ( #14384 )
...
- Takes advantage of vrangeps and the new float to uint instructions from AVX-512
- Down from 6 to 3 instructions
TODO: Somehow ensure that this is what llvm outputs using CreateFPToUI?
2023-07-29 09:01:01 +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
Talkashie
dabb2cc9a0
Fix typos, improve consistency
...
Fixes typos where spelling or grammar is objectively wrong.
Changes wording and capitalization in some areas to be more consistent with other areas.
2023-07-28 13:09:06 +03:00
Whatcookie
4ecb06c901
SPU LLVM: Optimize common SFI+ROTQMBY pattern
2023-07-28 10:26:40 +03:00
Whatcookie
375bc4cc69
Utils: Add initial AVX10 support
...
- Adds detection for AVX10 features
- Also adds new bools for 256-wide AVX-512 instructions, indicated by either AVX-512 support, or AVX10
2023-07-28 06:55:20 +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