mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-08 16:12:01 +00:00
f3cc2e5703
* 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 |
||
---|---|---|
.. | ||
CompressedMethod.cs | ||
GPEntry.cs | ||
GPFifoClass.cs | ||
GPFifoClassState.cs | ||
GPFifoDevice.cs | ||
GPFifoProcessor.cs |