riperiperi 458452279c GPU: Track buffer migrations and flush source on incomplete copy (#3952) 3 years ago
..
Queries 2232e4ae87 Vulkan backend (#2518) 3 years ago
Shaders f1d1670b0b Implement HLE macro for DrawElementsIndirect (#3748) 3 years ago
Auto.cs 2232e4ae87 Vulkan backend (#2518) 3 years ago
AutoFlushCounter.cs c3c41fa4bb Periodically Flush Commands for Vulkan (#3689) 3 years ago
BackgroundResources.cs 2232e4ae87 Vulkan backend (#2518) 3 years ago
BitMap.cs 2232e4ae87 Vulkan backend (#2518) 3 years ago
BufferHolder.cs 131baebe2a Vulkan: Don't create preload command buffer outside a render pass (#3864) 3 years ago
BufferManager.cs f1d1670b0b Implement HLE macro for DrawElementsIndirect (#3748) 3 years ago
BufferState.cs 4c0eb91d7e Convert Quads to Triangles in Vulkan (#3715) 3 years ago
BufferUsageBitmap.cs a4fc9f8050 Support use of buffer ranges with size 0 (#3736) 3 years ago
CacheByRange.cs f1d1670b0b Implement HLE macro for DrawElementsIndirect (#3748) 3 years ago
CommandBufferPool.cs 2232e4ae87 Vulkan backend (#2518) 3 years ago
CommandBufferScoped.cs 2232e4ae87 Vulkan backend (#2518) 3 years ago
Constants.cs 2232e4ae87 Vulkan backend (#2518) 3 years ago
DescriptorSetCollection.cs 2232e4ae87 Vulkan backend (#2518) 3 years ago
DescriptorSetManager.cs 2232e4ae87 Vulkan backend (#2518) 3 years ago
DescriptorSetUpdater.cs ece36b274d GAL: Send all buffer assignments at once rather than individually (#3881) 3 years ago
DisposableBuffer.cs 2232e4ae87 Vulkan backend (#2518) 3 years ago
DisposableBufferView.cs 2232e4ae87 Vulkan backend (#2518) 3 years ago
DisposableFramebuffer.cs 2232e4ae87 Vulkan backend (#2518) 3 years ago
DisposableImage.cs 2232e4ae87 Vulkan backend (#2518) 3 years ago
DisposableImageView.cs 2232e4ae87 Vulkan backend (#2518) 3 years ago
DisposableMemory.cs 2232e4ae87 Vulkan backend (#2518) 3 years ago
DisposablePipeline.cs 2232e4ae87 Vulkan backend (#2518) 3 years ago
DisposableRenderPass.cs 2232e4ae87 Vulkan backend (#2518) 3 years ago
DisposableSampler.cs 2232e4ae87 Vulkan backend (#2518) 3 years ago
EnumConversion.cs 1fc0f569de GPU: Always draw polygon topology as triangle fan (#3932) 3 years ago
FenceHelper.cs 2232e4ae87 Vulkan backend (#2518) 3 years ago
FenceHolder.cs 2232e4ae87 Vulkan backend (#2518) 3 years ago
FormatCapabilities.cs 2492e7e808 Fix R4G4B4A4 format on Vulkan (#3696) 3 years ago
FormatConverter.cs 2232e4ae87 Vulkan backend (#2518) 3 years ago
FormatTable.cs 2492e7e808 Fix R4G4B4A4 format on Vulkan (#3696) 3 years ago
FramebufferParams.cs 1080f64df9 Implement HLE macros for render target clears (#3528) 3 years ago
HardwareCapabilities.cs c6d82209ab Restride vertex buffer when stride causes attributes to misalign in Vulkan. (#3679) 3 years ago
HashTableSlim.cs 2232e4ae87 Vulkan backend (#2518) 3 years ago
HelperShader.cs ece36b274d GAL: Send all buffer assignments at once rather than individually (#3881) 3 years ago
IdList.cs 2232e4ae87 Vulkan backend (#2518) 3 years ago
IndexBufferPattern.cs 2b50e52e48 Fix primitive count calculation for topology conversion (#3763) 3 years ago
IndexBufferState.cs f1d1670b0b Implement HLE macro for DrawElementsIndirect (#3748) 3 years ago
MemoryAllocation.cs 2232e4ae87 Vulkan backend (#2518) 3 years ago
MemoryAllocator.cs 2232e4ae87 Vulkan backend (#2518) 3 years ago
MemoryAllocatorBlockList.cs 2232e4ae87 Vulkan backend (#2518) 3 years ago
MultiFenceHolder.cs 2232e4ae87 Vulkan backend (#2518) 3 years ago
NativeArray.cs a5ff0024fb Rename ToSpan to AsSpan (#3556) 3 years ago
PersistentFlushBuffer.cs 2232e4ae87 Vulkan backend (#2518) 3 years ago
PipelineBase.cs 1fc0f569de GPU: Always draw polygon topology as triangle fan (#3932) 3 years ago
PipelineConverter.cs f82309fa2d Vulkan: Implement multisample <-> non-multisample copies and depth-stencil resolve (#3723) 3 years ago
PipelineDynamicState.cs 9719b6a112 Vulkan: Use dynamic state for blend constants (#3793) 3 years ago
PipelineFull.cs d536cc8ae6 Update units of memory from decimal to binary prefixes (#3716) 3 years ago
PipelineHelperShader.cs c6d82209ab Restride vertex buffer when stride causes attributes to misalign in Vulkan. (#3679) 3 years ago
PipelineLayoutCache.cs 2232e4ae87 Vulkan backend (#2518) 3 years ago
PipelineLayoutCacheEntry.cs 2232e4ae87 Vulkan backend (#2518) 3 years ago
PipelineLayoutFactory.cs c6d82209ab Restride vertex buffer when stride causes attributes to misalign in Vulkan. (#3679) 3 years ago
PipelineState.cs a6a67a2b7a Minor improvement to Vulkan pipeline state and bindings management (#3829) 3 years ago
PipelineUid.cs a6a67a2b7a Minor improvement to Vulkan pipeline state and bindings management (#3829) 3 years ago
Ryujinx.Graphics.Vulkan.csproj d41c95dcff chore: Update OpenTK to 4.7.5 (#3944) 3 years ago
SamplerHolder.cs 5af1327068 Vulkan: Fix sampler custom border color (#3751) 3 years ago
SemaphoreHolder.cs 2232e4ae87 Vulkan backend (#2518) 3 years ago
Shader.cs 96bf7f8522 Avoid allocating unmanaged string per shader (#3730) 3 years ago
ShaderCollection.cs 131baebe2a Vulkan: Don't create preload command buffer outside a render pass (#3864) 3 years ago
SpecInfo.cs f82309fa2d Vulkan: Implement multisample <-> non-multisample copies and depth-stencil resolve (#3723) 3 years ago
StagingBuffer.cs 1ca0517c99 Vulkan: Fix some issues with CacheByRange (#3743) 3 years ago
SyncManager.cs 458452279c GPU: Track buffer migrations and flush source on incomplete copy (#3952) 3 years ago
TextureBuffer.cs bf77d1cab9 GPU: Pass SpanOrArray for Texture SetData to avoid copy (#3745) 3 years ago
TextureCopy.cs f82309fa2d Vulkan: Implement multisample <-> non-multisample copies and depth-stencil resolve (#3723) 3 years ago
TextureStorage.cs 6e92b7a378 Dispose Vulkan TextureStorage when views hit 0 instead of immediately (#3738) 3 years ago
TextureView.cs f82309fa2d Vulkan: Implement multisample <-> non-multisample copies and depth-stencil resolve (#3723) 3 years ago
Vendor.cs 2232e4ae87 Vulkan backend (#2518) 3 years ago
VertexBufferState.cs 0dbe45ae37 Fix various issues caused by Vertex/Index buffer conversions (#3762) 3 years ago
VulkanConfiguration.cs 88a0e720cb Use RGBA16 vertex format if RGB16 is not supported on Vulkan (#3552) 3 years ago
VulkanException.cs 2232e4ae87 Vulkan backend (#2518) 3 years ago
VulkanInitialization.cs 4905101df1 Remove shader dependency on SPV_KHR_shader_ballot and SPV_KHR_subgroup_vote extensions (#3943) 3 years ago
VulkanRenderer.cs 458452279c GPU: Track buffer migrations and flush source on incomplete copy (#3952) 3 years ago
Window.cs 6f0395538b Avalonia - Use embedded window for avalonia (#3674) 3 years ago
WindowBase.cs 6f0395538b Avalonia - Use embedded window for avalonia (#3674) 3 years ago