rpcs3 icon indicating copy to clipboard operation
rpcs3 copied to clipboard

[Task] rsx: Rework intra-draw barriers

Open kd-11 opened this issue 4 months ago • 0 comments

We have a few tuned barrier types but this can be generalized. The only truly custom one is the transform constant load. The rest are just deferred register updates which we can push by command stream range and replay on demand. This will allow all types of special operations to work without a massive performance hit.

kd-11 avatar Apr 22 '24 23:04 kd-11