1
0
Fork 0
forked from Mirror/Ryujinx
RyuKen/Ryujinx.Graphics.Gpu
riperiperi 10aa11ce13
Interrupt GPU command processing when a frame's fence is reached. ()
* Interrupt GPU command processing when a frame's fence is reached.

* Accumulate times rather than %s

* Accurate timer for vsync

Spin wait for the last .667ms of a frame. Avoids issues caused by signalling 16ms vsync. (periodic stutters in smo)

* Use event wait for better timing.

* Fix lazy wait

Windows doesn't seem to want to do 1ms consistently, so force a spin if we're less than 2ms.

* A bit more efficiency on frame waits.

Should now wait the remainder 0.6667 instead of 1.6667 sometimes (odd waits above 1ms are reliable, unlike 1ms waits)

* Better swap interval 0 solution

737 fps without breaking a sweat. Downside: Vsync can no longer be disabled on games that use the event heavily (link's awakening - which is ok since it breaks anyways)

* Fix comment.

* Address Comments.
2020-12-17 19:39:52 +01:00
..
Engine Interrupt GPU command processing when a frame's fence is reached. () 2020-12-17 19:39:52 +01:00
Image GPU - Improve Memory Allocation () 2020-12-09 19:26:05 -03:00
Memory GPU: Improve unnecessary return value in Map function. () 2020-12-11 06:05:53 +01:00
Shader salieri: Support read-only mode if archive is already opened () 2020-12-13 08:46:07 +01:00
State Implement Force Early Z Register () 2020-12-02 00:13:27 +01:00
Synchronization Improved Logger () 2020-08-04 01:32:53 +02:00
ClassId.cs Implement GPU syncpoints () 2020-04-19 11:25:57 +10:00
Constants.cs Initial transform feedback support () 2020-07-15 13:01:10 +10:00
GpuContext.cs shader cache: Fix Linux boot issues () 2020-11-17 22:40:19 +01:00
GraphicsConfig.cs Salieri: shader cache () 2020-11-13 00:15:34 +01:00
MethodParams.cs Add XML documentation to Ryujinx.Graphics.Gpu 2020-01-09 02:13:00 +01:00
Ryujinx.Graphics.Gpu.csproj infra: Migrate to .NET 5 () 2020-11-15 19:27:15 +01:00
ShadowRamControl.cs Implement MME shadow RAM () 2020-03-13 12:30:26 +11:00
Window.cs Interrupt GPU command processing when a frame's fence is reached. () 2020-12-17 19:39:52 +01:00