Ryujinx/Ryujinx.Graphics.Gpu/Engine/GPFifo
gdkchan a10b2c5ff2
Initial support for GPU channels (#2372)
* Ground work for separate GPU channels

* Rename TextureManager to TextureCache

* Decouple texture bindings management from the texture cache

* Rename BufferManager to BufferCache

* Decouple buffer bindings management from the buffer cache

* More comments and proper disposal

* PR feedback

* Force host state update on channel switch

* Typo

* PR feedback

* Missing using
2021-06-24 01:51:41 +02:00
..
CompressedMethod.cs Silence several build warnings (#1428) 2020-08-06 23:40:41 +02:00
GPEntry.cs Silence several build warnings (#1428) 2020-08-06 23:40:41 +02:00
GPFifoClass.cs Implement lazy flush-on-read for Buffers (SSBO/Copy) (#1790) 2021-01-17 17:08:06 -03:00
GPFifoClassState.cs Silence several build warnings (#1428) 2020-08-06 23:40:41 +02:00
GPFifoDevice.cs Initial support for GPU channels (#2372) 2021-06-24 01:51:41 +02:00
GPFifoProcessor.cs Initial support for GPU channels (#2372) 2021-06-24 01:51:41 +02:00