Ryujinx/Ryujinx.Core/Gpu
gdkchan 34037701c7
NvServices refactoring (#120)
* Initial implementation of NvMap/NvHostCtrl

* More work on NvHostCtrl

* Refactoring of nvservices, move GPU Vmm, make Vmm per-process, refactor most gpu devices, move Gpu to Core, fix CbBind

* Implement GetGpuTime, support CancelSynchronization, fix issue on InsertWaitingMutex, proper double buffering support (again, not working properly for commercial games, only hb)

* Try to fix perf regression reading/writing textures, moved syncpts and events to a UserCtx class, delete global state when the process exits, other minor tweaks

* Remove now unused code, add comment about probably wrong result codes
2018-05-07 15:53:23 -03:00
..
BlockLinearSwizzle.cs NvServices refactoring (#120) 2018-05-07 15:53:23 -03:00
INvGpuEngine.cs NvServices refactoring (#120) 2018-05-07 15:53:23 -03:00
ISwizzle.cs NvServices refactoring (#120) 2018-05-07 15:53:23 -03:00
LinearSwizzle.cs NvServices refactoring (#120) 2018-05-07 15:53:23 -03:00
MacroInterpreter.cs NvServices refactoring (#120) 2018-05-07 15:53:23 -03:00
NvGpu.cs NvServices refactoring (#120) 2018-05-07 15:53:23 -03:00
NvGpuEngine.cs NvServices refactoring (#120) 2018-05-07 15:53:23 -03:00
NvGpuEngine2d.cs NvServices refactoring (#120) 2018-05-07 15:53:23 -03:00
NvGpuEngine2dReg.cs NvServices refactoring (#120) 2018-05-07 15:53:23 -03:00
NvGpuEngine3d.cs NvServices refactoring (#120) 2018-05-07 15:53:23 -03:00
NvGpuEngine3dReg.cs NvServices refactoring (#120) 2018-05-07 15:53:23 -03:00
NvGpuFifo.cs NvServices refactoring (#120) 2018-05-07 15:53:23 -03:00
NvGpuFifoMeth.cs NvServices refactoring (#120) 2018-05-07 15:53:23 -03:00
NvGpuMethod.cs NvServices refactoring (#120) 2018-05-07 15:53:23 -03:00
NvGpuPBEntry.cs NvServices refactoring (#120) 2018-05-07 15:53:23 -03:00
NvGpuPushBuffer.cs NvServices refactoring (#120) 2018-05-07 15:53:23 -03:00
NvGpuVmm.cs NvServices refactoring (#120) 2018-05-07 15:53:23 -03:00
Texture.cs NvServices refactoring (#120) 2018-05-07 15:53:23 -03:00
TextureFactory.cs NvServices refactoring (#120) 2018-05-07 15:53:23 -03:00
TextureHelper.cs NvServices refactoring (#120) 2018-05-07 15:53:23 -03:00
TextureReader.cs NvServices refactoring (#120) 2018-05-07 15:53:23 -03:00
TextureSwizzle.cs NvServices refactoring (#120) 2018-05-07 15:53:23 -03:00
TextureWriter.cs NvServices refactoring (#120) 2018-05-07 15:53:23 -03:00