1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-09-23 07:23:59 +01:00
Ryujinx/Ryujinx.Graphics.Gpu/Engine/GPFifo
riperiperi f3cc2e5703
GPU: Access non-prefetch command buffers directly (#3882)
* GPU: Access non-prefetch command buffers directly

Saves allocating new arrays for them constantly - they can be quite small so it can be very wasteful. About 0.4% of GPU thread in SMO, but was a bit higher in S/V when I checked.

Assumes that non-prefetch command buffers won't be randomly clobbered before they finish executing, though that's probably a safe bet.

* Small change while I'm here

* Address feedback
2022-11-24 01:56:55 +00:00
..
CompressedMethod.cs
GPEntry.cs
GPFifoClass.cs Vulkan backend (#2518) 2022-07-31 18:26:06 -03:00
GPFifoClassState.cs
GPFifoDevice.cs GPU: Access non-prefetch command buffers directly (#3882) 2022-11-24 01:56:55 +00:00
GPFifoProcessor.cs Vulkan backend (#2518) 2022-07-31 18:26:06 -03:00