riperiperi 470be03c2f GPU: Add fallback when 16-bit formats are not supported (#4108) 3 年 前
..
Queries ce92e8cd04 chore: Update Silk.NET to 2.16.0 (#3953) 3 年 前
Shaders 73aed239c3 Implement non-MS to MS copies with draws (#3958) 3 年 前
Auto.cs 2232e4ae87 Vulkan backend (#2518) 3 年 前
AutoFlushCounter.cs c3c41fa4bb Periodically Flush Commands for Vulkan (#3689) 3 年 前
BackgroundResources.cs 2232e4ae87 Vulkan backend (#2518) 3 年 前
BitMap.cs 4da44e09cb Make structs readonly when applicable (#4002) 3 年 前
BufferHolder.cs 851d81d24a Fix Redundant Qualifer Warnings (#4091) 3 年 前
BufferManager.cs ce92e8cd04 chore: Update Silk.NET to 2.16.0 (#3953) 3 年 前
BufferState.cs 4da44e09cb Make structs readonly when applicable (#4002) 3 年 前
BufferUsageBitmap.cs a4fc9f8050 Support use of buffer ranges with size 0 (#3736) 3 年 前
CacheByRange.cs 4da44e09cb Make structs readonly when applicable (#4002) 3 年 前
CommandBufferPool.cs ce92e8cd04 chore: Update Silk.NET to 2.16.0 (#3953) 3 年 前
CommandBufferScoped.cs 4da44e09cb Make structs readonly when applicable (#4002) 3 年 前
Constants.cs 2232e4ae87 Vulkan backend (#2518) 3 年 前
DescriptorSetCollection.cs 2232e4ae87 Vulkan backend (#2518) 3 年 前
DescriptorSetManager.cs 2232e4ae87 Vulkan backend (#2518) 3 年 前
DescriptorSetUpdater.cs 851d81d24a Fix Redundant Qualifer Warnings (#4091) 3 年 前
DisposableBuffer.cs 4da44e09cb Make structs readonly when applicable (#4002) 3 年 前
DisposableBufferView.cs 851d81d24a Fix Redundant Qualifer Warnings (#4091) 3 年 前
DisposableFramebuffer.cs 4da44e09cb Make structs readonly when applicable (#4002) 3 年 前
DisposableImage.cs 4da44e09cb Make structs readonly when applicable (#4002) 3 年 前
DisposableImageView.cs 4da44e09cb Make structs readonly when applicable (#4002) 3 年 前
DisposableMemory.cs 4da44e09cb Make structs readonly when applicable (#4002) 3 年 前
DisposablePipeline.cs 4da44e09cb Make structs readonly when applicable (#4002) 3 年 前
DisposableRenderPass.cs 4da44e09cb Make structs readonly when applicable (#4002) 3 年 前
DisposableSampler.cs 4da44e09cb Make structs readonly when applicable (#4002) 3 年 前
EnumConversion.cs ce92e8cd04 chore: Update Silk.NET to 2.16.0 (#3953) 3 年 前
FenceHelper.cs 2232e4ae87 Vulkan backend (#2518) 3 年 前
FenceHolder.cs 2232e4ae87 Vulkan backend (#2518) 3 年 前
FormatCapabilities.cs ce92e8cd04 chore: Update Silk.NET to 2.16.0 (#3953) 3 年 前
FormatConverter.cs 2232e4ae87 Vulkan backend (#2518) 3 年 前
FormatTable.cs 2492e7e808 Fix R4G4B4A4 format on Vulkan (#3696) 3 年 前
FramebufferParams.cs 73aed239c3 Implement non-MS to MS copies with draws (#3958) 3 年 前
HardwareCapabilities.cs 4da44e09cb Make structs readonly when applicable (#4002) 3 年 前
HashTableSlim.cs 2232e4ae87 Vulkan backend (#2518) 3 年 前
HelperShader.cs ae13f0ab4d misc: Fix obsolete warnings in Ryujinx.Graphics.Vulkan (#4020) 3 年 前
IdList.cs 2232e4ae87 Vulkan backend (#2518) 3 年 前
IndexBufferPattern.cs 2b50e52e48 Fix primitive count calculation for topology conversion (#3763) 3 年 前
IndexBufferState.cs f1d1670b0b Implement HLE macro for DrawElementsIndirect (#3748) 3 年 前
MemoryAllocation.cs 4da44e09cb Make structs readonly when applicable (#4002) 3 年 前
MemoryAllocator.cs ce92e8cd04 chore: Update Silk.NET to 2.16.0 (#3953) 3 年 前
MemoryAllocatorBlockList.cs c963b3c804 Added Generic Math to BitUtils (#3929) 3 年 前
MultiFenceHolder.cs 2232e4ae87 Vulkan backend (#2518) 3 年 前
NativeArray.cs a5ff0024fb Rename ToSpan to AsSpan (#3556) 3 年 前
PersistentFlushBuffer.cs 2232e4ae87 Vulkan backend (#2518) 3 年 前
PipelineBase.cs 73aed239c3 Implement non-MS to MS copies with draws (#3958) 3 年 前
PipelineConverter.cs 73aed239c3 Implement non-MS to MS copies with draws (#3958) 3 年 前
PipelineDynamicState.cs ce92e8cd04 chore: Update Silk.NET to 2.16.0 (#3953) 3 年 前
PipelineFull.cs ce92e8cd04 chore: Update Silk.NET to 2.16.0 (#3953) 3 年 前
PipelineHelperShader.cs 73aed239c3 Implement non-MS to MS copies with draws (#3958) 3 年 前
PipelineLayoutCache.cs 2232e4ae87 Vulkan backend (#2518) 3 年 前
PipelineLayoutCacheEntry.cs 2232e4ae87 Vulkan backend (#2518) 3 年 前
PipelineLayoutFactory.cs 851d81d24a Fix Redundant Qualifer Warnings (#4091) 3 年 前
PipelineState.cs 73aed239c3 Implement non-MS to MS copies with draws (#3958) 3 年 前
PipelineUid.cs a6a67a2b7a Minor improvement to Vulkan pipeline state and bindings management (#3829) 3 年 前
Ryujinx.Graphics.Vulkan.csproj 535fbec675 Use NuGet Central Package Management to manage package versions solution-wise (#4095) 3 年 前
SamplerHolder.cs 5af1327068 Vulkan: Fix sampler custom border color (#3751) 3 年 前
SemaphoreHolder.cs 2232e4ae87 Vulkan backend (#2518) 3 年 前
Shader.cs 96bf7f8522 Avoid allocating unmanaged string per shader (#3730) 3 年 前
ShaderCollection.cs ce92e8cd04 chore: Update Silk.NET to 2.16.0 (#3953) 3 年 前
SpecInfo.cs f82309fa2d Vulkan: Implement multisample <-> non-multisample copies and depth-stencil resolve (#3723) 3 年 前
StagingBuffer.cs 4da44e09cb Make structs readonly when applicable (#4002) 3 年 前
SyncManager.cs 458452279c GPU: Track buffer migrations and flush source on incomplete copy (#3952) 3 年 前
TextureBuffer.cs bf77d1cab9 GPU: Pass SpanOrArray for Texture SetData to avoid copy (#3745) 3 年 前
TextureCopy.cs 73aed239c3 Implement non-MS to MS copies with draws (#3958) 3 年 前
TextureStorage.cs ae13f0ab4d misc: Fix obsolete warnings in Ryujinx.Graphics.Vulkan (#4020) 3 年 前
TextureView.cs ce92e8cd04 chore: Update Silk.NET to 2.16.0 (#3953) 3 年 前
Vendor.cs 3868a00206 Use source generated regular expressions (#4005) 3 年 前
VertexBufferState.cs 0dbe45ae37 Fix various issues caused by Vertex/Index buffer conversions (#3762) 3 年 前
VulkanConfiguration.cs 88a0e720cb Use RGBA16 vertex format if RGB16 is not supported on Vulkan (#3552) 3 年 前
VulkanException.cs 2232e4ae87 Vulkan backend (#2518) 3 年 前
VulkanInitialization.cs 0f50de72be Vulkan: enable VK_EXT_custom_border_color features (#4116) 3 年 前
VulkanRenderer.cs 470be03c2f GPU: Add fallback when 16-bit formats are not supported (#4108) 3 年 前
Window.cs ce92e8cd04 chore: Update Silk.NET to 2.16.0 (#3953) 3 年 前
WindowBase.cs 6f0395538b Avalonia - Use embedded window for avalonia (#3674) 3 年 前