Ryujinx/Ryujinx.Graphics.Gpu
gdkchan 4d02a2d2c0
New NVDEC and VIC implementation (#1384)
* Initial NVDEC and VIC implementation

* Update FFmpeg.AutoGen to 4.3.0

* Add nvdec dependencies for Windows

* Unify some VP9 structures

* Rename VP9 structure fields

* Improvements to Video API

* XML docs for Common.Memory

* Remove now unused or redundant overloads from MemoryAccessor

* NVDEC UV surface read/write scalar paths

* Add FIXME comments about hacky things/stuff that will need to be fixed in the future

* Cleaned up VP9 memory allocation

* Remove some debug logs

* Rename some VP9 structs

* Remove unused struct

* No need to compile Ryujinx.Graphics.Host1x with unsafe anymore

* Name AsyncWorkQueue threads to make debugging easier

* Make Vp9PictureInfo a ref struct

* LayoutConverter no longer needs the depth argument (broken by rebase)

* Pooling of VP9 buffers, plus fix a memory leak on VP9

* Really wish VS could rename projects properly...

* Address feedback

* Remove using

* Catch OperationCanceledException

* Add licensing informations

* Add THIRDPARTY.md to release too

Co-authored-by: Thog <me@thog.eu>
2020-07-12 05:07:01 +02:00
..
Engine New NVDEC and VIC implementation (#1384) 2020-07-12 05:07:01 +02:00
Image New NVDEC and VIC implementation (#1384) 2020-07-12 05:07:01 +02:00
Memory New NVDEC and VIC implementation (#1384) 2020-07-12 05:07:01 +02:00
Shader Fix wrong face culling once and for all (#1277) 2020-05-28 09:03:07 +10:00
State Implement Logical Operation registers and functionality (#1380) 2020-07-10 14:23:15 -03:00
Synchronization Call syncpoint expiration callback outside of the lock (#1349) 2020-07-04 00:22:06 +02:00
ClassId.cs Implement GPU syncpoints (#980) 2020-04-19 11:25:57 +10:00
Constants.cs Spanify Graphics Abstraction Layer (#1226) 2020-05-23 11:46:09 +02:00
DmaPusher.cs Refactor shader GPU state and memory access (#1203) 2020-05-06 11:02:28 +10:00
GpuContext.cs New NVDEC and VIC implementation (#1384) 2020-07-12 05:07:01 +02:00
GraphicsConfig.cs Implement Zero-Configuration Resolution Scaling (#1365) 2020-07-07 04:41:07 +02:00
MacroInterpreter.cs Fix MME shadow RAM implementation (#1051) 2020-04-25 23:56:56 +10:00
MethodParams.cs Add XML documentation to Ryujinx.Graphics.Gpu 2020-01-09 02:13:00 +01:00
NvGpuFifo.cs Fix compilation warnings and use new LibHac APIs for executable loading (#1350) 2020-07-04 01:58:01 +02:00
Ryujinx.Graphics.Gpu.csproj Upgrade projects to C#8 (#1193) 2020-05-04 12:14:48 +10:00
ShadowRamControl.cs Implement MME shadow RAM (#987) 2020-03-13 12:30:26 +11:00
Window.cs Implement Zero-Configuration Resolution Scaling (#1365) 2020-07-07 04:41:07 +02:00