9f1cf6458c
* Initial implementation of migration between memory heaps - Missing OOM handling - Missing `_map` data safety when remapping - Copy may not have completed yet (needs some kind of fence) - Map may be unmapped before it is done being used. (needs scoped access) - SSBO accesses are all "writes" - maybe pass info in another way. - Missing keeping map type when resizing buffers (should this be done?) * Ensure migrated data is in place before flushing. * Fix issue where old waitable would be signalled. - There is a real issue where existing Auto<> references need to be replaced. * Swap bound Auto<> instances when swapping buffer backing * Fix conversion buffers * Don't try move buffers if the host has shared memory. * Make GPU methods return PinnedSpan with scope * Storage Hint * Fix stupidity * Fix rebase * Tweak rules Attempt to sidestep BOTW slowdown * Remove line * Migrate only when command buffers flush * Change backing swap log to debug * Address some feedback * Disallow backing swap when the flush lock is held by the current thread * Make PinnedSpan from ReadOnlySpan explicitly unsafe * Fix some small issues - Index buffer swap fixed - Allocate DeviceLocal buffers using a separate block list to images. * Remove alternative flags * Address feedback |
||
---|---|---|
.. | ||
Effects | ||
MoltenVK | ||
Queries | ||
Shaders | ||
Auto.cs | ||
AutoFlushCounter.cs | ||
BackgroundResources.cs | ||
BitMap.cs | ||
BufferAllocationType.cs | ||
BufferHolder.cs | ||
BufferManager.cs | ||
BufferState.cs | ||
BufferUsageBitmap.cs | ||
CacheByRange.cs | ||
CommandBufferPool.cs | ||
CommandBufferScoped.cs | ||
Constants.cs | ||
DescriptorSetCollection.cs | ||
DescriptorSetManager.cs | ||
DescriptorSetUpdater.cs | ||
DisposableBuffer.cs | ||
DisposableBufferView.cs | ||
DisposableFramebuffer.cs | ||
DisposableImage.cs | ||
DisposableImageView.cs | ||
DisposableMemory.cs | ||
DisposablePipeline.cs | ||
DisposableRenderPass.cs | ||
DisposableSampler.cs | ||
EnumConversion.cs | ||
FenceHelper.cs | ||
FenceHolder.cs | ||
FormatCapabilities.cs | ||
FormatConverter.cs | ||
FormatTable.cs | ||
FramebufferParams.cs | ||
HardwareCapabilities.cs | ||
HashTableSlim.cs | ||
HelperShader.cs | ||
IdList.cs | ||
IndexBufferPattern.cs | ||
IndexBufferState.cs | ||
MemoryAllocation.cs | ||
MemoryAllocator.cs | ||
MemoryAllocatorBlockList.cs | ||
MultiFenceHolder.cs | ||
NativeArray.cs | ||
PersistentFlushBuffer.cs | ||
PipelineBase.cs | ||
PipelineConverter.cs | ||
PipelineDynamicState.cs | ||
PipelineFull.cs | ||
PipelineHelperShader.cs | ||
PipelineLayoutCache.cs | ||
PipelineLayoutCacheEntry.cs | ||
PipelineLayoutFactory.cs | ||
PipelineState.cs | ||
PipelineUid.cs | ||
Ryujinx.Graphics.Vulkan.csproj | ||
SamplerHolder.cs | ||
SemaphoreHolder.cs | ||
Shader.cs | ||
ShaderCollection.cs | ||
SpecInfo.cs | ||
StagingBuffer.cs | ||
SyncManager.cs | ||
TextureBuffer.cs | ||
TextureCopy.cs | ||
TextureStorage.cs | ||
TextureView.cs | ||
Vendor.cs | ||
VertexBufferState.cs | ||
VulkanConfiguration.cs | ||
VulkanException.cs | ||
VulkanInitialization.cs | ||
VulkanRenderer.cs | ||
Window.cs | ||
WindowBase.cs |