ryubing-ryujinx/src/Ryujinx.Graphics.Gpu/Memory
gdkchan eb0bb36bbf
Implement transform feedback emulation for hardware without native support (#5080)
* Implement transform feedback emulation for hardware without native support

* Stop doing some useless buffer updates and account for non-zero base instance

* Reduce redundant updates even more

* Update descriptor init logic to account for ResourceLayout

* Fix transform feedback and storage buffers not being updated in some cases

* Shader cache version bump

* PR feedback

* SetInstancedDrawVertexCount must be always called after UpdateState

* Minor typo
2023-06-10 18:31:38 -03:00
..
Buffer.cs GPU: Remove CPU region handle containers (#4817) 2023-05-05 23:40:46 +02:00
BufferBounds.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
BufferCache.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
BufferCacheEntry.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
BufferManager.cs Implement transform feedback emulation for hardware without native support (#5080) 2023-06-10 18:31:38 -03:00
BufferMigration.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
BufferModifiedRangeList.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
BufferTextureBinding.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
CounterCache.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
GpuRegionHandle.cs GPU: Remove CPU region handle containers (#4817) 2023-05-05 23:40:46 +02:00
IndexBuffer.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
MemoryManager.cs GPU: Avoid using garbage size for non-cb0 storage buffers (#4999) 2023-05-18 08:56:34 +02:00
MultiRangeWritableBlock.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
PhysicalMemory.cs GPU: Remove CPU region handle containers (#4817) 2023-05-05 23:40:46 +02:00
PteKind.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
ResourceKind.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
UnmapEventArgs.cs GPU: Fix errors handling texture remapping (#4745) 2023-05-01 15:32:32 -03:00
VertexBuffer.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00