1
0
Fork 0
forked from Mirror/Ryujinx
Ryujinx/Ryujinx.Graphics.Gpu
gdkchan cf6cd71488
IPC refactor part 2: Use ReplyAndReceive on HLE services and remove special handling from kernel ()
* IPC refactor part 2: Use ReplyAndReceive on HLE services and remove special handling from kernel

* Fix for applet transfer memory + some nits

* Keep handles if possible to avoid server handle table exhaustion

* Fix IPC ZeroFill bug

* am: Correctly implement CreateManagedDisplayLayer and implement CreateManagedDisplaySeparableLayer

CreateManagedDisplaySeparableLayer is requires since 10.x+ when appletResourceUserId != 0

* Make it exit properly

* Make ServiceNotImplementedException show the full message again

* Allow yielding execution to avoid starving other threads

* Only wait if active

* Merge IVirtualMemoryManager and IAddressSpaceManager

* Fix Ro loading data from the wrong process

Co-authored-by: Thog <me@thog.eu>
2020-12-02 00:23:43 +01:00
..
Engine Allow copy destination to have a different scale from source () 2020-11-20 17:14:45 -03:00
Image Prefer truly perfect texture matches over fomat aliased ones () 2020-11-27 19:46:23 +01:00
Memory IPC refactor part 2: Use ReplyAndReceive on HLE services and remove special handling from kernel () 2020-12-02 00:23:43 +01:00
Shader Implement Force Early Z Register () 2020-12-02 00:13:27 +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 Allow swizzles to match with "undefined" components () 2020-09-11 09:48:48 +10:00