Ryujinx/Ryujinx.Graphics.Vulkan
2022-06-22 00:11:17 -03:00
..
Queries Check for transform feedback query support 2022-06-17 22:47:01 +01:00
Shaders Pre-compile helper shader as SPIR-V, and some fixes 2022-06-17 22:47:04 +01:00
Auto.cs Device local mapping for all buffers 2022-06-17 22:42:36 +01:00
BackgroundResources.cs Add single queue support 2022-06-17 22:42:37 +01:00
BitMap.cs Use a bitmap to do granular tracking for buffer uploads. 2022-06-17 22:42:51 +01:00
BufferHolder.cs Remove unnecessary lines 2022-06-17 22:42:51 +01:00
BufferManager.cs Better workaround for AMD vertex buffer size alignment issue 2022-06-17 22:42:39 +01:00
BufferRangeList.cs WIP Vulkan implementation 2022-06-17 22:42:30 +01:00
BufferState.cs Fix triangle overlay on SMO, Captain Toad, maybe others? 2022-06-17 22:42:34 +01:00
BufferUsageBitmap.cs Bounds check on bitmap add. 2022-06-17 22:47:02 +01:00
CacheByRange.cs WIP Vulkan implementation 2022-06-17 22:42:30 +01:00
CommandBufferPool.cs Increase light command buffer pool to 2 command buffers, throw rather than returning invalid cbs 2022-06-21 23:10:16 -03:00
CommandBufferScoped.cs Cleanup, disable device local buffers for now. 2022-06-17 22:42:36 +01:00
Constants.cs Raise textures limit to 64 on Vulkan 2022-06-17 22:46:05 +01:00
DescriptorSetCollection.cs Do not require null descriptors support 2022-06-17 22:47:02 +01:00
DescriptorSetManager.cs WIP Vulkan implementation 2022-06-17 22:42:30 +01:00
DescriptorSetUpdater.cs Adjust bindings array sizes 2022-06-22 00:11:17 -03:00
DisposableBuffer.cs WIP Vulkan implementation 2022-06-17 22:42:30 +01:00
DisposableBufferView.cs WIP Vulkan implementation 2022-06-17 22:42:30 +01:00
DisposableFramebuffer.cs WIP Vulkan implementation 2022-06-17 22:42:30 +01:00
DisposableImage.cs WIP Vulkan implementation 2022-06-17 22:42:30 +01:00
DisposableImageView.cs WIP Vulkan implementation 2022-06-17 22:42:30 +01:00
DisposableMemory.cs WIP Vulkan implementation 2022-06-17 22:42:30 +01:00
DisposablePipeline.cs WIP Vulkan implementation 2022-06-17 22:42:30 +01:00
DisposableRenderPass.cs WIP Vulkan implementation 2022-06-17 22:42:30 +01:00
DisposableSampler.cs WIP Vulkan implementation 2022-06-17 22:42:30 +01:00
EnumConversion.cs Add Gl StencilOp enum values to Vulkan 2022-06-17 22:47:00 +01:00
FenceHelper.cs WIP Vulkan implementation 2022-06-17 22:42:30 +01:00
FenceHolder.cs WIP Vulkan implementation 2022-06-17 22:42:30 +01:00
FormatCapabilities.cs If S8D24 is not supported, use D32FS8 2022-06-17 22:47:05 +01:00
FormatConverter.cs WIP Vulkan implementation 2022-06-17 22:42:30 +01:00
FormatTable.cs Fix A1B5G5R5 texture format and support R4G4 on Vulkan 2022-06-17 22:46:06 +01:00
FramebufferParams.cs Add missing clear layer parameter after rebase 2022-06-17 22:47:05 +01:00
HardwareCapabilities.cs Push descriptor support check, buffer redundancy checks 2022-06-17 23:23:43 +01:00
HashTableSlim.cs Multithreaded Pipeline Compilation 2022-06-17 22:42:49 +01:00
HelperShader.cs Add missing clear layer parameter after rebase 2022-06-17 22:47:05 +01:00
ImageWindow.cs Add support for avalonia (#6) 2022-06-17 22:47:03 +01:00
MemoryAllocation.cs WIP Vulkan implementation 2022-06-17 22:42:30 +01:00
MemoryAllocator.cs WIP Vulkan implementation 2022-06-17 22:42:30 +01:00
MemoryAllocatorBlockList.cs WIP Vulkan implementation 2022-06-17 22:42:30 +01:00
MultiFenceHolder.cs Use a bitmap to do granular tracking for buffer uploads. 2022-06-17 22:42:51 +01:00
NativeArray.cs WIP Vulkan implementation 2022-06-17 22:42:30 +01:00
PersistentFlushBuffer.cs Use SupportBufferUpdater, add single layer flush 2022-06-17 22:42:38 +01:00
PipelineBase.cs Add missing clear layer parameter after rebase 2022-06-17 22:47:05 +01:00
PipelineConverter.cs If MultiViewport is not supported, do not try to set more than one viewport/scissor 2022-06-17 22:47:02 +01:00
PipelineDynamicState.cs DrawTexture support 2022-06-17 22:42:32 +01:00
PipelineFull.cs Add missing clear layer parameter after rebase 2022-06-17 22:47:05 +01:00
PipelineHelperShader.cs Combine non-buffer with buffer image descriptor sets 2022-06-17 22:47:03 +01:00
PipelineLayoutCache.cs Use push descriptors for uniform buffer updates (disabled for now) 2022-06-17 22:47:06 +01:00
PipelineLayoutCacheEntry.cs Use push descriptors for uniform buffer updates (disabled for now) 2022-06-17 22:47:06 +01:00
PipelineLayoutFactory.cs Use push descriptors for uniform buffer updates (disabled for now) 2022-06-17 22:47:06 +01:00
PipelineState.cs Check if the subgroup size is supported before passing a explicit size 2022-06-17 22:45:03 +01:00
PipelineUid.cs WIP Vulkan implementation 2022-06-17 22:42:30 +01:00
Ryujinx.Graphics.Vulkan.csproj Remove pre-compiled shaderc binary for Windows as its no longer needed by default 2022-06-17 22:47:04 +01:00
SamplerHolder.cs Fix samplers with MinFilter Linear or Nearest (fixes New Super Mario Bros U Deluxe black borders) 2022-06-17 22:42:34 +01:00
SemaphoreHolder.cs WIP Vulkan implementation 2022-06-17 22:42:30 +01:00
Shader.cs Add minimal pipeline layouts that only contains used bindings 2022-06-17 22:47:04 +01:00
ShaderCollection.cs Push descriptor support check, buffer redundancy checks 2022-06-17 23:23:43 +01:00
StagingBuffer.cs Ensure all fences are destroyed on dispose 2022-06-17 22:47:05 +01:00
SyncManager.cs WIP Vulkan implementation 2022-06-17 22:42:30 +01:00
TextureBuffer.cs Support format aliasing on SetImage 2022-06-17 22:42:32 +01:00
TextureCopy.cs Fix some validation errors related to texel block view usage flag and invalid image barrier base level 2022-06-17 22:42:57 +01:00
TextureStorage.cs Fix D32S8 copy workaround (AMD) 2022-06-17 22:47:05 +01:00
TextureView.cs Fix D32S8 copy workaround (AMD) 2022-06-17 22:47:05 +01:00
Vendor.cs Implement GPU selector and expose texture recompression on the UI and config 2022-06-17 22:47:04 +01:00
VulkanConfiguration.cs Use push descriptors for uniform buffer updates (disabled for now) 2022-06-17 22:47:06 +01:00
VulkanException.cs WIP Vulkan implementation 2022-06-17 22:42:30 +01:00
VulkanGraphicsDevice.cs Push descriptor support check, buffer redundancy checks 2022-06-17 23:23:43 +01:00
VulkanInitialization.cs Use push descriptors for uniform buffer updates (disabled for now) 2022-06-17 22:47:06 +01:00
Window.cs Add support for avalonia (#6) 2022-06-17 22:47:03 +01:00
WindowBase.cs Add support for avalonia (#6) 2022-06-17 22:47:03 +01:00