kd-11
11e214f332
rsx: Handle out-of-bounds read/writes from FIFO register IO
2025-03-10 16:07:26 +03:00
kd-11
3be1e0b6ff
rsx: Clean up and simplify texture register manipulation tests
2025-03-08 22:10:55 +03:00
kd-11
93899bf5a9
rsx/FIFO: Reimplement grabbing command args as a contiguous pointer
...
- Allows grabbing indefinite size of buffer as long as the data is contiguously mapped.
2025-03-08 22:10:55 +03:00
kd-11
ec120d1cbb
rsx: Add stubs for FP rehash checks on barrier acquire
2025-03-08 22:10:55 +03:00
kd-11
df7a2ab467
rsx: Unify fragment texture config changes dirty bit tracking
...
- Reverts unnecessary changes to dirty tracking.
- The GPU keeps a separate set of details, so all dirty bits are treated equal.
2025-03-08 22:10:55 +03:00
Elad
32df7315be
RSX: Do not invalidate FP analysis on same register writes
2025-03-08 14:21:57 +02:00
Elad
7995181235
RSX: Return FP shader as is if no changes were made
2025-03-08 14:21:57 +02:00
Elad
ae39c5b8cb
RSX: Optimize vertex program ucode invalidation
2025-03-08 14:21:57 +02:00
Megamouse
fe1fd86216
move texture_cache_types implementation to cpp
2025-02-26 19:42:31 +01:00
RipleyTom
cd87a64621
Headers cleanup
2025-02-11 20:38:35 +01:00
kd-11
e135012acd
rsx: Properly track changes in instancing state
2024-12-29 20:53:05 +03:00
kd-11
9de6a38e13
rsx: Test vertex program flags on each draw
2024-12-29 20:53:05 +03:00
kd-11
0be8a5f9f4
rsx: Handle dangling execution barriers
2024-12-29 20:53:05 +03:00
kd-11
cfc124fabf
rsx: Fix instancing bug when indexed addressing is used to read constants
2024-12-29 20:53:05 +03:00
kd-11
15961b353a
vk: Add support for hardware instanced draws
2024-12-29 20:53:05 +03:00
kd-11
05bab8ec4c
rsx: Move draw call related functions to their own class
2024-12-29 20:53:05 +03:00
kd-11
e696d9b324
rsx: Add code to detect instanced draw commands
2024-12-29 20:53:05 +03:00
kd-11
43e04f3fc7
Revert "rsx/vk: Implement hardware instancing ( #16466 )"
...
This reverts commit 62701154f1 .
2024-12-29 20:53:05 +03:00
kd-11
62701154f1
rsx/vk: Implement hardware instancing ( #16466 )
...
* rsx: Add code to detect instanced draw commands
* rsx: Add GLSL support for instanced rendering
* rsx: Move draw call related functions to their own class
* rsx: Move more functions from rsx thread to the draw command processor
* rsx: Fix vertex program compiler crash
* vk: Add support for hardware instanced draws
* rsx: Fix instancing bug when indexed addressing is used to read constants
* rsx: Fix rare crash in vertex program decompiler
- This whole decompiler mess needs a rewrite
* rsx: Handle dangling execution barriers
* rsx: Do not use global registers object in logical "firmware" units
* Cosmetic improvements
* rsx: Test vertex program flags on each draw
* rsx: Properly track changes in instancing state
2024-12-29 17:39:47 +02:00
kd-11
30ca2370ab
rsx: Improve MM synchronization
2024-12-16 19:00:08 +03:00
kd-11
cd7e1e1e2b
rsx: Improve performance even more when async MM is active
2024-12-16 19:00:08 +03:00
kd-11
83764fbbb4
rsx/vk: Implement asynchronous host memory management.
2024-12-16 19:00:08 +03:00
elad335
92bf6ed0a7
Replace rsx::uclock with get_system_time()
2024-10-29 19:26:33 +02:00
kd-11
26a1a4418e
rsx: Fix crash when CPU blit is enabled
2024-08-13 19:23:47 +03:00
Megamouse
99eb84c104
Fix some warnings
2024-05-18 16:16:08 +02:00
kd-11
781c5a76d9
rsx: Fix processing of deferred indexed draw parameter updates
2024-05-14 16:32:41 +03:00
kd-11
a09111052a
rsx/vk: Implement batched transform constant updates
2024-05-12 21:26:25 +03:00
kd-11
ac6f77a744
rsx: Provide a supplementary argument to the command barriers
2024-05-12 21:26:25 +03:00
kd-11
9e1019b1cf
rsx: Start splitting off some stuff into the graph backend class
2024-05-12 21:26:25 +03:00
kd-11
406a519400
rsx: Implement deferred transform constants load
2024-05-12 21:26:25 +03:00
kd-11
1792714901
rsx: Fix intra-draw-call barrier queueing
...
- Ignore latch since we may have another barrier queued. Barriers cost essentially nothing so there is no problem with extra pushes.
- Remove unnecessary use of "else" statements.
2024-04-16 04:38:49 +03:00
Megamouse
2f53d58cd9
fix some warnings
2024-04-15 19:28:28 +02:00
kd-11
e48ec75896
rsx: Fix vertex texture invalidation
2024-04-14 22:37:07 +03:00
kd-11
58d8c65990
rsx: Fix some broken latch checks
2024-04-14 22:37:07 +03:00
kd-11
d6f6752af0
Add missing newline
2024-04-13 03:29:57 +03:00
kd-11
c1aaa1bcf6
Get reworked RSX to compile
2024-04-13 03:29:57 +03:00
kd-11
10fe14e783
rsx: Separate register context from RSX thread
2024-04-13 03:29:57 +03:00