Ryujinx-uplift/src/Ryujinx.Graphics.Gpu/Memory
gdkchan 3e6e0e4afa
Add support for large sampler arrays on Vulkan (#6489)
* Add support for large sampler arrays on Vulkan

* Shader cache version bump

* Format whitespace

* Move DescriptorSetManager to PipelineLayoutCacheEntry to allow different pool sizes per layout

* Handle array textures with different types on the same buffer

* Somewhat better caching system

* Avoid useless buffer data modification checks

* Move redundant bindings update checking to the backend

* Fix an issue where texture arrays would get the same bindings across stages on Vulkan

* Backport some fixes from part 2

* Fix typo

* PR feedback

* Format whitespace

* Add some missing XML docs
2024-04-07 18:25:55 -03:00
..
Buffer.cs Separate guest/host tracking + unaligned protection (#6486) 2024-03-14 19:38:27 -03:00
BufferBounds.cs Add support for large sampler arrays on Vulkan (#6489) 2024-04-07 18:25:55 -03:00
BufferCache.cs Implement virtual buffer dependencies (#6190) 2024-02-22 11:03:07 -03:00
BufferCacheEntry.cs editorconfig: Set default encoding to UTF-8 (#5793) 2023-12-04 14:17:13 +01:00
BufferManager.cs Add support for large sampler arrays on Vulkan (#6489) 2024-04-07 18:25:55 -03:00
BufferMigration.cs editorconfig: Set default encoding to UTF-8 (#5793) 2023-12-04 14:17:13 +01:00
BufferModifiedRangeList.cs editorconfig: Set default encoding to UTF-8 (#5793) 2023-12-04 14:17:13 +01:00
BufferTextureArrayBinding.cs Add support for large sampler arrays on Vulkan (#6489) 2024-04-07 18:25:55 -03:00
BufferTextureBinding.cs Implement support for multi-range buffers using Vulkan sparse mappings (#5427) 2023-12-04 20:30:19 +01:00
BufferUpdater.cs Geometry shader emulation for macOS (#5551) 2023-08-29 21:10:34 -03:00
CounterCache.cs editorconfig: Set default encoding to UTF-8 (#5793) 2023-12-04 14:17:13 +01:00
GpuRegionHandle.cs editorconfig: Set default encoding to UTF-8 (#5793) 2023-12-04 14:17:13 +01:00
IndexBuffer.cs Implement support for multi-range buffers using Vulkan sparse mappings (#5427) 2023-12-04 20:30:19 +01:00
MemoryManager.cs Implement virtual buffer dependencies (#6190) 2024-02-22 11:03:07 -03:00
MultiRangeBuffer.cs Implement virtual buffer dependencies (#6190) 2024-02-22 11:03:07 -03:00
MultiRangeWritableBlock.cs editorconfig: Set default encoding to UTF-8 (#5793) 2023-12-04 14:17:13 +01:00
PhysicalMemory.cs Implement host tracked memory manager mode (#6356) 2024-03-26 23:33:24 -03:00
PteKind.cs [Ryujinx.Graphics.Gpu] Address dotnet-format issues (#5367) 2023-07-02 02:47:54 +02:00
ResourceKind.cs [Ryujinx.Graphics.Gpu] Address dotnet-format issues (#5367) 2023-07-02 02:47:54 +02:00
SupportBufferUpdater.cs editorconfig: Set default encoding to UTF-8 (#5793) 2023-12-04 14:17:13 +01:00
UnmapEventArgs.cs editorconfig: Set default encoding to UTF-8 (#5793) 2023-12-04 14:17:13 +01:00
VertexBuffer.cs Implement support for multi-range buffers using Vulkan sparse mappings (#5427) 2023-12-04 20:30:19 +01:00
VirtualRangeCache.cs chore: remove repetitive words (#6500) 2024-03-16 19:49:54 +01:00