Mahmoud Adel
190b40d879
Update BUILDING.md ( #82 )
...
* Update BUILDING.md
```
Package vulkan-validationlayers-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
vulkan-utility-libraries-dev
```
on Ubuntu 24 LTS installing ``` vulkan-utility-libraries-dev``` seems to fix the problem
* removed vulkan-validationlayers
* Update BUILDING.md
---------
Co-authored-by: DHrpcs3 <dh.rpcs3@gmail.com>
2024-10-30 10:28:25 +03:00
DHrpcs3
d2b2296d6a
Merge pull request #81 from ga2mer/ajm
...
AJM decode PoC
2024-10-30 10:26:05 +03:00
Nikita Savyolov
e45eabc7d8
rpcsx: simplify and correct reset for ajm at9
2024-10-29 19:44:59 +03:00
Nikita Savyolov
c2fa3895a1
rpcsx: free resampler in at9 initialize
2024-10-24 22:49:51 +03:00
Nikita Savyolov
fc8ea00e8f
rpcsx: ajm at9 fixes for one game
2024-10-23 20:33:58 +03:00
DH
9f230af943
gpu: do not crash on null pixel shader
2024-10-23 03:08:25 +03:00
DH
43afb19855
gpu: implement mrtz exp target
2024-10-23 02:48:27 +03:00
DH
f79e16eb4d
gpu: workaround write to context register with SET_CONFIG_REG
2024-10-23 02:32:43 +03:00
DH
373826b506
gpu: swizzle buffer on load
2024-10-23 01:17:12 +03:00
DH
418780eb25
Revert "shm: remove size hack"
...
This reverts commit 662b23be80 .
2024-10-22 22:36:17 +03:00
DH
1fbb7c2edf
orbis-kernel: fix sys_truncate
2024-10-22 19:44:18 +03:00
DH
662b23be80
shm: remove size hack
...
no need to do it anymore
2024-10-22 19:43:23 +03:00
DH
fc12bee2cb
add --disable-cache option
2024-10-22 19:41:30 +03:00
DH
6a2507c777
gpu: add 8 gfx indirect rings
2024-10-22 19:04:32 +03:00
DH
2432a5cc74
gpu: fix segfault on invalid depth format
2024-10-22 15:18:31 +03:00
DH
5d1fb82cc4
orbis-kernel: do not force clear of graphics core events
2024-10-22 15:10:35 +03:00
DH
15e896b310
dmem: setup base address if not present
2024-10-22 15:02:31 +03:00
DH
0946dcb768
gpu: fix compilation error
2024-10-22 14:22:57 +03:00
DH
7aade2f862
gpu: shader: fix partial exp
2024-10-22 14:21:14 +03:00
DH
7d704c37d5
gpu: implement image_store, image_store_pck, image_store_mip, image_store_mip_pck
...
fix convert_to_format
2024-10-22 13:46:12 +03:00
DH
0287d42aa5
gpu: implement image buffer
2024-10-20 23:32:59 +03:00
Nikita Savyolov
8073b49bea
rpcsx: ajm gapless decode wip
2024-10-20 14:20:44 +03:00
DH
deb09371bc
gpu: split command and gfx queues
2024-10-19 15:44:32 +03:00
Nikita Savyolov
0a898a507a
rpcsx: ajm decode draft
2024-10-18 22:36:51 +03:00
DH
5ce8d5147a
gpu: handle compute me 2
2024-10-17 20:01:03 +03:00
DH
7e7a56f0e2
rpcsx: args simplification
...
add --fw option
resolve guest path from host
boot fw if guest argv not specified
2024-10-17 19:19:20 +03:00
DH
19939727e3
gpu: shader: fix inout arg handling
...
fix shader memory changes test
2024-10-17 15:22:06 +03:00
DH
f5b883aa83
gpu: relax queue requirements
2024-10-17 04:52:29 +03:00
DH
f6fa29295b
gpu: relax queue requirements
2024-10-17 04:42:59 +03:00
DH
32a2c58441
gpu: shader: implement more instructions
...
add v_mad_u64_u32, v_mad_i64_i32, image_sample_l
stub s_ttracedata
fix s_andn2_saveexec_b64, s_orn2_saveexec_b64, s_subb_u32
2024-10-17 04:42:08 +03:00
DH
f135c0d4b7
gpu: add queue validation
2024-10-17 04:38:24 +03:00
DH
4a66097f2d
gpu: cache: increase descriptor pool size
2024-10-17 04:23:19 +03:00
DH
9394b6c481
gpu: cache: fix possible segfault on image invalidation
2024-10-17 03:50:31 +03:00
DH
fa602802da
gpu: fix compilation error
...
bugfixes
2024-10-17 03:42:49 +03:00
DH
ae6bb38073
gpu: reduce log spam
2024-10-17 02:05:35 +03:00
DH
208c245e95
dce: implement submit and write eop
2024-10-17 01:25:43 +03:00
DH
bdd4b91a32
gpu: implement flip on eop
2024-10-16 05:11:45 +03:00
DHrpcs3
175ea2d623
Merge pull request #79 from IsaacMarovitz/utmx-const
...
orbis-kernel: Define umtx ops in header
2024-10-15 23:54:47 +03:00
Isaac Marovitz
370b9695ac
Define umtx ops in header
2024-10-15 22:21:05 +02:00
DH
7d4380b242
fix build with glfw < 3.4
2024-10-15 20:16:47 +03:00
DHrpcs3
08f73b28c3
workflows: update glfw
2024-10-15 20:08:37 +03:00
DH
524e9730e2
gpu: compute: stub acquire mem
...
bugfixes
2024-10-15 19:02:37 +03:00
DH
7a7f317ce8
gpu: compute: implement IT_INDIRECT_BUFFER
2024-10-15 18:54:25 +03:00
DH
4fe857485c
gpu: implement compute queue
2024-10-15 18:35:17 +03:00
DH
1f28918fc9
Update LibAtrac9
2024-10-15 14:47:15 +03:00
DH
fe3bb9ffc1
gpu: use wayland if it available
2024-10-15 01:15:34 +03:00
DH
5102e2e391
gpu: do not crash on null debug string
2024-10-14 23:35:33 +03:00
DH
eeb9c67e16
gpu: setup signal handler
2024-10-14 23:35:05 +03:00
DH
6259005d56
orbis-kernel: kalloc: reduce shared memory size
...
add detailed log on failure
2024-10-14 20:32:02 +03:00
DH
66890b53d2
orbis-kernel: kalloc: revert heap base change
2024-10-14 19:58:29 +03:00