riperiperi 470be03c2f GPU: Add fallback when 16-bit formats are not supported (#4108) 3 years ago
..
Queries ce92e8cd04 chore: Update Silk.NET to 2.16.0 (#3953) 3 years ago
Shaders 73aed239c3 Implement non-MS to MS copies with draws (#3958) 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 4da44e09cb Make structs readonly when applicable (#4002) 3 years ago
BufferHolder.cs 851d81d24a Fix Redundant Qualifer Warnings (#4091) 3 years ago
BufferManager.cs ce92e8cd04 chore: Update Silk.NET to 2.16.0 (#3953) 3 years ago
BufferState.cs 4da44e09cb Make structs readonly when applicable (#4002) 3 years ago
BufferUsageBitmap.cs a4fc9f8050 Support use of buffer ranges with size 0 (#3736) 3 years ago
CacheByRange.cs 4da44e09cb Make structs readonly when applicable (#4002) 3 years ago
CommandBufferPool.cs ce92e8cd04 chore: Update Silk.NET to 2.16.0 (#3953) 3 years ago
CommandBufferScoped.cs 4da44e09cb Make structs readonly when applicable (#4002) 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 851d81d24a Fix Redundant Qualifer Warnings (#4091) 3 years ago
DisposableBuffer.cs 4da44e09cb Make structs readonly when applicable (#4002) 3 years ago
DisposableBufferView.cs 851d81d24a Fix Redundant Qualifer Warnings (#4091) 3 years ago
DisposableFramebuffer.cs 4da44e09cb Make structs readonly when applicable (#4002) 3 years ago
DisposableImage.cs 4da44e09cb Make structs readonly when applicable (#4002) 3 years ago
DisposableImageView.cs 4da44e09cb Make structs readonly when applicable (#4002) 3 years ago
DisposableMemory.cs 4da44e09cb Make structs readonly when applicable (#4002) 3 years ago
DisposablePipeline.cs 4da44e09cb Make structs readonly when applicable (#4002) 3 years ago
DisposableRenderPass.cs 4da44e09cb Make structs readonly when applicable (#4002) 3 years ago
DisposableSampler.cs 4da44e09cb Make structs readonly when applicable (#4002) 3 years ago
EnumConversion.cs ce92e8cd04 chore: Update Silk.NET to 2.16.0 (#3953) 3 years ago
FenceHelper.cs 2232e4ae87 Vulkan backend (#2518) 3 years ago
FenceHolder.cs 2232e4ae87 Vulkan backend (#2518) 3 years ago
FormatCapabilities.cs ce92e8cd04 chore: Update Silk.NET to 2.16.0 (#3953) 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 73aed239c3 Implement non-MS to MS copies with draws (#3958) 3 years ago
HardwareCapabilities.cs 4da44e09cb Make structs readonly when applicable (#4002) 3 years ago
HashTableSlim.cs 2232e4ae87 Vulkan backend (#2518) 3 years ago
HelperShader.cs ae13f0ab4d misc: Fix obsolete warnings in Ryujinx.Graphics.Vulkan (#4020) 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 4da44e09cb Make structs readonly when applicable (#4002) 3 years ago
MemoryAllocator.cs ce92e8cd04 chore: Update Silk.NET to 2.16.0 (#3953) 3 years ago
MemoryAllocatorBlockList.cs c963b3c804 Added Generic Math to BitUtils (#3929) 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 73aed239c3 Implement non-MS to MS copies with draws (#3958) 3 years ago
PipelineConverter.cs 73aed239c3 Implement non-MS to MS copies with draws (#3958) 3 years ago
PipelineDynamicState.cs ce92e8cd04 chore: Update Silk.NET to 2.16.0 (#3953) 3 years ago
PipelineFull.cs ce92e8cd04 chore: Update Silk.NET to 2.16.0 (#3953) 3 years ago
PipelineHelperShader.cs 73aed239c3 Implement non-MS to MS copies with draws (#3958) 3 years ago
PipelineLayoutCache.cs 2232e4ae87 Vulkan backend (#2518) 3 years ago
PipelineLayoutCacheEntry.cs 2232e4ae87 Vulkan backend (#2518) 3 years ago
PipelineLayoutFactory.cs 851d81d24a Fix Redundant Qualifer Warnings (#4091) 3 years ago
PipelineState.cs 73aed239c3 Implement non-MS to MS copies with draws (#3958) 3 years ago
PipelineUid.cs a6a67a2b7a Minor improvement to Vulkan pipeline state and bindings management (#3829) 3 years ago
Ryujinx.Graphics.Vulkan.csproj 535fbec675 Use NuGet Central Package Management to manage package versions solution-wise (#4095) 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 ce92e8cd04 chore: Update Silk.NET to 2.16.0 (#3953) 3 years ago
SpecInfo.cs f82309fa2d Vulkan: Implement multisample <-> non-multisample copies and depth-stencil resolve (#3723) 3 years ago
StagingBuffer.cs 4da44e09cb Make structs readonly when applicable (#4002) 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 73aed239c3 Implement non-MS to MS copies with draws (#3958) 3 years ago
TextureStorage.cs ae13f0ab4d misc: Fix obsolete warnings in Ryujinx.Graphics.Vulkan (#4020) 3 years ago
TextureView.cs ce92e8cd04 chore: Update Silk.NET to 2.16.0 (#3953) 3 years ago
Vendor.cs 3868a00206 Use source generated regular expressions (#4005) 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 0f50de72be Vulkan: enable VK_EXT_custom_border_color features (#4116) 3 years ago
VulkanRenderer.cs 470be03c2f GPU: Add fallback when 16-bit formats are not supported (#4108) 3 years ago
Window.cs ce92e8cd04 chore: Update Silk.NET to 2.16.0 (#3953) 3 years ago
WindowBase.cs 6f0395538b Avalonia - Use embedded window for avalonia (#3674) 3 years ago