1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-11-13 09:56:41 +00:00
Ryujinx/Ryujinx.HLE/HOS/Services/Nv
sharmander d9ec2b3a81
GPU: Resolve Memory Allocation Issues (#1797)
* Implement VFNMA.F<32/64>

* Update PTC Version

* Update Implementation & Renames & Correct Order

* Add Logging

* Additional logging

* Add additional check to restart loop from beginning if address goes beyond maximum allowed.

* Additional Check that the total range required doesn't exceed capacity of allocator addresses.

* Improve logging

* Ensure hex output

* Update Ryujinx.HLE/HOS/Services/Nv/NvMemoryAllocator.cs

Co-authored-by: gdkchan <gab.dark.100@gmail.com>

* Remove extra page at end

Co-authored-by: gdkchan <gab.dark.100@gmail.com>
2020-12-10 21:32:23 +01:00
..
NvDrvServices GPU - Improve Memory Allocation (#1722) 2020-12-09 19:26:05 -03:00
Types
INvDrvDebugFSServices.cs
INvDrvServices.cs Make sure to not leak copy handles passed in request (#1772) 2020-12-03 19:19:10 +01:00
INvGemControl.cs
INvGemCoreDump.cs
NvIoctl.cs
NvMemoryAllocator.cs GPU: Resolve Memory Allocation Issues (#1797) 2020-12-10 21:32:23 +01:00