riperiperi 9f1cf6458c Vulkan: Migrate buffers between memory types to improve GPU performance (#4540) 3 éve
..
Effects 9f1cf6458c Vulkan: Migrate buffers between memory types to improve GPU performance (#4540) 3 éve
MoltenVK 4f3af839be Minor code formatting (#4498) 3 éve
Queries 6e9bd4de13 GPU: Scale counter results before addition (#4471) 3 éve
Shaders c3a5716a95 Add copy dependency for some incompatible texture formats (#4380) 3 éve
Auto.cs 2232e4ae87 Vulkan backend (#2518) 3 éve
AutoFlushCounter.cs b3f0978869 Vulkan: Flush command buffers for queries less aggressively (#4387) 3 éve
BackgroundResources.cs 4f3af839be Minor code formatting (#4498) 3 éve
BitMap.cs 4da44e09cb Make structs readonly when applicable (#4002) 3 éve
BufferAllocationType.cs 9f1cf6458c Vulkan: Migrate buffers between memory types to improve GPU performance (#4540) 3 éve
BufferHolder.cs 9f1cf6458c Vulkan: Migrate buffers between memory types to improve GPU performance (#4540) 3 éve
BufferManager.cs 9f1cf6458c Vulkan: Migrate buffers between memory types to improve GPU performance (#4540) 3 éve
BufferState.cs 9f1cf6458c Vulkan: Migrate buffers between memory types to improve GPU performance (#4540) 3 éve
BufferUsageBitmap.cs a4fc9f8050 Support use of buffer ranges with size 0 (#3736) 3 éve
CacheByRange.cs 4da44e09cb Make structs readonly when applicable (#4002) 3 éve
CommandBufferPool.cs e20abbf9cc Vulkan: Don't flush commands when creating most sync (#4087) 3 éve
CommandBufferScoped.cs 4da44e09cb Make structs readonly when applicable (#4002) 3 éve
Constants.cs 2232e4ae87 Vulkan backend (#2518) 3 éve
DescriptorSetCollection.cs 2232e4ae87 Vulkan backend (#2518) 3 éve
DescriptorSetManager.cs 2232e4ae87 Vulkan backend (#2518) 3 éve
DescriptorSetUpdater.cs 9f1cf6458c Vulkan: Migrate buffers between memory types to improve GPU performance (#4540) 3 éve
DisposableBuffer.cs 4da44e09cb Make structs readonly when applicable (#4002) 3 éve
DisposableBufferView.cs 851d81d24a Fix Redundant Qualifer Warnings (#4091) 3 éve
DisposableFramebuffer.cs 4da44e09cb Make structs readonly when applicable (#4002) 3 éve
DisposableImage.cs 4da44e09cb Make structs readonly when applicable (#4002) 3 éve
DisposableImageView.cs 4da44e09cb Make structs readonly when applicable (#4002) 3 éve
DisposableMemory.cs 4da44e09cb Make structs readonly when applicable (#4002) 3 éve
DisposablePipeline.cs 4da44e09cb Make structs readonly when applicable (#4002) 3 éve
DisposableRenderPass.cs 4da44e09cb Make structs readonly when applicable (#4002) 3 éve
DisposableSampler.cs 4da44e09cb Make structs readonly when applicable (#4002) 3 éve
EnumConversion.cs 7aa430f1a5 Add support for advanced blend (part 1/2) (#2801) 3 éve
FenceHelper.cs 2232e4ae87 Vulkan backend (#2518) 3 éve
FenceHolder.cs 2232e4ae87 Vulkan backend (#2518) 3 éve
FormatCapabilities.cs ce92e8cd04 chore: Update Silk.NET to 2.16.0 (#3953) 3 éve
FormatConverter.cs 2232e4ae87 Vulkan backend (#2518) 3 éve
FormatTable.cs 2492e7e808 Fix R4G4B4A4 format on Vulkan (#3696) 3 éve
FramebufferParams.cs 7528f94536 Implement safe depth-stencil blit using stencil export extension (#4356) 3 éve
HardwareCapabilities.cs 5d85468302 Vulkan: Support list topology primitive restart (#4483) 3 éve
HashTableSlim.cs 2232e4ae87 Vulkan backend (#2518) 3 éve
HelperShader.cs 9f1cf6458c Vulkan: Migrate buffers between memory types to improve GPU performance (#4540) 3 éve
IdList.cs 4f3af839be Minor code formatting (#4498) 3 éve
IndexBufferPattern.cs 9f1cf6458c Vulkan: Migrate buffers between memory types to improve GPU performance (#4540) 3 éve
IndexBufferState.cs 9f1cf6458c Vulkan: Migrate buffers between memory types to improve GPU performance (#4540) 3 éve
MemoryAllocation.cs 4da44e09cb Make structs readonly when applicable (#4002) 3 éve
MemoryAllocator.cs 9f1cf6458c Vulkan: Migrate buffers between memory types to improve GPU performance (#4540) 3 éve
MemoryAllocatorBlockList.cs 9f1cf6458c Vulkan: Migrate buffers between memory types to improve GPU performance (#4540) 3 éve
MultiFenceHolder.cs 2232e4ae87 Vulkan backend (#2518) 3 éve
NativeArray.cs 80b4972139 Add Support for Post Processing Effects (#3616) 3 éve
PersistentFlushBuffer.cs 2232e4ae87 Vulkan backend (#2518) 3 éve
PipelineBase.cs 9f1cf6458c Vulkan: Migrate buffers between memory types to improve GPU performance (#4540) 3 éve
PipelineConverter.cs 17078ad929 vulkan: Respect VK_KHR_portability_subset vertex stride alignment (#4419) 3 éve
PipelineDynamicState.cs 052b23c83c vulkan: Do not call vkCmdSetViewport when viewportCount is 0 (#4406) 3 éve
PipelineFull.cs 9f1cf6458c Vulkan: Migrate buffers between memory types to improve GPU performance (#4540) 3 éve
PipelineHelperShader.cs 73aed239c3 Implement non-MS to MS copies with draws (#3958) 3 éve
PipelineLayoutCache.cs 2232e4ae87 Vulkan backend (#2518) 3 éve
PipelineLayoutCacheEntry.cs 2232e4ae87 Vulkan backend (#2518) 3 éve
PipelineLayoutFactory.cs 851d81d24a Fix Redundant Qualifer Warnings (#4091) 3 éve
PipelineState.cs 5d85468302 Vulkan: Support list topology primitive restart (#4483) 3 éve
PipelineUid.cs a6a67a2b7a Minor improvement to Vulkan pipeline state and bindings management (#3829) 3 éve
Ryujinx.Graphics.Vulkan.csproj d56d335c0b misc: Some dependencies cleanup (#4507) 3 éve
SamplerHolder.cs 5af1327068 Vulkan: Fix sampler custom border color (#3751) 3 éve
SemaphoreHolder.cs 2232e4ae87 Vulkan backend (#2518) 3 éve
Shader.cs 96bf7f8522 Avoid allocating unmanaged string per shader (#3730) 3 éve
ShaderCollection.cs ce92e8cd04 chore: Update Silk.NET to 2.16.0 (#3953) 3 éve
SpecInfo.cs 23c844b2aa Misc performance tweaks (#4509) 3 éve
StagingBuffer.cs 4da44e09cb Make structs readonly when applicable (#4002) 3 éve
SyncManager.cs e20abbf9cc Vulkan: Don't flush commands when creating most sync (#4087) 3 éve
TextureBuffer.cs 9f1cf6458c Vulkan: Migrate buffers between memory types to improve GPU performance (#4540) 3 éve
TextureCopy.cs 73aed239c3 Implement non-MS to MS copies with draws (#3958) 3 éve
TextureStorage.cs 32450d45de vulkan: Clean up MemoryAllocator (#4418) 3 éve
TextureView.cs 9f1cf6458c Vulkan: Migrate buffers between memory types to improve GPU performance (#4540) 3 éve
Vendor.cs 296c4a3d01 Relax Vulkan requirements (#4282) 3 éve
VertexBufferState.cs 9f1cf6458c Vulkan: Migrate buffers between memory types to improve GPU performance (#4540) 3 éve
VulkanConfiguration.cs 88a0e720cb Use RGBA16 vertex format if RGB16 is not supported on Vulkan (#3552) 3 éve
VulkanException.cs 2232e4ae87 Vulkan backend (#2518) 3 éve
VulkanInitialization.cs 5d85468302 Vulkan: Support list topology primitive restart (#4483) 3 éve
VulkanRenderer.cs 9f1cf6458c Vulkan: Migrate buffers between memory types to improve GPU performance (#4540) 3 éve
Window.cs 23c844b2aa Misc performance tweaks (#4509) 3 éve
WindowBase.cs 80b4972139 Add Support for Post Processing Effects (#3616) 3 éve