Ryujinx/Ryujinx.Graphics.Vulkan
gdkchan cedd200745
Move gl_Layer to vertex shader if geometry is not supported (#4368)
* Set gl_Layer on vertex shader if it's set on the geometry shader and it does nothing else

* Shader cache version bump

* PR feedback

* Fix typo
2023-02-25 10:39:51 +00:00
..
MoltenVK
Queries Fix some Vulkan validation errors (#4357) 2023-02-08 14:34:22 +01:00
Shaders Add copy dependency for some incompatible texture formats (#4380) 2023-02-21 19:21:57 -03:00
Auto.cs
AutoFlushCounter.cs Vulkan: Flush command buffers for queries less aggressively (#4387) 2023-02-09 02:03:41 +01:00
BackgroundResources.cs
BitMap.cs
BufferHolder.cs
BufferManager.cs vulkan: Clean up MemoryAllocator (#4418) 2023-02-15 07:50:26 +01:00
BufferState.cs
BufferUsageBitmap.cs
CacheByRange.cs
CommandBufferPool.cs
CommandBufferScoped.cs
Constants.cs
DescriptorSetCollection.cs
DescriptorSetManager.cs
DescriptorSetUpdater.cs
DisposableBuffer.cs
DisposableBufferView.cs
DisposableFramebuffer.cs
DisposableImage.cs
DisposableImageView.cs
DisposableMemory.cs
DisposablePipeline.cs
DisposableRenderPass.cs
DisposableSampler.cs
EnumConversion.cs Add support for advanced blend (part 1/2) (#2801) 2023-02-19 22:37:37 -03:00
FenceHelper.cs
FenceHolder.cs
FormatCapabilities.cs
FormatConverter.cs
FormatTable.cs
FramebufferParams.cs
HardwareCapabilities.cs Add support for advanced blend (part 1/2) (#2801) 2023-02-19 22:37:37 -03:00
HashTableSlim.cs
HelperShader.cs Add copy dependency for some incompatible texture formats (#4380) 2023-02-21 19:21:57 -03:00
IdList.cs Perform bounds checking before list indexer to avoid frequent exceptions (#4438) 2023-02-25 10:26:39 +00:00
IndexBufferPattern.cs
IndexBufferState.cs
MemoryAllocation.cs
MemoryAllocator.cs vulkan: Clean up MemoryAllocator (#4418) 2023-02-15 07:50:26 +01:00
MemoryAllocatorBlockList.cs
MultiFenceHolder.cs
NativeArray.cs
PersistentFlushBuffer.cs
PipelineBase.cs Add support for advanced blend (part 1/2) (#2801) 2023-02-19 22:37:37 -03:00
PipelineConverter.cs vulkan: Respect VK_KHR_portability_subset vertex stride alignment (#4419) 2023-02-15 08:41:48 +00:00
PipelineDynamicState.cs vulkan: Do not call vkCmdSetViewport when viewportCount is 0 (#4406) 2023-02-13 20:32:20 +00:00
PipelineFull.cs Vulkan: Flush command buffers for queries less aggressively (#4387) 2023-02-09 02:03:41 +01:00
PipelineHelperShader.cs
PipelineLayoutCache.cs
PipelineLayoutCacheEntry.cs
PipelineLayoutFactory.cs
PipelineState.cs Add support for advanced blend (part 1/2) (#2801) 2023-02-19 22:37:37 -03:00
PipelineUid.cs
Ryujinx.Graphics.Vulkan.csproj
SamplerHolder.cs
SemaphoreHolder.cs
Shader.cs
ShaderCollection.cs
SpecInfo.cs
StagingBuffer.cs
SyncManager.cs
TextureBuffer.cs
TextureCopy.cs
TextureStorage.cs vulkan: Clean up MemoryAllocator (#4418) 2023-02-15 07:50:26 +01:00
TextureView.cs Add copy dependency for some incompatible texture formats (#4380) 2023-02-21 19:21:57 -03:00
Vendor.cs
VertexBufferState.cs
VulkanConfiguration.cs
VulkanException.cs
VulkanInitialization.cs Add support for advanced blend (part 1/2) (#2801) 2023-02-19 22:37:37 -03:00
VulkanRenderer.cs Move gl_Layer to vertex shader if geometry is not supported (#4368) 2023-02-25 10:39:51 +00:00
Window.cs Support safe blit on non-2D textures (#4374) 2023-02-07 13:55:59 -03:00
WindowBase.cs